All Versions
23
Latest Version
Avg Release Cycle
72 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v9.31.3
ElectronNET.CLI:
- ๐ New Feature: Set a description of the app in
electron.manifest.json
(thanks BurtsevC) #433 - ๐ New Feature: Set a target for the start command (thanks gabecook) #463
- ๐ New Feature:
electronize init
support for F# projects (thanks kojo12228) #457 - ๐ New Feature: Linux support for the buildAll.sh (thanks duncanawoods) #465
- Fixed bug: ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol (thanks duncanawoods) #467
ElectronNET.API:
- ๐ New Feature: Native Electron 9.2.0 support, but not all new features (we search contributors)
- ๐ Fixed bug: Set default WebPreferences.DefaultFontSize (thanks duncanawoods) #468
- ๐ New Feature: Set a description of the app in
-
v9.31.2
July 06, 2020- ๐ Electron-Builder fixed for Windows builds.
-
v9.31.1
June 12, 2020ElectronNET.CLI:
- ๐ New Feature: Added config parameter (thanks konstantingross) #409
- ๐ New Feature: Set the configuration environment with the electron.manifest.json file.
- ๐ Fixed bug: Custom user path removed and replaced by the correct directory with VS macro (When ElectronNET.CLI is the Startup Project, press F5 (Debug) and the ElectronNET.WebApp starts correctly without error!) (thanks konstantingross) #409
ElectronNET.API:
- ๐ New Feature: Native Electron 9.0.3 support, but not all new features (we search contributors)
- ๐ New Feature: PowerMonitor API Support (thanks gustavo-lara-molina) #399 #423
- ๐ New Feature: NativeTheme API Support (thanks konstantingross) #402
- ๐ New Feature: Cookie API Support (thanks freosc) #413
- ๐ Changed Feature: Removed dock methods from App API and moved to Dock API (thanks konstantingross) #422
- โช App-Api Enhancement: MenuItems with Submenus need an submenu type workaround #412
- App-Api Enhancement: Added UserAgentFallback (thanks Mandrakia) #406
- App-Api Enhancement: Summaries rewritten, new App.IsReady / App.HasSingleInstanceLock property, App.Ready event, App.Focus with force parameter method, many parameters changes (thanks konstantingross) #415 #422
- App-Api Enhancement: New App.IsReady property and App.Ready event (thanks konstantingross) #415
- ๐ Shell-Api Enhancement: API fixes for Electron 9.0.0 / Added missing parameters / Summaries rewritten (thanks konstantingross) #417 #418
- Notification-Api Enhancement: Added missing properties in Notifications (thanks konstantingross) #410
- ๐ BrowserWindows-Api Enhancement: Add missing API call for SetProgressBar options (thanks konstantingross) #416
- ๐ป BrowserWindow Enhancement: Add BrowserWindow.GetNativeWindowHandle() (thanks kdlslyv) #429
- ๐ป HostHook-Api Enhancement: HostHook.CallAsync should use TaskCompletionSource.SetException instead of throwing exception (thanks Fre V) #430
- ๐ MacOS Enhancement: Application exit logic (thanks dafergu2) #405
- ๐ Fixed bug: ElectronNET.API.Entities.WebPreferences.ContextIsolation [DefaultValue(true)] #411
ElectronNET.WebApp (internal use):
- ๐ Improvement debugging and testing new API calls (without install ElectronNET.CLI) (thanks konstantingross) #425
- ๐ Fixed bug: Cannot find modules in ElectronHostHook (thanks konstantingross) #425
๐ Thank you for donation Phil Seeman โค
-
v8.31.3
ElectronNET.CLI:
- ๐ New Feature: Added config parameter (thanks konstantingross) #409
ElectronNET.API:
- ๐ New Feature: PowerMonitor API Support (thanks gustavo-lara-molina) #399
- ๐ New Feature: NativeTheme API Support (thanks konstantingross) #402
- โช App-Api Enhancement: MenuItems with Submenus need an submenu type workaround #412
- App-Api Enhancement: Added UserAgentFallback (thanks Mandrakia) #406
- Notification-Api Enhancement: Added missing properties in Notifications (thanks konstantingross) #410
- ๐ MacOS Enhancement: Application exit logic (thanks dafergu2) #405
- ๐ Fixed bug: ElectronNET.API.Entities.WebPreferences.ContextIsolation [DefaultValue(true)] #411
-
v8.31.1
May 01, 2020ElectronNET.CLI:
- ๐ New Feature: Set a name and author of the app in
electron.manifest.json
#348 #310 - ๐ New Feature: Live reload (thanks syedadeel2) #390
electronize start /watch
- ๐ New Feature: Every new window will created with an clear cache #273
electronize start /clear-cache
ElectronNET.API:
- ๐ New Feature: Native Electron 8.2.3 support, but not all new features (we search contributors)
- ๐ New Feature: We incease the startup time for ~25-36% #356
- ๐ New Feature: Added print capability (thanks x-xx-o) #355
- ๐ New Feature: BrowserView API #371
- ๐ Changed App.GetNameAsync and App.SetNameAsync to the App.Name Property #350
- ๐ Fixed bug: Splash Screen disappearing on click #357
- ๐ Fixed bug: Start MenuRole enum at 1 (thanks jjuback) #369
- ๐ Fixed bug: BridgeConnector not connected (spam console) #347
- ๐ Fixed bug: BrowserWindowOptions is not setting Width and Height properly #373
- ๐ Fixed bug: IpcMain.Once(string) is not one time use, is not removing listener #366
- ๐ Fixed bug: IpcMain.RemoveAllListeners(string) is not removing the listeners #365
- ๐ Fixed bug: GetLoginItemSettingsAsync does not work #352
- ๐ Fixed bug: Using OnReadyToShow to display the main window in Blazor does not seem to work with Show set to false #361
- ๐ Fixed bug: Unable to disable WebSecurity along with NodeIntegration enabled #389
- ๐ New Feature: Set a name and author of the app in
-
v7.30.3
-
v7.30.2
December 01, 2019ElectronNET.CLI:
๐ New Feature: Different manifest file support #340
- Create a additional manifest file:
electronize init /manifest test
- Start the app with your additional manifest file:
electronize start /manifest electron.manifest.test.json
- Build the app with your additional manifest file:
electronize build /target win /manifest electron.manifest.test.json
.
- Create a additional manifest file:
๐ New Feature: Command Line support #337
- You can start the app with:
electronize start /args --dog=woof --test=true
- Or as binary:
myapp.exe /args --dog=woof --test=true
- You can start the app with:
๐ Fixed bug: Start process with listen port 8000 error. #308 (thanks thecodejedi)
๐ Fixed bug:
electronize build
with no arguments would throw aKeyNotFoundException
. (thanks jamiebrynes7)
ElectronNET.API:
- ๐ New Feature: Electron 7.1.2 support, but not all new features (we search contributors) #341
- ๐ New Feature: Electron.App.CommandLine API #337
- ๐ New Feature: Support of BrowserWindow.AddExtension, BrowserWindow.RemoveExtension, BrowserWindow.GetExtensions (thanks Daddoon)
Thank you for donation robertmclaws โค
-
v5.30.1
October 28, 2019ElectronNET.CLI:
- ๐ Move to .NET Core 3.0
- ๐ Use npm npx instead of global installations (thanks jimbuck)
ElectronNET.API:
- ๐ Move to .NET Core 3.0
- ๐ New Feature: Add BrowserWindow.RemoveMenu() (thanks hack2root)
Thanks to MaherJendoubi, kant2002, raz-canva and Daddoon to give .NET Core 3.0 feedback!
-
v5.22.14
July 29, 2019ElectronNET.CLI:
- ๐ Fixed bug: Build fails with latest electron-builder version #288
ElectronNET.API:
- ๐ New Feature: Full support for Auto Updater (Based on electron-updater - Version 4.0.6)
- ๐ New Feature: Support for set a custom static Port to ASP.NET Backend #155
- ๐ Fixed bug: Electron tray icon TypeError (Electron original issue) (thanks Tum4ik)
- ๐ Fixed bug: Wrong tray icon path in the application built via
electronize build
command (thanks Tum4ik) - ๐ Fixed bug: fix async issue where same port is considered open #261 (thanks netpoetica)
ElectronNET.WebApp:
- ๐ Fixed usage of the
Electron.Tray.Show
according fixed bugs in the ElectronNET.CLI (thanks Tum4ik)