Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-22 | feat: add basic layout | Remy Raes | |
2022-09-22 | build: import element plugin into Vue | Remy Raes | |
2022-09-22 | build: add element-plus dependency | Remy Raes | |
2022-09-20 | docs: update installation instructions in readme | Remy Raes | |
2022-09-20 | build: add new tauri configuration | Remy Raes | |
2022-09-20 | build: add Vue app skeleton | Remy Raes | |
2022-09-17 | Update dependencies | GeckoEidechse | |
In particular, update Tauri to 1.1 | |||
2022-09-16 | Bump version numberv0.1.2 | GeckoEidechse | |
2022-09-16 | Show in UI if FlightCore out-of-date | GeckoEidechse | |
To show user if application is outdated should self-update somehow not work. | |||
2022-09-15 | Bump version numberv0.1.1 | GeckoEidechse | |
2022-09-14 | Support switching between main release and RCs | GeckoEidechse | |
State is not saved between launches currently. | |||
2022-09-14 | Add missing `to_lowercase()` | GeckoEidechse | |
WIthout it, the Northstar package would never be found. | |||
2022-09-14 | Use variable instead of hard-coded string | GeckoEidechse | |
2022-09-14 | Show error message in panic | GeckoEidechse | |
2022-09-13 | When launching NS explicetly fail early | GeckoEidechse | |
certain unsupported setup combinations | |||
2022-09-13 | Auto-format | GeckoEidechse | |
2022-09-13 | Do now show version number in omni-button | GeckoEidechse | |
Use separate field below to show version number | |||
2022-09-13 | Show installed Northstar version in separate field | GeckoEidechse | |
2022-09-11 | Require Origin to be running to launch Northstarv0.1.0 | GeckoEidechse | |
2022-09-11 | Check if Origin is running | GeckoEidechse | |
2022-09-10 | Auto-format | GeckoEidechse | |
2022-09-10 | Move launching Northstar to lib.rs source file | GeckoEidechse | |
2022-09-10 | Move get host OS function to lib.rs | GeckoEidechse | |
2022-09-10 | Auto-format | GeckoEidechse | |
2022-09-10 | Update button if Northstar launched | GeckoEidechse | |
2022-09-10 | Add initial back-end code for launching Northstar | GeckoEidechse | |
2022-09-10 | Add initial front-end code for launching Northstar | GeckoEidechse | |
2022-09-10 | Move Roadmap to GitHub issues | GeckoEidechse | |
2022-09-10 | Propagate install type to UI | GeckoEidechse | |
Install type is Steam, Origin, EAPlay | |||
2022-09-10 | Fix using incorrect typing | GeckoEidechse | |
2022-09-10 | Remove unnecessary typing | GeckoEidechse | |
2022-09-10 | Return GameInstall object instead of tuple | GeckoEidechse | |
The object contains the path Titanfall2 is installed in, as well as how it was installed (Steam, Origin, EA-App) | |||
2022-09-10 | Stop displaying omni-button as locked | GeckoEidechse | |
2022-09-10 | Return result error type if TF|2 install not found | GeckoEidechse | |
2022-09-10 | Update libthermite version | GeckoEidechse | |
2022-09-10 | Do not show alert message on install/update finish | GeckoEidechse | |
2022-09-10 | Do nothing when button clicked mid-action | GeckoEidechse | |
2022-09-10 | Add update functionality | GeckoEidechse | |
2022-09-10 | Use variable to set button state | GeckoEidechse | |
2022-09-10 | Show what feature not implemented on click | GeckoEidechse | |
2022-09-10 | Remove unused variable | GeckoEidechse | |
2022-09-10 | Return error result type if NS update check fails | GeckoEidechse | |
2022-09-10 | Add showing contributor list to goals | GeckoEidechse | |
2022-09-10 | Add Northstar crash detection as a goal | GeckoEidechse | |
2022-09-10 | Add explanation for why making FlightCore | GeckoEidechse | |
2022-09-10 | Add localisations as goal to Roadmap | GeckoEidechse | |
2022-09-10 | Mark Origin install detection as completed | GeckoEidechse | |
2022-09-10 | Remove old readme | GeckoEidechse | |
2022-09-10 | Return error result type if NS install fails | GeckoEidechse | |
2022-09-10 | Update application icon | GeckoEidechse | |
Use an icon that represents the Northstar Flight Core ability instead of the default Tauri icon |