Commit graph

14 commits

Author SHA1 Message Date
James Rowe 37d27a82ba Move to installer v1.8 2019-12-05 09:49:03 -07:00
James Rowe de4246536e Update configs 2019-11-14 15:16:20 -07:00
James Rowe 9bec77a2db Update bootstrap repo to point to my url 2019-10-21 01:32:45 -06:00
James Rowe c4b4c597fa Minimally compiling rust code for patreon release 2019-10-21 01:11:56 -06:00
James bdbab4dc4d Implement migration system to move from canary/nightly 2019-10-07 01:08:56 +01: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 21eeb54b80 Update config files for v1.4 2018-12-30 09:11:07 +11:00
James b56c97f7c9 Update config files 2018-12-20 11:28:21 +11:00
James 6d72e581e7 Push new binary to users with fixed self-update functionality 2018-10-04 14:12:01 +10:00
James 10c2d5bef5 Bump version number 2018-10-04 12:47:46 +10:00
James 65d411d125 Merge branch 'master' into add-hidden-advanced 2018-10-01 11:54:29 +10:00
James 90f8792b15 Add mechanism to hide advanced menu from config 2018-10-01 11:52:48 +10:00
James 1f317f2d4a Add yuzu specific configuration files 2018-10-01 11:32:47 +10:00
James f2c5382dc4 Use "bootstrap" as part of filename for bootstrap configuration files 2018-09-20 13:37:44 +10:00
Renamed from config.windows.toml (Browse further)