diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 19:21:16 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-10 19:21:16 +0200 |
commit | 45a9903b07c71254ebd7d01b09598b6ad9dd68cb (patch) | |
tree | a6ae074e527bd833937f31b17de1c71e7cb28bc9 /README.md | |
parent | 53bf9962f5a4294211fcd70a15ee4c92af93e6a7 (diff) | |
download | FlightCore-45a9903b07c71254ebd7d01b09598b6ad9dd68cb.tar.gz FlightCore-45a9903b07c71254ebd7d01b09598b6ad9dd68cb.zip |
Move Roadmap to GitHub issues
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 47 |
1 files changed, 1 insertions, 46 deletions
@@ -4,52 +4,7 @@ A [Northstar](https://northstar.tf/) installer, updater, and mod-manager ## Roadmap -- [ ] General - - [ ] Icon - - [ ] CI builds - - [ ] Self updating - - [x] ensure version sync with tauri.conf.json, cargo.toml - - [x] CI release - - [x] some scripts to create release JSON file - - [ ] Self detect if outdated - - [ ] Self update delivery - - [ ] CI/CD - - [ ] Flatpak (with CI to push flatpak update) - - [ ] Chocolatey (maybe?) - - [ ] Option to disable self-update (for Flatpak and Chocolatey) - - [ ] Display current version in UI window - - [x] Crash report uploading (sentry.io) -- [ ] Northstar install/launch support - - [ ] 1-click to get to running Northstar - - [ ] Detect game install path - - [x] Steam - - [x] Origin - - [ ] EA - -[ ] Handle read-only filesystem - - [x] Check if Northstar install is up-to-date - - [ ] 1-click updating Northstar - - [ ] Support for multiple release channels (GitHub + Thunderstore) - - [ ] Launch Northstar support via gamelauncher (Steam/Origin/EA) - - [ ] Read-out current version from exe and mods -- [ ] Mod install support - - [ ] check mod validity - - [ ] mod update detection -- [ ] Game repair functionality - - [ ] Button to disable all mods except core Northstar mods - - [ ] Check filesystem permissions (we wanna look for admin owned files etc) - - [ ] Northstar crash detection - - [ ] CloudFlare blocking debugger (in particular make sure to check IPv4) -- [ ] Extra - - [ ] "dev mode" - - [ ] Show list of Northstar (org) contributors and GitHub profile pics in some about menu, similarly to how it's done for releases - - [ ] PR install support - - [ ] Localisations (waiting on "official way" to do it in Tauri before jumping to any custom toolkits) - - [ ] Support multiple profiles - - [ ] get list of installed mods and export as TXT - - [ ] support r2mm links - - [ ] Open common config files -- [ ] Security - - [ ] Ensure when loading mod title, description etc from Thunderstore to escape HTML tags +--> See https://github.com/GeckoEidechse/FlightCore/issues/1 ## Development |