aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-05chore: Bump version numberv0.2.0GeckoEidechse
2022-10-04fix: Install selected release canalGeckoEidechse
Use selected release canal for install/update instead of hardcoding to main release.
2022-10-04refactor: Give NorthstarState enum mapped stringGeckoEidechse
So that when printing out the value for debug purposes it is clear which value it is.
2022-10-04fix: Capitalise product name properlyGeckoEidechse
2022-10-04Merge pull request #2 from Alystrasz/feat/new-uiGeckoEidechse
Full UI rework
2022-10-04fix: Re-enable self updating mechanismGeckoEidechse
2022-10-04Merge pull request #11 from GeckoEidechse/feat/flightcore-oudated-notificationRémy Raes
Show notification if FlightCore is outdated
2022-10-04feat: Show notification if FlightCore is outdatedGeckoEidechse
2022-10-04refactor: Remove unused copied codeGeckoEidechse
2022-10-04Merge pull request #10 from GeckoEidechse/refactor/change-dist-dirRémy Raes
Change dist dir path
2022-10-04refactor: Change dist dir pathGeckoEidechse
Instead of copying dist to different directory as before build step
2022-10-04Merge pull request #9 from GeckoEidechse/docs/add-readme-deprecated-uiRémy Raes
Add readme to mention deprecated UI
2022-10-04Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-uiAlystrasz
2022-10-04feat: migrate update check code to storeAlystrasz
2022-10-04refactor: rename store typeAlystrasz
2022-10-04feat: set minimum window dimensions to 600x300Rémy Raes
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
2022-10-03docs: Add readme to mention deprecated UIGeckoEidechse
2022-10-03Merge pull request #8 from GeckoEidechse/chore/import-formattingRémy Raes
Fix import formatting
2022-10-03chore: Fix import formattingGeckoEidechse
2022-10-03feat: add panic button to dev viewAlystrasz
2022-10-03feat: implement updateGamePath methodAlystrasz
2022-10-03fix: address options() typing issueAlystrasz
2022-10-03fix: address _initializeApp result typing issueRemy Raes
2022-10-03refactor: Gecko is paranoidRemy Raes
2022-10-03docs: update readmeRemy Raes
2022-10-03refactor: implement launchGame method with switch/caseRemy Raes
2022-10-03build: remove old tauri config fileRemy Raes
2022-10-03Merge pull request #5 from GeckoEidechse/null-out-gamepathRémy Raes
Start with empty gamepath and set button accordingly if no Titanfall2 install found
2022-10-03Merge pull request #6 from GeckoEidechse/fix/temp-disable-updaterRémy Raes
Temporarily disable updater to avoid failing builds
2022-10-03fix: Temp. disable updater to avoid failing buildsGeckoEidechse
Should be re-enabled before merging and in the longterm disabled in CI if private key is missing.
2022-10-03fix: Do not show install button if TF|2 not foundGeckoEidechse
Instead show a button saying that Titanfall2 was not found
2022-10-03fix: Null out game pathGeckoEidechse
to avoid installing to an unkown path.
2022-10-03Merge branch 'feat/new-ui' of github.com:Alystrasz/FlightCore into feat/new-uiRemy Raes
2022-10-03build: move front files on build stepRemy Raes
2022-10-03Merge pull request #4 from GeckoEidechse/fix-ciRémy Raes
Update CI for new UI framework
2022-10-02fix: Update CI for new UI frameworkGeckoEidechse
2022-10-02Merge branch 'GeckoEidechse:main' into feat/new-uiRémy Raes
2022-10-02fix: add missing importRemy Raes
2022-10-02Revert "feat: add basic canal selector"Remy Raes
This reverts commit 9a4c8f4cdb580d2ec3cdd4852f56e86dfe6000e9.
2022-10-02fix: store is now typedRemy Raes
2022-10-02refactor: type issuesRemy Raes
2022-10-02fix: SettingsView is a Typescript componentRemy Raes
2022-10-02Merge pull request #3 from GeckoEidechse/add-launch-functionalityRémy Raes
Add launch functionality
2022-10-02chore: Reference enum in backend code in commentGeckoEidechse
2022-10-02refactor: Use enum for install typeGeckoEidechse
Same way like in backend code
2022-10-02feat: Add initial NS launch functionalityGeckoEidechse
Adds logic to launch Northstar from FligthCore
2022-10-02Merge pull request #2 from GeckoEidechse/add-update-functionalityRémy Raes
Add update functionality
2022-10-02feat: Add update functionalityGeckoEidechse
Simply does the same thing as install as it just overwrites old files anyway
2022-09-29fix: add missing northstarIsRunning computed attribute to PlayButton componentAlystrasz
2022-09-29fix: restore launch button styleAlystrasz