Skip to content

Commit

Permalink
Updated change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Oct 4, 2023
1 parent 5ce265a commit 12d5adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
3.7.2 - ???

* 12896: Build universal Mac bundle
* 12781: Fix bad translation keys for Attachment, Deselect, Send To Location
traits
* 12729: Set Global Property to again record old GP value in oldValues for
Expand Down
7 changes: 4 additions & 3 deletions dist/notes/data.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"headline": "The Vassal Team is happy to announce the release of Vassal {{version}}.",
"important": [
"There is now a single universal app bundle for MacOS. It runs natively on both 64-bit x86 (Intel) and 64-bit ARM (Apple Silicon_) Macs.",
"Modules saved in {{version_feature}} are not openable by earlier versions of Vassal. We recommend keeping a backup copy of any pre-{{version_feature}} modules you plan to modify in {{version_feature}} until you've verified that everything works to your satisfaction.",
"Some code deprecated more than a year ago has been removed. Modules containing custom code using that code MUST be updated if they are to work with {{version_feature}}.",
"Things may be broken which worked previously. If you find a new bug, please report it."
],
"downloads": [
{ "display_name": "Linux", "suffix": "linux.tar.bz2" },
{ "display_name": "MacOS (64-bit ARM)", "suffix": "macos-aarch64.dmg" },
{ "display_name": "MacOS (64-bit x86)", "suffix": "macos-x86_64.dmg" },
{ "display_name": "Windows (64-bit ARM)", "suffix": "windows-aarch64.exe" },
{ "display_name": "MacOS", "suffix": "macos-universal.dmg" },
{ "display_name": "Windows (64-bit x86)", "suffix": "windows-x86_64.exe" },
{ "display_name": "Windows (32-bit x86)", "suffix": "windows-x86_32.exe" },
{ "display_name": "Windows (64-bit ARM)", "suffix": "windows-aarch64.exe" },
{ "display_name": "Other", "suffix": "other.zip" }
],
"changes": [
Expand All @@ -27,6 +27,7 @@
{ "num": 12770, "desc": "Prevent NPE when escaping from GKC trait after adding 'Set Dynamic Properties' entries" }
],
"other_improvements": [
{ "num": 12896, "desc": { "Build universal Mac bundle" }
]
},
{
Expand Down

0 comments on commit 12d5adf

Please sign in to comment.