File tree 2 files changed +47
-1
lines changed
2 files changed +47
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+
6
+ ## unreleased
7
+
8
+ ### Bug Fixes
9
+
10
+ - Properly continue with ` force ` flag
11
+ - Filter northstar core mods when performing update check
12
+ - Don't use bash commands in windows workflow
13
+ - Clean old mod folders on update
14
+
15
+ ### Features
16
+
17
+ - Add ` no-cache ` flag
18
+ - Add ` all ` flag to ` enable ` and ` disable ` commands
19
+ - Import and export mod lists (#23 )
20
+ - Add env command
21
+
22
+ ### Miscellaneous Tasks
23
+
24
+ - Update release script tag message formatting
25
+ - More release script tweaks
26
+ - Add ignore_tags regex to cliff config
27
+ - Remove unused files
28
+ - Update .gitignore
29
+ - Clippy fixes
30
+ - Fix changelog header
31
+ - Publish crate from CI
32
+ - Bump dependencies
33
+
34
+ ## v3.0.1
35
+
36
+ ### Fix
37
+
38
+ - Create non existing file directories for download cache and config (#15 )
39
+
40
+ ### Miscellaneous Tasks
41
+
42
+ - Add git-cliff config
43
+ - Add release script
44
+ - Make release script executable (woops lol)
45
+
46
+ <!-- generated by git-cliff -->
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " papa"
3
- version = " 3.1.0-alpha.1 " # managed by release.sh
3
+ version = " 3.1.0-beta " # managed by release.sh
4
4
edition = " 2021"
5
5
license = " MIT"
6
6
description = " A cli mod manager for the Northstar launcher"
You can’t perform that action at this time.
0 commit comments