# Changelog All notable changes to this project will be documented in this file. ## [0.8.2] - 2024-09-18 ### Miscellaneous Tasks - Update `zip` requirement to ^2.2 - Stricter clippy lints - Replace `lazy_static` with `LazyLock` (#12) ## [0.8.1] - 2024-04-21 ### Bug Fixes - Make SanityError Send + Sync ## [0.8.0] - 2024-04-21 ### Bug Fixes - Update NorthstarProton url ### Features - Return Result from sanity check ### Miscellaneous Tasks - Update action versions - Nixify ## [0.7.1] - 2024-02-01 ### Miscellaneous Tasks - Add workflow to create github release ### Refactor - Rename consts to specifically specify Titanfall2 (#10) ## [0.7.0] - 2024-01-12 ### Documentation - Add packages example ### Features - Support for new northstar package system - Expose steam and origin IDs as constants - Expose steam and origin IDs as constants ### Miscellaneous Tasks - Specify exact dependency features - Bump mockall - Loosen version requirements - Specify exact dependency features - Bump mockall - Loosen version requirements ### Testing - Fix enabled_mods tests failing randomly - Increase utils test coverage - Write more tests - Write more tests ## [0.6.5] - 2023-07-07 ### Bug Fixes - Do not attempt fix mod with wrong folder name (#6) - Make dynamic JsonError variant Send + Sync + 'static ## [0.6.4] - 2023-06-02 ### Bug Fixes - Properly disable `EnabledMods` autosave when disabled ### Features - Return paths from install functions ### Miscellaneous Tasks - Add code coverage - Add git cliff config - Use a proper changelog - Clippy & formatting ### Testing - Add tests for api module - Add file download test - Add installation tests - Add tests for utils - Add tests for model objects