index
:
FlightCore
archive/pre-ui-merge
chore/bump-upload-artifact-action
chore/update-tauri-to-2-0
dependabot/cargo/src-tauri/reqwest-0.12.4
dependabot/cargo/src-tauri/tauri-1.7.1
dependabot/cargo/src-tauri/tauri-plugin-store-0b59bc7
dependabot/npm_and_yarn/src-vue/element-plus-2.8.4
dependabot/npm_and_yarn/src-vue/marked-14.1.2
dependabot/npm_and_yarn/src-vue/typescript-5.6.2
dependabot/npm_and_yarn/src-vue/vue-i18n-9.14.1
dependabot/npm_and_yarn/src-vue/vue-tsc-2.1.6
dependabot/npm_and_yarn/tauri-apps/cli-1.6.2
dev/packages
feat/badge-count-oudated-mods
feat/basic-log-parsing
feat/calculate-checksums-install-folder
feat/change-repair-window-to-tab
feat/cleanup-remote-mods
feat/experimental-egui-support
feat/launch-options-ui
feat/launch-parameters
feat/retry-package-index-fetch
feat/return-of-menu-bar
feat/upgrade-to-packges
feat/verified-mods-tooling
fix/add-empty-dist-folder
fix/handle-failed-download
gh-pages
main
temp/dev
weblate
Installer/Updater/Launcher for Northstar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-tauri
/
src
/
github
Age
Commit message (
Expand
)
Author
2023-12-20
feat: Add `ci:` as a valid tag in release note generator (#711)
GeckoEidechse
2023-10-13
refactor: Move repair/verify related funcs to mod (#622)
GeckoEidechse
2023-10-10
feat: Update text for changelog category header
GeckoEidechse
2023-08-05
feat: Strip trailing newline from release notes (#486)
GeckoEidechse
2023-08-03
refactor: Use `GameInstall` object for PR install functions (#467)
Jan
2023-08-01
refactor Generalise temporary directory structure (#458)
Jan
2023-07-20
feat: Compare Flightcore versions as semver (#423)
Jan
2023-07-15
fix: Address anti-pattern found by newer clippy (#413)
GeckoEidechse
2023-06-02
fix: Remove some unwraps for fetching GitHub API (#375)
GeckoEidechse
2023-05-15
refactor: Remove caller pattern (#356)
GeckoEidechse
2023-05-15
feat: Button to install NorthstarLauncher from git main branch (#314)
GeckoEidechse
2023-05-12
refactor: Handle error if JSON not well-formatted for release notes (#348)
GeckoEidechse
2023-05-10
refactor: Move code from `lib.rs` into `main.rs` (#330)
GeckoEidechse
2023-05-10
refactor: Import constants from crate root
GeckoEidechse
2023-05-09
Revert "refactor: Move `check_is_valid_game_path` to `main.rs` (#335)"
GeckoEidechse
2023-05-09
refactor: Move `check_is_valid_game_path` to `main.rs` (#335)
GeckoEidechse
2023-05-09
feat: Add category in changelog for i18n (#324)
GeckoEidechse
2023-05-08
refactor: Only pass commit sha for installing launcher CI build (#313)
GeckoEidechse
2023-05-08
feat: Generate Northstar release notes (#277)
GeckoEidechse
2023-05-06
fix: Fix typo
GeckoEidechse
2023-04-30
fix: Fetch multiple pages from GitHub PR API (#298)
GeckoEidechse
2023-04-16
Use pass-by-reference where possible (#266)
cat_or_not
2023-04-07
fix: Change enum value casing (#255)
GeckoEidechse
2023-04-02
fix: Another set of various clippy fixes (#246)
GeckoEidechse
2023-03-27
fix: Various clippy fixes (#243)
GeckoEidechse
2023-03-27
feat: Generate FlightCore release notes (#188)
GeckoEidechse
2023-03-26
fix: Remove redundant string conversions (#242)
GeckoEidechse
2023-03-26
refactor: Replace all `println!()` with log statements (#236)
GeckoEidechse
2023-03-21
Add buttons to download PRs (#203)
GeckoEidechse
2023-03-21
feat: Proper logging (#223)
GeckoEidechse
2023-03-19
refactor: Fix PR downloads permission issue (#217)
GeckoEidechse
2023-03-02
feat: Allow installing PRs from DeveloperView (#139)
GeckoEidechse
2023-02-05
feat: Auto-generate TS bindings (#140)
GeckoEidechse
2023-01-07
refactor: Store global const in separate file (#131)
GeckoEidechse
2023-01-04
feat: Show newest version number (#124)
GeckoEidechse
2023-01-04
refactor: Deserialize into struct directly (#127)
GeckoEidechse
2022-12-01
feat: Threshold before showing update notification (#98)
GeckoEidechse
2022-11-28
style: Auto-format all Rust code (#84)
GeckoEidechse
2022-11-25
chore: Update all references of personal repo (#70)
GeckoEidechse
2022-11-14
refactor: Move GitHub API fetch to submodule and re-use existing function (#51)
GeckoEidechse
2022-11-13
refactor: Splice out GH release API fetch function (#47)
GeckoEidechse
2022-11-09
feat: Patch notes (#18)
Rémy Raes