Gregor Biswanger
|
6fe0c6f085
|
Merge pull request #506 from nathanwienand/add-publish-single-file
Added new build and start commandline options for single exe
|
2021-01-11 00:07:53 +01:00 |
|
Gregor Biswanger
|
f82d185865
|
Merge pull request #505 from aarong-av/aarong-av/donfigurable-default-port
Adding a configurable default electron port.
|
2021-01-11 00:05:14 +01:00 |
|
Gregor Biswanger
|
550e2c2625
|
Merge pull request #487 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.Host/electron-9.3.1
Bump electron from 9.2.0 to 9.3.1 in /ElectronNET.Host
|
2021-01-11 00:03:05 +01:00 |
|
Gregor Biswanger
|
61f54ebd55
|
Merge pull request #480 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.WebApp/ElectronHostHook/bl-4.0.3
Bump bl from 4.0.2 to 4.0.3 in /ElectronNET.WebApp/ElectronHostHook
|
2021-01-10 23:56:54 +01:00 |
|
Gregor Biswanger
|
c8c818a77a
|
Merge pull request #478 from dlitty/master
Added support for launching the application with a file on MacOS
|
2021-01-10 23:55:20 +01:00 |
|
Gregor Biswanger
|
fc590f55d8
|
Merge pull request #474 from freosc/PullRequest
Avoid Blocking Calls in App and AutoUpdater
|
2021-01-10 23:50:48 +01:00 |
|
Aaron Gilliland
|
b803e42a73
|
Minor fix due to a copy paste issue.
|
2020-11-14 19:15:54 -06:00 |
|
Nathan Wienand
|
da1838db60
|
adding new build and start commandline options for single exe
|
2020-11-12 11:15:37 +00:00 |
|
Aaron Gilliland
|
8af1f50b88
|
Adding a configurable default electron port. Our environment does not allow for random port assignment. Port 8000 is not an option for our environment.
|
2020-11-11 07:48:42 -06:00 |
|
dependabot[bot]
|
c4f2188c62
|
Bump electron from 9.2.0 to 9.3.1 in /ElectronNET.Host
Bumps [electron](https://github.com/electron/electron) from 9.2.0 to 9.3.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v9.2.0...v9.3.1)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-10-06 18:02:00 +00:00 |
|
dependabot[bot]
|
758424d3ce
|
Bump bl from 4.0.2 to 4.0.3 in /ElectronNET.WebApp/ElectronHostHook
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-09-02 17:53:24 +00:00 |
|
Dan Litty
|
7518acb3c2
|
Added support for launching the application with a file on MacOS by listening for the open-file and open-url events from the operating system, and forwarding them to the Electron.NET app when listeners are added
|
2020-08-31 16:47:05 -04:00 |
|
Fre
|
5522addc0b
|
PR
|
2020-08-21 12:35:31 +02:00 |
|
Fre
|
7f204c2a42
|
PR
|
2020-08-21 12:32:33 +02:00 |
|
Fre
|
de13f49bb6
|
PR
|
2020-08-21 12:27:31 +02:00 |
|
Fre
|
bca37228d9
|
del asynchelper
|
2020-08-21 12:22:28 +02:00 |
|
Fre
|
e17a36f7cb
|
small changes
|
2020-08-21 12:13:38 +02:00 |
|
Fre
|
deccebb582
|
Merge branch 'master' into freosc
# Conflicts:
# ElectronNET.Host/main.js
|
2020-08-21 11:13:06 +02:00 |
|
Fre
|
776ccc21e8
|
Merge remote-tracking branch 'upstream/master'
|
2020-08-21 10:36:24 +02:00 |
|
Fre
|
d0c92cac85
|
avoid memory leak when re-adding the eventlisteners
|
2020-08-21 10:32:02 +02:00 |
|
Gregor Biswanger
|
b525bf1a9a
|
Update Changelog for 9.31.3 - Update to the native Electron 9.2.0 support
|
2020-08-14 13:25:27 +02:00 |
|
Gregor Biswanger
|
6337cac588
|
Merge pull request #468 from duncanawoods/fix_bad_fontsize_if_position_is_set
set default WebPreferences.DefaultFontSize
|
2020-08-14 12:55:17 +02:00 |
|
Gregor Biswanger
|
5d4509babe
|
Merge pull request #467 from duncanawoods/fix_ERR_UNKNOWN_URL_SCHEME
fix ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol
|
2020-08-14 12:51:56 +02:00 |
|
Gregor Biswanger
|
3eef85cddf
|
Merge pull request #465 from duncanawoods/buildsh_linux_errors
buildAll.sh linux errors
|
2020-08-14 12:48:40 +02:00 |
|
Gregor Biswanger
|
3f582d6c4e
|
Merge pull request #457 from kojo12228/add-fsharp-support
Search for .csproj and .fsproj in init and add commands
|
2020-08-14 12:44:45 +02:00 |
|
Gregor Biswanger
|
18c5a65d6d
|
Merge pull request #453 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.WebApp/ElectronHostHook/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /ElectronNET.WebApp/ElectronHostHook
|
2020-08-14 12:42:02 +02:00 |
|
Gregor Biswanger
|
f8bbb138d8
|
Merge pull request #450 from ElectronNET/dependabot/npm_and_yarn/ElectronNET.Host/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /ElectronNET.Host
|
2020-08-14 12:41:50 +02:00 |
|
Gregor Biswanger
|
7880d56e4c
|
Merge pull request #445 from rbaker26/master
Update Documentation in the README.md
|
2020-08-14 12:41:06 +02:00 |
|
Gregor Biswanger
|
c16a888699
|
Merge pull request #463 from code-lever/master
Add target command line option found in 'build' to 'start' in CLI to …
|
2020-08-14 12:37:49 +02:00 |
|
Gregor Biswanger
|
814e046d5c
|
Merge pull request #433 from BurtsevC/master
description added to package.json
|
2020-08-14 12:31:27 +02:00 |
|
duncan
|
d2457203bc
|
Add build electron host to buildAll.sh
|
2020-08-14 10:19:11 +01:00 |
|
duncan
|
a70304948a
|
set default WebPreferences.DefaultFontSize to fix tiny text when possition is set
|
2020-08-13 22:54:45 +01:00 |
|
duncan
|
a49b2ce278
|
fix ERR_UNKNOWN_URL_SCHEME by intercepting file:// protocol
fix whitespace
Revert "fix whitespace"
This reverts commit 608e364ebbabb19ffd6c3e3e0f357251c2e8e348.
fix whitespace
|
2020-08-13 20:46:10 +01:00 |
|
duncan
|
1577146187
|
buildall.sh disable win/osx builds on linux
|
2020-08-13 13:18:49 +01:00 |
|
duncan
|
d61f20dd67
|
buildall.sh restore original paths using pushd/pops
|
2020-08-13 13:15:47 +01:00 |
|
Gabe Cook
|
f7217b417f
|
Add target command line option found in 'build' to 'start' in CLI to support custom targets in development.
|
2020-08-07 10:09:27 -05:00 |
|
Fre
|
e136ed4127
|
Merge branch 'master' of https://github.com/freosc/Electron.NET into freosc
|
2020-08-03 08:50:02 +02:00 |
|
Kojo Amoasi
|
7489543c75
|
search for .csproj and .fsproj in init and add
|
2020-07-22 13:42:00 +01:00 |
|
dependabot[bot]
|
cbf3032617
|
Bump lodash in /ElectronNET.WebApp/ElectronHostHook
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-20 23:26:19 +00:00 |
|
dependabot[bot]
|
68c54b9917
|
Bump lodash from 4.17.15 to 4.17.19 in /ElectronNET.Host
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
|
2020-07-17 20:44:42 +00:00 |
|
Robert Muehsig
|
26d10fca38
|
9.31.2
|
2020-07-08 12:56:51 +02:00 |
|
Gregor Biswanger
|
bd15587079
|
Update to Electron 9.0.5
|
2020-07-08 12:56:50 +02:00 |
|
Gregor Biswanger
|
42613f5b56
|
Rollback to socket.io 2.2.0
|
2020-07-08 12:56:49 +02:00 |
|
Gregor Biswanger
|
62117df108
|
Update Changelog
|
2020-07-08 12:56:49 +02:00 |
|
Fre V
|
f68ea25cba
|
Merge pull request #4 from ElectronNET/master
nieuwe versie
|
2020-07-08 11:25:37 +02:00 |
|
Fre
|
4e9de2abfa
|
Aanpassingen autoupdate & async code
|
2020-07-08 11:16:00 +02:00 |
|
Bob Baker
|
a08d274dc1
|
Update README.md
|
2020-07-06 12:02:42 -07:00 |
|
Robert Muehsig
|
3dea16798b
|
9.31.2
9.31.2
|
2020-07-06 19:00:17 +02:00 |
|
Gregor Biswanger
|
bf8c7c8fa1
|
Update to Electron 9.0.5
|
2020-07-06 18:37:31 +02:00 |
|
Gregor Biswanger
|
06724f6eae
|
Rollback to socket.io 2.2.0
|
2020-07-06 18:24:23 +02:00 |
|