aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
AgeCommit message (Expand)Author
2023-11-09test: Remove the leading `v` from version numbers (#668)GeckoEidechse
2023-11-04test: Add test for conversion of non-rc numbers (#661)GeckoEidechse
2023-10-30test: Add unit tests for rc number conversion (#652)GeckoEidechse
2023-10-28fix: Address broken rc number conversion (#651)GeckoEidechse
2023-10-13refactor: Move `convert_release_candidate_number` (#629)GeckoEidechse
2023-10-13refactor: Move `clean_up_download_folder_wrapper` (#628)GeckoEidechse
2023-10-13refactor: Move `install_mod_wrapper` (#627)GeckoEidechse
2023-10-13refactor: Move relevant functions to northstar module (#626)GeckoEidechse
2023-10-13refactor: Move relevant functions to util module (#623)GeckoEidechse
2023-10-13refactor: Move repair/verify related funcs to mod (#622)GeckoEidechse
2023-10-13docs: Add doc comments to some structs (#621)GeckoEidechse
2023-10-13refactor: Move NS installation logic to module (#619)GeckoEidechse
2023-10-13refactor: Rename all occurences of `_caller`GeckoEidechse
2023-10-13refactor: Move `get_host_os` to module (#618)GeckoEidechse
2023-10-13refactor: Move platform specific logic to proper mod (#616)GeckoEidechse
2023-10-13refactor: Use fully qualified path for vars and funcs (#614)GeckoEidechse
2023-10-10feat: Add button to delete profile (#603)GeckoEidechse
2023-10-10feat: Remove compatibility tool check (#607)Jan
2023-10-10feat: Update text for changelog category headerGeckoEidechse
2023-09-18Allow ProtonGE to be used as a compatibility tool (#533)Ombrezz
2023-09-13fix: Turn comments into doc comments (#561)GeckoEidechse
2023-09-08fix: Remove hashes around raw string literal (#547)GeckoEidechse
2023-08-09fix: Ignore missing temp directories on cleanup (#488)Jan
2023-08-08feat: Add dropdown menu for profiles (#494)Jan
2023-08-08fix: Fix typo in commentGeckoEidechse
2023-08-05feat: Strip trailing newline from release notes (#486)GeckoEidechse
2023-08-04Move DLL into Profile for non default Profiles (#465)Jan
2023-08-03fix: Move leftover type definition to auto-generated from Rust (#450)GeckoEidechse
2023-08-03fix: Go over all folders during cleanup (#469)GeckoEidechse
2023-08-03refactor: Use `GameInstall` object for PR install functions (#467)Jan
2023-08-03fix: Add extract dir to cleanup (#466)Jan
2023-08-02Extract Northstar into temporary location before installing (#456)Jan
2023-08-01refactor Generalise temporary directory structure (#458)Jan
2023-07-31refactor: Migrate install related functions to `GameInstall` (#457)Jan
2023-07-30feat: Add button to forcefully terminate Northstar (#451)Jan
2023-07-30refactor: Replace naive `game_path` argument with `GameInstall` (#454)GeckoEidechse
2023-07-30refactor: Add Profile to GameInstall (#453)Jan
2023-07-23feat: Add basic warning on plugin install (#441)GeckoEidechse
2023-07-22feat: Prevent mods with plugins to be installed (#438)GeckoEidechse
2023-07-21feat: Support installing Thunderstore packages (#426)GeckoEidechse
2023-07-20feat: Compare Flightcore versions as semver (#423)Jan
2023-07-19feat: Add ability to delete package (#425)GeckoEidechse
2023-07-19feat: Support reading mods from Northstar `packages` directory (#417)GeckoEidechse
2023-07-19feat: Replace MessageBoxW invocation with Tauri dialog (#418)Jan
2023-07-18feat: Add basic Proton management (#383)Jan
2023-07-18feat: Add warning for Snap installations (#399)Jan
2023-07-18refactor: Move code for legacy TS mod deletion to separate file (#424)GeckoEidechse
2023-07-17feat: Launch via Steam on non-Windows systems if possible (#422)Jan
2023-07-17fix: Add regex check for parsing TS mod string (#421)GeckoEidechse
2023-07-17feat: Implement `to_string` for `ParsedThunderstoreModString` (#420)GeckoEidechse