index
:
FlightCore
archive/pre-ui-merge
chore/bump-upload-artifact-action
chore/update-tauri-to-2-0
dependabot/cargo/src-tauri/reqwest-0.12.4
dependabot/cargo/src-tauri/tauri-1.7.1
dependabot/cargo/src-tauri/tauri-plugin-store-0b59bc7
dependabot/npm_and_yarn/src-vue/element-plus-2.8.4
dependabot/npm_and_yarn/src-vue/marked-14.1.2
dependabot/npm_and_yarn/src-vue/typescript-5.6.2
dependabot/npm_and_yarn/src-vue/vue-i18n-9.14.1
dependabot/npm_and_yarn/src-vue/vue-tsc-2.1.6
dependabot/npm_and_yarn/tauri-apps/cli-1.6.2
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
/
mod_management
Age
Commit message (
Expand
)
Author
2023-02-11
refactor: Move various consts to `constants.rs` (#162)
GeckoEidechse
2023-02-07
feat: Show mod version in LocalMods View (#159)
GeckoEidechse
2023-02-06
chore: Bump libthermite version to 0.5.2 (#163)
GeckoEidechse
2023-02-06
refactor: Parse using serde deserialisation (#158)
GeckoEidechse
2023-02-02
fix: Prevent ModsView from crashing if Northstar is not installed (#152)
Jan
2023-01-22
chore: Autoformat Rust source files (#143)
GeckoEidechse
2023-01-22
fix: Properly parse mod string (#141)
GeckoEidechse
2023-01-13
refactor: Bump libthermite (#133)
GeckoEidechse
2023-01-08
feat: Delete given Thunderstore mod (#111)
GeckoEidechse
2023-01-04
feat: Add button to delete Northstar mod (#110)
GeckoEidechse
2023-01-04
refactor: Remove unnecessary caller function pattern (#128)
GeckoEidechse
2022-12-12
feat: Expose installed NS mod directory (#109)
GeckoEidechse
2022-12-05
refactor: Move variable to global const (#85)
GeckoEidechse
2022-11-28
style: Auto-format all Rust code (#84)
GeckoEidechse
2022-11-28
feat: Rebuild `enabledmods.json` if value not found (#69)
GeckoEidechse
2022-11-19
feat: Return Thunderstore mod string of installed mods. (#56)
GeckoEidechse
2022-11-19
feat: Initial support for installing mods from TS (#32)
GeckoEidechse
2022-11-13
feat: Add JSON5 support, allows comments in JSON (#50)
GeckoEidechse
2022-11-10
feat: Parse actually installed mods (#38)
GeckoEidechse
2022-11-07
refactor: Move functions to dedicated file (#41)
GeckoEidechse