Gregor Biswanger
3ba3fa6414
Add new Electronize CLI command #273
2020-04-21 19:38:16 +02:00
Gregor Biswanger
11fbd6b259
Fixed: Using OnReadyToShow to display the main window in Blazor does not seem to work with Show set to false #361
2020-04-21 14:39:21 +02:00
Gregor Biswanger
073eb0e00d
Fixed: GetLoginItemSettingsAsync does not work #352
2020-04-21 01:00:59 +02:00
Gregor Biswanger
c0bf257b55
Increase startup time #356 🚀
2020-04-19 15:19:24 +02:00
Gregor Biswanger
62b37d059f
add to set author and name in electron.manifest.json #348
2020-04-19 01:22:27 +02:00
Gregor Biswanger
ca8f4c454c
MenuRole bug fix and add printer support.
2020-04-18 17:17:05 +02:00
Gregor Biswanger
d660dff871
changed App.GetNameAsync and App.SetNameAsync to App.Name - Fixed the Splashscreen bug #357 #350
2020-04-18 17:15:58 +02:00
Gregor Biswanger
c17720a4d7
Merge pull request #355 from x-xx-o/print
...
added print capability
2020-04-18 17:06:23 +02:00
Gregor Biswanger
274552f52b
Merge pull request #369 from jjuback/master
...
Start MenuRole enum at 1.
2020-04-18 17:03:20 +02:00
Gregor Biswanger
1e3fe6183c
update npm packages to newest version of electron, electron-updater, tslint and typescript
2020-04-18 15:09:44 +02:00
John Juback
88b04377a7
Merge branch 'master' of https://github.com/ElectronNET/Electron.NET
2020-02-07 15:00:17 -05:00
John Juback
92356d3587
Start MenuRole enum at 1.
2020-02-07 14:38:33 -05:00
Niko
a3c452eea5
add print capability
2019-12-15 09:56:14 +01:00
Gregor Biswanger
68288d9d73
Update Changelog.md
2019-12-03 11:45:50 +01:00
Robert Muehsig
022221307c
Merge pull request #331 from ElectronNET/bug/318-rename-clitool
...
This should fix #318
7.30.2
2019-12-01 23:52:11 +01:00
Robert Muehsig
ffc6353bf2
Merge branch 'master' into bug/318-rename-clitool
2019-12-01 22:49:46 +01:00
Gregor Biswanger
f4d8144a8b
update changelog with the new release 7.30.2
2019-12-01 01:17:00 +01:00
Gregor Biswanger
30d49ff6e8
Support for different manifest files ( #340 )
2019-11-30 23:30:15 +01:00
Gregor Biswanger
db9d3b1484
activate Electron 7.1.2 build
2019-11-30 02:48:23 +01:00
Gregor Biswanger
a788d71530
Implemented Electrons CommandLine-API, Implemented arguments support, Implemented different manifest file support
2019-11-30 01:30:22 +01:00
Gregor Biswanger
f5e2abfdb4
Change to Electron version 7, fix some breaking changes.
2019-11-28 22:34:49 +01:00
Gregor Biswanger
42f09de7b5
Merge pull request #323 from kant2002/cleanup-project
...
Cleanup project with regard to documentation
2019-11-27 20:50:13 +01:00
Andrii Kurdiumov
72d1f4b2b9
Cleanup project with regard to documentation
...
Was inspired when reviewing .NET Core 3 support
2019-11-27 21:31:19 +02:00
Gregor Biswanger
d2b3c28f91
Merge pull request #342 from jamiebrynes7/bugfix/check-required-args
...
Handle missing `/target` argument for `build` command.
2019-11-27 20:18:37 +01:00
Gregor Biswanger
94c4cd82b0
Merge pull request #334 from thecodejedi/master
...
#308 - Start process with listen port 8000 error.
2019-11-27 20:07:48 +01:00
Gregor Biswanger
600bc1a41b
Merge pull request #322 from kant2002/improve-testability
...
Change test application initialization procedure.
2019-11-27 19:35:38 +01:00
Gregor Biswanger
4e8e771293
Merge pull request #311 from Daddoon/master
...
Support of AddExtension, RemoveExtension, GetExtensions
2019-11-27 19:27:08 +01:00
Jamie Brynes
4014ef7a4d
changelog;
2019-11-16 15:17:55 +00:00
Jamie Brynes
364db7dc25
check for arg
2019-11-16 15:13:02 +00:00
Markus Hoffmann
3dda18ac9a
use Electron Port as base
2019-11-02 13:31:18 +01:00
Robert Muehsig
7f92ffa20e
5.30.1 release
2019-10-29 00:33:03 +01:00
Robert Muehsig
b69d4d23bf
Merge pull request #313 from ElectronNET/netcore30
...
Update to .NET Core 3.0
5.30.1
2019-10-29 00:21:32 +01:00
Robert Muehsig
eb4144053d
This should fix #318
2019-10-28 23:58:43 +01:00
Robert Muehsig
239d914747
Merge pull request #328 from jimbuck/netcore30
...
Converted global npm dependencies to use npx
2019-10-28 23:36:00 +01:00
Robert Muehsig
5af8e489b9
Merge pull request #327 from tadic-luka/patch-1
...
Thanks!
2019-10-28 23:30:54 +01:00
Jim Buck
b6fb1cb0bf
Converted global npm dependencies to use npx.
2019-10-22 23:59:47 -04:00
tadic-luka
aa98b85f18
Update README.md
...
EnableEndpointRouting should be set to false. Otherwise people will get error:
Application startup exception: System.InvalidOperationException: Endpoint Routing does not support 'IApplicationBuilder.UseMvc(...)'. To use 'IApplicationBuilder.UseMvc' set 'MvcOptions.EnableEndpointRouting = false' inside 'ConfigureServices(...).
The solution is even proposed in stack trace.
Issue was opened on https://github.com/aspnet/AspNetCore/issues/9542 and it is explained there what should be done.
2019-10-22 10:48:55 +02:00
Robert Muehsig
af74d24f50
Merge pull request #326 from jbeals12/patch-1
2019-10-21 21:07:07 +02:00
Jason
2240ffca82
Grammar fix.
2019-10-21 11:28:33 -06:00
Robert Muehsig
f64b780a27
documentation and one minor adjustment
2019-10-15 00:21:36 +02:00
Robert Muehsig
fbc5b93513
Merge branch 'netcore30' of https://github.com/ElectronNET/Electron.NET into netcore30
2019-10-15 00:13:34 +02:00
Robert Muehsig
14d02706c0
small changes for version stuff
2019-10-15 00:13:22 +02:00
Robert Muehsig
2c14693430
Merge branch 'master' into netcore30
2019-10-15 00:10:14 +02:00
Robert Muehsig
54ff11acf5
beta...
2019-10-15 00:09:15 +02:00
Robert Muehsig
b7e7ace6f3
fix build issues on windows
2019-10-14 22:44:30 +02:00
Robert Muehsig
1f7908a0f1
Merge pull request #321 from kant2002/issue-320
...
Fix `buildAll.cmd` and `buildAll.sh` when running on clear repo
2019-10-14 21:45:54 +02:00
Andrii Kurdiumov
cafffde339
Change test application initialization procedure.
...
It essentially the same as before, but MVC test tooling expect Program to have CreateWebHostBuilder. I referer to ability to seamlessly use WebApplicationFactory
I understand that story for testing Electron application will be not easy as it is, but this is allow better defaults for testing web applications which can be run in hybrid mode.
2019-10-14 18:31:32 +03:00
Andrii Kurdiumov
6fbba52edd
Fix buildAll.cmd and buildAll.sh when running on clear repo
...
This is followup to c91884a520 change which on itself was reaction to electron-builder changes in the command line parameters interface
2019-10-14 11:13:53 +03:00
Robert Muehsig
8dd5d1561a
test
2019-10-07 23:16:08 +02:00
Robert Muehsig
25f35e34fe
global npm outside of build commands
2019-10-07 22:53:50 +02:00