aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysci: Update list of dependencies to installGeckoEidechse
3 daysMerge branch 'main' into dev/tauri-2GeckoEidechse
3 daystest: Update Python script for comparing version numbersGeckoEidechse
to take manifest structure changes into account
3 dayschore: Remove leftover SVGGeckoEidechse
3 daysbuild: Add same packages as from main branchGeckoEidechse
3 daysdocs: Add README from main branchGeckoEidechse
3 daysrefactor: Match index.html from main branchGeckoEidechse
3 daysrefactor: Adjust tsconfig file to match structure of main branch more closelyGeckoEidechse
4 daysbuild: Match npm package versions closer to main branchGeckoEidechse
4 daysbuild: Keep debug symbols in release codeGeckoEidechse
for sentry.io
4 dayschore: Remove mention of Rust versionHEADmainGeckoEidechse
from Cargo.toml as it was always outdated anyway
4 daysrefactor: Re-order some entries in tauri.conf.jsonGeckoEidechse
4 dayschore: Gitignore Vue project related code only in that specific subfolderGeckoEidechse
4 dayschore: Gitignore Rust build cache only in subfolderGeckoEidechse
4 daysrefactor: Restructure UI logic folder structure to match main branchGeckoEidechse
4 daysdev: Replace with sample Tauri 2.0 projectGeckoEidechse
as a first step to convert FlightCore to Tauri 2.0
4 dayschore: Remove unused SVGsGeckoEidechse
4 dayschore: Remove duplicate extension recommendationGeckoEidechse
There was a nested `extensions.json` vscode config file leftover that wouldn't get picked up by vscode anyway
2024-12-09chore: bump serde from 1.0.203 to 1.0.215 in /src-tauri (#1049)dependabot[bot]
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.203 to 1.0.215. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.203...v1.0.215) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-09chore: bump serde_json from 1.0.127 to 1.0.133 in /src-tauri (#1048)dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.127 to 1.0.133. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.127...v1.0.133) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-09ci: Run CI weekly to cover Rust toolchain updates (#1052)GeckoEidechse
Rust toolchain updates every six weeks including clippy. With new updates clippy can cover more cases that it previously missed so with weekly CI runs we can catch these cases and fix them in a timely manner.
2024-12-09fix: Address clippy error regarding zombie child process (#1053)GeckoEidechse
https://rust-lang.github.io/rust-clippy/master/index.html#zombie_processes
2024-11-22chore: Bump FlightCore version to 2.26.2v2.26.2GeckoEidechse
2024-11-22i18n: Translations update from Weblate (#984)Harmony Weblate
Translated using Weblate (Russian) Currently translated at 100.0% (118 of 118 strings) Translation: Northstar/FlightCore Translate-URL: https://translate.harmony.tf/projects/northstar/flightcore/ru/ Co-authored-by: Andrew <voidflare1@users.noreply.translate.harmony.tf>
2024-11-20chore: bump typescript from 5.5.4 to 5.6.3 in /src-vue (#1028)dependabot[bot]
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development 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>
2024-11-11chore: Bump FlightCore version to 2.26.1v2.26.1GeckoEidechse
2024-11-11chore: Bump vulnerable npm packages (#1040)GeckoEidechse
2024-11-11chore: bump vue-tsc from 2.1.4 to 2.1.10 in /src-vue (#1032)dependabot[bot]
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.1.4 to 2.1.10. - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v2.1.10/packages/tsc) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11chore: bump marked from 14.1.0 to 14.1.3 in /src-vue (#1031)dependabot[bot]
Bumps [marked](https://github.com/markedjs/marked) from 14.1.0 to 14.1.3. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v14.1.0...v14.1.3) --- updated-dependencies: - dependency-name: marked dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-11chore: bump const_format from 0.2.32 to 0.2.33 in /src-tauri (#1036)dependabot[bot]
Bumps [const_format](https://github.com/rodrimati1992/const_format_crates) from 0.2.32 to 0.2.33. - [Release notes](https://github.com/rodrimati1992/const_format_crates/releases) - [Changelog](https://github.com/rodrimati1992/const_format_crates/blob/master/Changelog.md) - [Commits](https://github.com/rodrimati1992/const_format_crates/commits) --- updated-dependencies: - dependency-name: const_format dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-07chore: bump ts-rs from 9.0.1 to 10.0.0 in /src-tauri (#1035)dependabot[bot]
Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 9.0.1 to 10.0.0. - [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases) - [Changelog](https://github.com/Aleph-Alpha/ts-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aleph-Alpha/ts-rs/compare/v9.0.1...v10.0.0) --- updated-dependencies: - dependency-name: ts-rs 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>
2024-10-04chore: bump anyhow from 1.0.86 to 1.0.89 in /src-tauri (#1018)dependabot[bot]
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-04chore: bump sysinfo from 0.30.12 to 0.30.13 in /src-tauri (#1019)dependabot[bot]
Bumps [sysinfo](https://github.com/GuillaumeGomez/sysinfo) from 0.30.12 to 0.30.13. - [Changelog](https://github.com/GuillaumeGomez/sysinfo/blob/master/CHANGELOG.md) - [Commits](https://github.com/GuillaumeGomez/sysinfo/commits/v0.30.13) --- updated-dependencies: - dependency-name: sysinfo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-15chore: bump ts-rs from 8.1.0 to 9.0.1 in /src-tauri (#1007)dependabot[bot]
* chore: bump ts-rs from 8.1.0 to 9.0.1 in /src-tauri Bumps [ts-rs](https://github.com/Aleph-Alpha/ts-rs) from 8.1.0 to 9.0.1. - [Release notes](https://github.com/Aleph-Alpha/ts-rs/releases) - [Changelog](https://github.com/Aleph-Alpha/ts-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/Aleph-Alpha/ts-rs/compare/v8.1.0...v9.0.1) --- updated-dependencies: - dependency-name: ts-rs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Add trailing newlines to TypeScript bindings as newer version of ts-rs now adds trailing newlines --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
2024-09-15fix: Sort contributors case insensitive (#1015)GeckoEidechse
when generating Northstar release notes
2024-09-13chore: bump marked from 13.0.2 to 14.1.0 in /src-vue (#1008)dependabot[bot]
Bumps [marked](https://github.com/markedjs/marked) from 13.0.2 to 14.1.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json) - [Commits](https://github.com/markedjs/marked/compare/v13.0.2...v14.1.0) --- updated-dependencies: - dependency-name: marked 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>
2024-09-13chore: bump vue-tsc from 2.0.29 to 2.1.4 in /src-vue (#1012)dependabot[bot]
Bumps [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) from 2.0.29 to 2.1.4. - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v2.1.4/packages/tsc) --- updated-dependencies: - dependency-name: vue-tsc dependency-type: direct:development 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>
2024-09-04chore: Bump FlightCore version to 2.26.0v2.26.0GeckoEidechse
2024-09-03feat: Switch location of Mods and Changelog tabs (#1002)GeckoEidechse
* feat: Switch location of Mods and Changelog tabs Usually players care more about mods than changelogs so it should be further in front. * fix: Revert unnecessary component re-order
2024-09-02chore: bump regex from 1.10.5 to 1.10.6 in /src-tauri (#1006)dependabot[bot]
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.10.6. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/regex/compare/1.10.5...1.10.6) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02chore: bump serde_json from 1.0.120 to 1.0.127 in /src-tauri (#1004)dependabot[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.127. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.120...1.0.127) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-02chore: bump vue-router from 4.4.2 to 4.4.3 in /src-vue (#1009)dependabot[bot]
Bumps [vue-router](https://github.com/vuejs/router) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-14chore: Bump FlightCore version to 2.25.0v2.25.0GeckoEidechse
2024-08-14fix: Remove unnecessary unwraps (#1000)GeckoEidechse
We already have `anyhow` for boxing the error so we can just bubble it up
2024-08-12chore: Remove deprecated dev library (#998)GeckoEidechse
marked provides its own type defintions for a while now
2024-08-08feat: Prevent installation of Vanilla+ mod (#996)GeckoEidechse
as it has special installation requirements that makes it not installable like common Northstar mods.
2024-08-03feat: Add initial CGNAT check logic (#969)GeckoEidechse
Adds some logic that gets external IP and runs tracert to count the number of hops to said IP address. The goal is to have an automated way to check for CGNAT.
2024-08-03feat: Pick random adjective when generating release notes (#995)GeckoEidechse
from a list of predefined ones
2024-08-02chore: bump tokio from 1.38.0 to 1.39.2 in /src-tauri (#991)dependabot[bot]
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.38.0 to 1.39.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.38.0...tokio-1.39.2) --- updated-dependencies: - dependency-name: tokio 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>
2024-08-02chore: Bump FlightCore version to 2.24.0v2.24.0GeckoEidechse