aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/github/release_notes.rs
AgeCommit message (Expand)Author
2024-02-25style: Improve release note formatting (#824)GeckoEidechse
2024-02-14refactor: Move release note announcement generation (#813)GeckoEidechse
2024-02-14fix: Return actual error instead of unwrapping (#811)GeckoEidechse
2024-02-14refactor: Use octocrab for fetching latest FC release version (#810)GeckoEidechse
2024-02-14refactor: Use `octocrab` library for fetching release notes (#809)GeckoEidechse
2023-07-20feat: Compare Flightcore versions as semver (#423)Jan
2023-06-02fix: Remove some unwraps for fetching GitHub API (#375)GeckoEidechse
2023-05-15refactor: Remove caller pattern (#356)GeckoEidechse
2023-05-12refactor: Handle error if JSON not well-formatted for release notes (#348)GeckoEidechse
2023-03-27fix: Various clippy fixes (#243)GeckoEidechse
2023-03-26refactor: Replace all `println!()` with log statements (#236)GeckoEidechse
2023-03-21feat: Proper logging (#223)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