Eugene Pankov
4c242fdca4
fixed serial port name encoding - fixes #6200
2022-04-30 20:16:51 +02:00
Eugene Pankov
12486584f0
use s3 for updates
2022-04-19 10:50:31 +02:00
Eugeny
e1d86810e3
Merge pull request #6101 from Eugeny/dependabot/npm_and_yarn/app/macos-native-processlist-2.1.0
2022-04-19 01:07:01 +02:00
Eugeny
7be713495e
Merge pull request #6129 from Eugeny/dependabot/npm_and_yarn/app/electron-updater-5.0.1
2022-04-19 01:05:57 +02:00
Eugene Pankov
ba7571248c
Update app.ts
2022-04-15 21:30:03 +02:00
Eugene Pankov
763bb2c7aa
macOS: open a new window if none are open when called from CLI - fixes #6031
2022-04-15 20:04:30 +02:00
dependabot[bot]
db866fbacf
Bump electron-updater from 4.6.5 to 5.0.1 in /app
...
Bumps [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater ) from 4.6.5 to 5.0.1.
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@5.0.1/packages/electron-updater )
---
updated-dependencies:
- dependency-name: electron-updater
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 04:01:43 +00:00
dependabot[bot]
da3143fab8
Bump macos-native-processlist from 2.0.0 to 2.1.0 in /app
...
Bumps [macos-native-processlist](https://github.com/Eugeny/macos-native-processlist ) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/Eugeny/macos-native-processlist/releases )
- [Commits](https://github.com/Eugeny/macos-native-processlist/compare/v2.0.0...v2.1.0 )
---
updated-dependencies:
- dependency-name: macos-native-processlist
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 04:01:35 +00:00
Eugene Pankov
f85294e603
fixed disableVibrancyWhileDragging check
2022-04-05 09:21:04 +02:00
dependabot[bot]
79b518e17e
Bump windows-process-tree from 0.3.2 to 0.3.3 in /app
...
Bumps [windows-process-tree](https://github.com/Microsoft/vscode-windows-process-tree ) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Microsoft/vscode-windows-process-tree/releases )
- [Commits](https://github.com/Microsoft/vscode-windows-process-tree/compare/0.3.2...0.3.3 )
---
updated-dependencies:
- dependency-name: windows-process-tree
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-31 04:01:48 +00:00
dependabot[bot]
418df22da4
Bump minimist from 1.2.5 to 1.2.6 in /app
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-29 12:00:13 +00:00
Richard Yu
aedad13f48
fix crash on Windows 7
2022-03-27 04:19:22 +08:00
Eugeny
ae7bc8daa2
Merge pull request #5910 from Eugeny/dependabot/npm_and_yarn/app/rxjs-7.5.5
2022-03-16 23:18:17 +01:00
dependabot[bot]
2958dc3353
Bump @electron/remote from 2.0.5 to 2.0.8 in /app
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 2.0.5 to 2.0.8.
- [Release notes](https://github.com/electron/remote/releases )
- [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json )
- [Commits](https://github.com/electron/remote/compare/v2.0.5...v2.0.8 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-16 04:01:30 +00:00
Eugene Pankov
f6c0dd6ad3
potentially fix Zmodem corruption issues
2022-03-12 19:02:03 +01:00
dependabot[bot]
2aa95f5e25
Bump rxjs from 7.5.1 to 7.5.5 in /app
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.5.1 to 7.5.5.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.5.1...7.5.5 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-09 04:02:04 +00:00
Eugeny
c7639c03f9
Merge pull request #5902 from microhobby/glasstron-b
2022-03-08 22:34:13 +01:00
Eugene Pankov
df77cc99d9
make vibrancy disabling optional
2022-03-08 20:05:58 +01:00
Matheus Castello
502f72ec35
Does not disable acrylic while dragging when using fluent
...
It doesn't seem necessary to disable acrylic while dragging when using
fluent with glasstron 0.1.1
Signed-off-by: Matheus Castello <matheus@castello.eng.br>
2022-03-08 02:48:56 -03:00
Matheus Castello
1bb5128729
Fix fluent acrylic bumping glasstron to 0.1.1
...
Signed-off-by: Matheus Castello <matheus@castello.eng.br>
2022-03-08 02:47:35 -03:00
dependabot[bot]
824b5aab93
Bump serialport from 10.2.2 to 10.4.0 in /app
...
Bumps [serialport](https://github.com/serialport/node-serialport ) from 10.2.2 to 10.4.0.
- [Release notes](https://github.com/serialport/node-serialport/releases )
- [Changelog](https://github.com/serialport/node-serialport/blob/master/CHANGELOG.md )
- [Commits](https://github.com/serialport/node-serialport/compare/v10.2.2...v10.4.0 )
---
updated-dependencies:
- dependency-name: serialport
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 04:02:20 +00:00
Eugeny
b351cda35a
Merge pull request #5745 from Eugeny/dependabot/npm_and_yarn/app/windows-native-registry-3.2.1
2022-02-28 10:10:48 +01:00
Eugeny
eb30bb2d9d
Merge pull request #5812 from Eugeny/dependabot/npm_and_yarn/app/electron/remote-2.0.5
2022-02-24 17:39:31 +01:00
Eugene Pankov
555c8c18ee
show recent profiles in jump lists & dock menu - fixes #2587
2022-02-23 20:36:24 +01:00
dependabot[bot]
8c06de5c9e
Bump @electron/remote from 2.0.1 to 2.0.5 in /app
...
Bumps [@electron/remote](https://github.com/electron/remote ) from 2.0.1 to 2.0.5.
- [Release notes](https://github.com/electron/remote/releases )
- [Changelog](https://github.com/electron/remote/blob/main/.releaserc.json )
- [Commits](https://github.com/electron/remote/compare/v2.0.1...v2.0.5 )
---
updated-dependencies:
- dependency-name: "@electron/remote"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-22 04:01:38 +00:00
dependabot[bot]
4fa6bb398b
Bump keytar from 7.8.0 to 7.9.0 in /app
...
Bumps [keytar](https://github.com/atom/node-keytar ) from 7.8.0 to 7.9.0.
- [Release notes](https://github.com/atom/node-keytar/releases )
- [Commits](https://github.com/atom/node-keytar/compare/v7.8.0...v7.9.0 )
---
updated-dependencies:
- dependency-name: keytar
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-18 04:02:24 +00:00
dependabot[bot]
dd864f5077
Bump windows-native-registry from 3.1.0 to 3.2.1 in /app
...
Bumps [windows-native-registry](https://github.com/Eugeny/windows-native-registry ) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/Eugeny/windows-native-registry/releases )
- [Commits](https://github.com/Eugeny/windows-native-registry/commits )
---
updated-dependencies:
- dependency-name: windows-native-registry
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 04:01:45 +00:00
Michael Wizner
90f97d6669
Fix app not quitting completely on Cmd+Q (Mac)
2022-02-13 16:37:56 +00:00
Eugene Pankov
60a48ec2a5
Revert "Fix app not quitting completely on Cmd+Q (Mac)"
...
This reverts commit 9c53503c0f
.
2022-02-12 10:03:49 +01:00
Eugene Pankov
c64654991b
fixed serial opening ports
2022-02-11 11:02:29 +01:00
Eugene Pankov
50f01b6794
bumped serialport
2022-02-07 16:56:06 +01:00
Eugeny
34ff0c45cb
Merge pull request #5653 from Eugeny/dependabot/npm_and_yarn/app/keytar-7.8.0
2022-02-07 16:34:35 +01:00
Eugeny
1896155ad9
Merge pull request #5676 from Eugeny/dependabot/npm_and_yarn/app/electron-updater-4.6.5
2022-02-07 16:32:46 +01:00
dependabot[bot]
656d275801
Bump electron-updater from 4.6.1 to 4.6.5 in /app
...
Bumps [electron-updater](https://github.com/electron-userland/electron-builder/tree/HEAD/packages/electron-updater ) from 4.6.1 to 4.6.5.
- [Release notes](https://github.com/electron-userland/electron-builder/releases )
- [Changelog](https://github.com/electron-userland/electron-builder/blob/master/packages/electron-updater/CHANGELOG.md )
- [Commits](https://github.com/electron-userland/electron-builder/commits/electron-updater@4.6.5/packages/electron-updater )
---
updated-dependencies:
- dependency-name: electron-updater
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 04:01:59 +00:00
Michael Wizner
9c53503c0f
Fix app not quitting completely on Cmd+Q (Mac)
2022-02-05 23:07:53 +00:00
dependabot[bot]
762874c400
Bump keytar from 7.7.0 to 7.8.0 in /app
...
Bumps [keytar](https://github.com/atom/node-keytar ) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/atom/node-keytar/releases )
- [Commits](https://github.com/atom/node-keytar/compare/v7.7.0...v7.8.0 )
---
updated-dependencies:
- dependency-name: keytar
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-03 04:02:03 +00:00
Eugene Pankov
b7e2e0875e
electron 17 fixes
2022-02-01 22:47:07 +01:00
Eugene Pankov
6c4f8d2611
blacklisted clickable-ips
2022-01-30 21:01:49 +01:00
Eugene Pankov
75764cd725
macOS vibrancy fixes
2022-01-30 20:43:59 +01:00
Eugene Pankov
6289229bf2
fixed the --hidden option - fixes #5396
2022-01-30 19:40:29 +01:00
Eugene Pankov
53cbb8a7e3
avoid rechecking window status on every loop
2022-01-22 14:16:46 +01:00
Eugeny
d7ab8a00dc
Merge pull request #5428 from Eugeny/dependabot/npm_and_yarn/app/serialport-10.0.2
...
Bump serialport from 10.0.1 to 10.0.2 in /app
2022-01-15 18:45:56 +01:00
Eugene Pankov
08a564588c
allow disabling GPU on other platforms
2022-01-14 00:25:40 +01:00
dependabot[bot]
b156752106
Bump serialport from 10.0.1 to 10.0.2 in /app
...
Bumps [serialport](https://github.com/serialport/node-serialport ) from 10.0.1 to 10.0.2.
- [Release notes](https://github.com/serialport/node-serialport/releases )
- [Changelog](https://github.com/serialport/node-serialport/blob/master/CHANGELOG.md )
- [Commits](https://github.com/serialport/node-serialport/compare/@serialport/bindings@10.0.1...v10.0.2 )
---
updated-dependencies:
- dependency-name: serialport
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-10 04:01:48 +00:00
Eugeny
b8c1b5e428
Merge pull request #5283 from Eugeny/dependabot/npm_and_yarn/app/yargs-17.3.1
2021-12-30 20:11:30 +01:00
dependabot[bot]
af0ecd2400
Bump rxjs from 7.4.0 to 7.5.1 in /app
...
Bumps [rxjs](https://github.com/reactivex/rxjs ) from 7.4.0 to 7.5.1.
- [Release notes](https://github.com/reactivex/rxjs/releases )
- [Changelog](https://github.com/ReactiveX/rxjs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/reactivex/rxjs/compare/7.4.0...7.5.1 )
---
updated-dependencies:
- dependency-name: rxjs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-28 04:01:58 +00:00
dependabot[bot]
3298840454
Bump yargs from 17.2.1 to 17.3.1 in /app
...
Bumps [yargs](https://github.com/yargs/yargs ) from 17.2.1 to 17.3.1.
- [Release notes](https://github.com/yargs/yargs/releases )
- [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/yargs/yargs/compare/v17.2.1...v17.3.1 )
---
updated-dependencies:
- dependency-name: yargs
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-27 18:48:45 +00:00
Eugene Pankov
b0c300be43
bumped serialport for real
2021-12-27 19:46:54 +01:00
Eugene Pankov
e86b3cde6f
bumped serialport
2021-12-27 10:43:53 +01:00
Eugene Pankov
d644c299ae
serial: fixed parity settings on Windows - fixes #5267
2021-12-23 11:29:50 +01:00