# Changelog All notable changes to this project will be documented in this file. ## v4.1.0-rc.4 ### Bug Fixes - Don't try to canonicalize path that might not exist - Use exact expected path when finding Northar core mods ### Dependencies - Update dependencies - Update `libthermite` to 0.7.1 ### Features - Write standard mod strings to exported mod lists - Launch game through steam and origin - Profiles ([#26](https://github.com/anactualemerald/papa/pull/26)) ### Miscellaneous Tasks - Update dependencies - Add `.rpm` bundle - Remove nsargs crate - Update action versions - Specify include in `Cargo.toml` (via [cargo-diet](https://github.com/the-lean-crate/cargo-diet)) ## v4.0.0 ### Dependencies - Update dependencies ### Features - Support new N* package standard ## v3.1.0 ### Bug Fixes - Properly continue with `force` flag - Filter northstar core mods when performing update check - Don't use bash commands in windows workflow - Clean old mod folders on update ### Dependencies - Bump dependencies ### Features - Add `no-cache` flag - Add `all` flag to `enable` and `disable` commands - Import and export mod lists ([#23](https://github.com/anactualemerald/papa/pull/23)) - Add env command ### Miscellaneous Tasks - Update release script tag message formatting - More release script tweaks - Add ignore_tags regex to cliff config - Remove unused files - Update .gitignore - Clippy fixes - Fix changelog header - Publish crate from CI - Replace PR and issue numbers with links in changelog - Bump `libthermite` version ### Styling - Remove timestamp from log messages ## v3.0.1 ### Fix - Create non existing file directories for download cache and config ([#15](https://github.com/anactualemerald/papa/pull/15)) ### Miscellaneous Tasks - Add git-cliff config - Add release script - Make release script executable (woops lol)