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
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,14 @@
1
-
# [0.6.1-beta1] - 2025-07-18
1
+
# [0.6.1-beta1] - 2025-10-26
2
2
3
3
## Changed
4
4
5
-
- Backport region saving changes from 0.5.3-beta1 to 1.20.1, 1.21.1 and 1.21.4. Note: This is a breaking change for those versions and will result in region data loss.
5
+
- Backport region saving changes from 0.5.3-beta1 to 1.20.1, 1.21.1 and 1.21.4. Note: This is a breaking change for those versions and will result in region data loss.
6
+
- Placeholders for FlagMessages have changed to use position arguments: `%1$s` instead of `{flag}`. Refer to the wiki for more information.
6
7
7
8
## Fixed
8
9
9
10
- Fix broken default values for region display data.
11
+
- Fix serialization issue causing region data loss
- Backport region saving changes from 0.5.3-beta1 to 1.20.1, 1.21.1 and 1.21.4. Note: This is a breaking change for those versions and will result in region data loss.
6
+
- Placeholders for FlagMessages have changed to use position arguments: `%1$s` instead of `{flag}`. Refer to the wiki for more information.
6
7
7
8
## Fixed
8
9
9
-
- Fix broken default values for region display data.
10
+
- Fix broken default values for region display data.
11
+
- Fix serialization issue causing region data loss
0 commit comments