aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/Cargo.toml
AgeCommit message (Collapse)Author
2023-08-09chore: Bump FlightCore version to 2.7.0v2.7.0GeckoEidechse
2023-08-08chore: Set regex to correct version in Cargo.toml (#497)GeckoEidechse
No clue how it happened but `Cargo.toml` and `Cargo.lock` do not agree on the version of `regex`
2023-08-06chore: Bump FlightCore version to 2.6.0v2.6.0GeckoEidechse
2023-08-06chore: bump winreg from 0.11.0 to 0.50.0 in /src-tauri (#477)dependabot[bot]
Bumps [winreg](https://github.com/gentoo90/winreg-rs) from 0.11.0 to 0.50.0. - [Release notes](https://github.com/gentoo90/winreg-rs/releases) - [Changelog](https://github.com/gentoo90/winreg-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/gentoo90/winreg-rs/compare/v0.11.0...v0.50.0) --- updated-dependencies: - dependency-name: winreg dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-05chore: Bump FlightCore version to 2.5.1v2.5.1GeckoEidechse
2023-08-05chore: bump open from 3.2.0 to 5.0.0 in /src-tauri (#479)dependabot[bot]
Bumps [open](https://github.com/Byron/open-rs) from 3.2.0 to 5.0.0. - [Release notes](https://github.com/Byron/open-rs/releases) - [Changelog](https://github.com/Byron/open-rs/blob/main/changelog.md) - [Commits](https://github.com/Byron/open-rs/compare/v3.2.0...v5.0.0) --- updated-dependencies: - dependency-name: open dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-05chore: bump sysinfo from 0.26.9 to 0.29.7 in /src-tauri (#475)dependabot[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.26.9 to 0.29.7. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04chore: Bump FlightCore version to 2.5.0v2.5.0GeckoEidechse
2023-08-04chore: bump sentry-log from 0.30.0 to 0.31.5 in /src-tauri (#481)dependabot[bot]
Bumps [sentry-log](https://github.com/getsentry/sentry-rust) from 0.30.0 to 0.31.5. - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.30.0...0.31.5) --- updated-dependencies: - dependency-name: sentry-log dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04chore: Do not specify patch version for `sentry-log` (#484)GeckoEidechse
Allow to use whatever is newest patch release
2023-08-04chore: bump pretty_env_logger from 0.4.0 to 0.5.0 in /src-tauri (#478)dependabot[bot]
Bumps [pretty_env_logger](https://github.com/seanmonstar/pretty-env-logger) from 0.4.0 to 0.5.0. - [Commits](https://github.com/seanmonstar/pretty-env-logger/compare/v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pretty_env_logger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-04chore: Bump FlightCore version to 2.4.2v2.4.2GeckoEidechse
2023-08-03chore: bump sentry from 0.30.0 to 0.31.5 in /src-tauri (#473)dependabot[bot]
Bumps [sentry](https://github.com/getsentry/sentry-rust) from 0.30.0 to 0.31.5. - [Release notes](https://github.com/getsentry/sentry-rust/releases) - [Changelog](https://github.com/getsentry/sentry-rust/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-rust/compare/0.30.0...0.31.5) --- updated-dependencies: - dependency-name: sentry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-03chore: Bump FlightCore version to 2.4.1v2.4.1GeckoEidechse
2023-08-02chore: Bump FlightCore version to 2.4.0v2.4.0GeckoEidechse
2023-07-30chore: Bump FlightCore version to 2.3.0v2.3.0GeckoEidechse
2023-07-24chore: Bump FlightCore version to 2.2.0v2.2.0GeckoEidechse
2023-07-22chore: Bump FlightCore version to 2.1.0v2.1.0v2.0.1GeckoEidechse
2023-07-21chore: Bump FlightCore version to 2.0.0v2.0.0GeckoEidechse
2023-07-21feat: Support installing Thunderstore packages (#426)GeckoEidechse
Support for installing mods from Thunderstore directly into the `packages` folder. Adds some basic sanity check during installation. After successful installation, the old version of the mod is removed. This includes both from `packages` and from `mods`.
2023-07-19chore: Bump FlightCore version to 1.24.0v1.24.0GeckoEidechse
2023-07-19feat: Replace MessageBoxW invocation with Tauri dialog (#418)Jan
2023-07-18feat: Add basic Proton management (#383)Jan
Adds logic to install, remove, and check existing install of NorthstarProton.
2023-07-18chore: Bump FlightCore version to 1.23.0v1.23.0GeckoEidechse
2023-07-18feat: Add warning for Snap installations (#399)Jan
Prints a warning to console if snap installation of Steam is detected.
2023-07-17chore: Bump FlightCore version to 1.22.1v1.22.1GeckoEidechse
2023-07-15chore: Bump FlightCore version to 1.22.0v1.22.0GeckoEidechse
2023-07-15chore: Bump Tauri to 1.4 (#412)GeckoEidechse
2023-07-07chore: Bump FlightCore version to 1.21.0v1.21.0GeckoEidechse
2023-07-07chore: Bump libthermite to `0.6.5` (#409)GeckoEidechse
And update code accordingly Co-authored-by: AnActualEmerald <emerald_actual@protonmail.com>
2023-07-02chore: Bump FlightCore version to 1.20.1v1.20.1GeckoEidechse
2023-07-02chore: Bump FlightCore version to 1.20.0v1.20.0GeckoEidechse
2023-07-02chore: replace game_scanner usage with winreg (#394)Jan
Slashes a bunch of unnecessary dependencies
2023-06-29chore: Bump FlightCore version to 1.19.2v1.19.2GeckoEidechse
2023-06-12chore: Bump FlightCore version to 1.19.1v1.19.1GeckoEidechse
2023-06-11chore: Bump FlightCore version to 1.19.0v1.19.0GeckoEidechse
2023-06-10chore: Bump FlightCore version to 1.18.0v1.18.0GeckoEidechse
2023-06-04chore: Bump FlightCore version to 1.17.1v1.17.1GeckoEidechse
2023-06-01chore: Bump FlightCore version to 1.17.0v1.17.0GeckoEidechse
2023-05-20chore: Bump FlightCore version to 1.16.1v1.16.1GeckoEidechse
2023-05-15chore: Bump FlightCore version to 1.16.0v1.16.0GeckoEidechse
2023-05-13chore: Bump FlightCore version to 1.15.4v1.15.4GeckoEidechse
2023-05-11chore: Bump FlightCore version to 1.15.3v1.15.3GeckoEidechse
2023-05-10chore: Bump FlightCore version to 1.15.2v1.15.2GeckoEidechse
2023-05-10feat: Add button to install older Northstar version in DevView (#325)GeckoEidechse
Adds a button to DevView that allows installing older Northstar versions from Thunderstore
2023-05-09chore: Bump FlightCore version to 1.15.1v1.15.1GeckoEidechse
2023-05-08chore: Bump FlightCore version to 1.15.0v1.15.0GeckoEidechse
2023-05-07chore: Bump FlightCore version to 1.14.1v1.14.1GeckoEidechse
2023-05-04chore: Bump FlightCore version to 1.14.0v1.14.0GeckoEidechse
2023-05-04chore: Update Tauri to 1.3 (#303)GeckoEidechse