You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## `2.2.0` - 2025-09-23
4
+
5
+
### Changes
6
+
7
+
- Split the example mod config into entirely separate classes for client and server configs, to allow using config option types that are only available client-side (eg. keybinds).
- Removed the workaround for publishing GitHub releases, switching to the new [allowEmptyFiles](https://modmuss50.github.io/mod-publish-plugin/platforms/github/#parent-releases) option instead.
10
+
11
+
### Fixes
12
+
13
+
- Added missing localizations for the example mod config.
0 commit comments