aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/github
AgeCommit message (Expand)Author
2023-10-10feat: Update text for changelog category headerGeckoEidechse
2023-08-05feat: Strip trailing newline from release notes (#486)GeckoEidechse
2023-08-03refactor: Use `GameInstall` object for PR install functions (#467)Jan
2023-08-01refactor Generalise temporary directory structure (#458)Jan
2023-07-20feat: Compare Flightcore versions as semver (#423)Jan
2023-07-15fix: Address anti-pattern found by newer clippy (#413)GeckoEidechse
2023-06-02fix: Remove some unwraps for fetching GitHub API (#375)GeckoEidechse
2023-05-15refactor: Remove caller pattern (#356)GeckoEidechse
2023-05-15feat: Button to install NorthstarLauncher from git main branch (#314)GeckoEidechse
2023-05-12refactor: Handle error if JSON not well-formatted for release notes (#348)GeckoEidechse
2023-05-10refactor: Move code from `lib.rs` into `main.rs` (#330)GeckoEidechse
2023-05-10refactor: Import constants from crate rootGeckoEidechse
2023-05-09Revert "refactor: Move `check_is_valid_game_path` to `main.rs` (#335)"GeckoEidechse
2023-05-09refactor: Move `check_is_valid_game_path` to `main.rs` (#335)GeckoEidechse
2023-05-09feat: Add category in changelog for i18n (#324)GeckoEidechse
2023-05-08refactor: Only pass commit sha for installing launcher CI build (#313)GeckoEidechse
2023-05-08feat: Generate Northstar release notes (#277)GeckoEidechse
2023-05-06fix: Fix typoGeckoEidechse
2023-04-30fix: Fetch multiple pages from GitHub PR API (#298)GeckoEidechse
2023-04-16Use pass-by-reference where possible (#266)cat_or_not
2023-04-07fix: Change enum value casing (#255)GeckoEidechse
2023-04-02fix: Another set of various clippy fixes (#246)GeckoEidechse
2023-03-27fix: Various clippy fixes (#243)GeckoEidechse
2023-03-27feat: Generate FlightCore release notes (#188)GeckoEidechse
2023-03-26fix: Remove redundant string conversions (#242)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-21Add buttons to download PRs (#203)GeckoEidechse
2023-03-21feat: Proper logging (#223)GeckoEidechse
2023-03-19refactor: Fix PR downloads permission issue (#217)GeckoEidechse
2023-03-02feat: Allow installing PRs from DeveloperView (#139)GeckoEidechse
2023-02-05feat: Auto-generate TS bindings (#140)GeckoEidechse
2023-01-07refactor: Store global const in separate file (#131)GeckoEidechse
2023-01-04feat: Show newest version number (#124)GeckoEidechse
2023-01-04refactor: Deserialize into struct directly (#127)GeckoEidechse
2022-12-01feat: Threshold before showing update notification (#98)GeckoEidechse
2022-11-28style: Auto-format all Rust code (#84)GeckoEidechse
2022-11-25chore: Update all references of personal repo (#70)GeckoEidechse
2022-11-14refactor: Move GitHub API fetch to submodule and re-use existing function (#51)GeckoEidechse
2022-11-13refactor: Splice out GH release API fetch function (#47)GeckoEidechse
2022-11-09feat: Patch notes (#18)Rémy Raes