Commit Graph

351 Commits

Author SHA1 Message Date
dependabot[bot]
a02e8a1624 Bump js-yaml from 3.13.0 to 3.13.1 in /ui
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 10:08:56 +00:00
dependabot[bot]
4b158036da Bump webpack-bundle-analyzer from 3.1.0 to 3.3.2 in /ui
Bumps [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) from 3.1.0 to 3.3.2.
- [Release notes](https://github.com/webpack-contrib/webpack-bundle-analyzer/releases)
- [Changelog](https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/webpack-bundle-analyzer/compare/v3.1.0...v3.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 10:08:46 +00:00
dependabot[bot]
eb6475bac6 Bump lodash from 4.17.11 to 4.17.15 in /ui
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 08:05:21 +00:00
dependabot[bot]
c7cef0b49d Bump lodash.defaultsdeep from 4.6.0 to 4.6.1 in /ui
Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.6.0...4.6.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-19 07:32:50 +00:00
James
2ee02bbf46
Assert return code is valid when running yarn 2019-07-19 06:26:06 +00:00
James
68109894f1 Update config files for v7 (#12)
* platform: fix build on Linux and update web-view

* deps: replace xz-decom with xz2 and update deps

* platform: fix regression...

... that prevents the build on Windows

* linux: implement platform-dependent functions

* travis: add macos and windows CI

* travis: use official Rust Docker image

* Update Cargo.lock for new version

* Break apart REST into separate services

This cleans up locking, ensures consistent futures for all endpoints
and enhances code re-use.

* Clean up codebase, fixing minor errors

* Update packages, use async client for downloading config

While this has a hell of a lot more boilerplate, this is quite
a bit cleaner.

* Add explicit 'dyn's as per Rust nightly requirements

* Migrate self updating functions to own module

* Migrate assets to server module

* Use patched web-view to fix dialogs, remove nfd

* Implement basic dark mode

* Revert window.close usage

* ui: split files and use Webpack

* frontend: ui: include prebuilt assets...

... and update rust side stuff

* build: integrate webpack building into build.rs

* Polish Vue UI split

* Add instructions for node + yarn

* native: fix uninstall self-destruction behavior...... by not showing the command prompt window and fork-spawning the cmd

* native: deal with Unicode issues in native APIs

* native: further improve Unicode support on Windows

* travis: add cache and fix issues

* ui: use Buefy components to...

... beautify the UI

* ui: makes error message selectable

* Make launcher mode behaviour more robust

* Fix error display on launcher pages

* Correctly handle exit on error

* Bump installer version
2019-07-04 21:23:16 -04:00
James
6d443805fc Bump version to 0.2.0 for new changes 2019-07-05 09:19:13 +10:00
James
c4139f7e37 Correctly handle exit on error 2019-07-03 15:10:34 +10:00
James
6272c294c8 Fix error display on launcher pages 2019-07-03 14:40:39 +10:00
James
5d31fd0129 Merge branch 'ui-tweaks' into ui-tweaks-test 2019-07-03 14:10:37 +10:00
James
e69443c22e Make launcher mode behaviour more robust 2019-07-03 14:09:07 +10:00
liushuyu
c8699b6e62
ui: makes error message selectable 2019-07-01 10:01:02 +08:00
liushuyu
e83cf6cf4e
ui: use Buefy components to...
... beautify the UI
2019-06-30 10:12:22 +08:00
liushuyu
9a28807423 travis: add cache and fix issues 2019-06-29 16:17:58 +00:00
liushuyu
b3b686ed53 native: further improve Unicode support on Windows 2019-06-29 15:14:28 +00:00
liushuyu
f80db92188 native: deal with Unicode issues in native APIs 2019-06-29 15:14:28 +00:00
liushuyu
4578450bff native: fix uninstall self-destruction behavior...... by not showing the command prompt window and fork-spawning the cmd 2019-06-29 15:14:28 +00:00
James
5603981af1 Add instructions for node + yarn 2019-06-26 23:44:17 +10:00
James
341a6a6537 Polish Vue UI split 2019-06-26 23:43:24 +10:00
liushuyu
27d0a05ade build: integrate webpack building into build.rs 2019-06-25 15:44:41 +08:00
liushuyu
6c19b8b0d1
frontend: ui: include prebuilt assets...
... and update rust side stuff
2019-06-25 12:45:56 +08:00
liushuyu
ff574c9d73 ui: split files and use Webpack 2019-06-25 11:06:28 +08:00
James
761ce91299 Revert window.close usage 2019-06-24 00:44:18 +10:00
James
44e0ebdab4 Implement basic dark mode 2019-06-24 00:18:59 +10:00
James
270a17cd86 Use patched web-view to fix dialogs, remove nfd 2019-06-23 22:28:41 +10:00
James
f24d1112dd Migrate assets to server module 2019-06-23 21:55:16 +10:00
James
3109d48dce Migrate self updating functions to own module 2019-06-23 21:46:04 +10:00
James
5d53ef7a2e Add explicit 'dyn's as per Rust nightly requirements 2019-06-23 21:35:41 +10:00
James
4d50a0f8f8 Update packages, use async client for downloading config
While this has a hell of a lot more boilerplate, this is quite
a bit cleaner.
2019-06-23 21:24:13 +10:00
James
a447ef25b6 Clean up codebase, fixing minor errors 2019-06-23 20:27:35 +10:00
James
9d1f4c2576 Break apart REST into separate services
This cleans up locking, ensures consistent futures for all endpoints
and enhances code re-use.
2019-06-23 20:19:43 +10:00
James
30bb49e1fb Update Cargo.lock for new version 2019-06-20 22:36:35 +10:00
James
8b6c2c1708
Merge pull request #11 from liushuyu/fix-linux
linux: implement platform-dependent functions
2019-04-08 22:43:27 +10:00
James
0d63e0ab21
Merge pull request #10 from liushuyu/master
CI enhancements
2019-04-08 22:39:52 +10:00
liushuyu
269b083ec8
travis: use official Rust Docker image 2019-04-03 00:58:49 -06:00
liushuyu
ae63bc7dab
travis: add macos and windows CI 2019-04-03 00:57:27 -06:00
liushuyu
d3fb463f20
linux: implement platform-dependent functions 2019-04-01 13:50:02 -06:00
James
137d2ec539
Merge pull request #9 from liushuyu/fix-linux
Fix compile on Linux
2019-04-01 16:38:14 +11:00
liushuyu
fed2d28aa8
platform: fix regression...
... that prevents the build on Windows
2019-03-29 11:44:26 -06:00
liushuyu
66e2473a40
deps: replace xz-decom with xz2 and update deps 2019-03-28 11:49:14 -06:00
liushuyu
d236eeec0c
platform: fix build on Linux and update web-view 2019-03-28 11:08:13 -06:00
Flame Sage
6aa5da8795
Merge pull request #10 from j-selby/v6
Update config files for v1.4
2018-12-29 18:29:25 -05:00
James
21eeb54b80 Update config files for v1.4 2018-12-30 09:11:07 +11:00
Flame Sage
eff17acf08
Merge pull request #9 from j-selby/master
Fix crashes while detecting other processes
2018-12-29 17:09:01 -05:00
James
f2af419b95 Fix crashes while detecting other processes 2018-12-30 09:04:55 +11:00
Flame Sage
60bfa8db5e
Merge pull request #8 from j-selby/v5
Update config files for 1.3 release
2018-12-19 19:37:45 -05:00
James
b56c97f7c9 Update config files 2018-12-20 11:28:21 +11:00
Flame Sage
396526373c
Merge pull request #7 from j-selby/master
Bug fixes
2018-12-19 19:14:33 -05:00
James
7cf0c41a83 Capture <IE11 2018-12-16 14:27:51 +11:00
James
08bc615957 Ensure that the updater isn't conflicting with an already running process 2018-12-15 19:14:25 +11:00