index
:
FlightCore
archive/pre-ui-merge
chore/bump-upload-artifact-action
chore/update-tauri-to-2-0
dependabot/cargo/src-tauri/const_format-0.2.33
dependabot/cargo/src-tauri/reqwest-0.12.4
dependabot/cargo/src-tauri/tauri-1.7.1
dependabot/cargo/src-tauri/tauri-plugin-store-fa8ee1d
dependabot/cargo/src-tauri/ts-rs-10.0.0
dependabot/npm_and_yarn/src-vue/element-plus-2.8.6
dependabot/npm_and_yarn/src-vue/marked-14.1.3
dependabot/npm_and_yarn/src-vue/typescript-5.6.3
dependabot/npm_and_yarn/src-vue/vue-i18n-10.0.4
dependabot/npm_and_yarn/src-vue/vue-tsc-2.1.10
dependabot/npm_and_yarn/tauri-apps/api-2.0.3
dependabot/npm_and_yarn/tauri-apps/cli-2.0.4
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
/
pull_requests.rs
Age
Commit message (
Expand
)
Author
2023-06-02
fix: Remove some unwraps for fetching GitHub API (#375)
GeckoEidechse
2023-05-15
feat: Button to install NorthstarLauncher from git main branch (#314)
GeckoEidechse
2023-05-10
refactor: Move code from `lib.rs` into `main.rs` (#330)
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-08
refactor: Only pass commit sha for installing launcher CI build (#313)
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-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-19
refactor: Fix PR downloads permission issue (#217)
GeckoEidechse
2023-03-02
feat: Allow installing PRs from DeveloperView (#139)
GeckoEidechse