Skip to content

Commit

Permalink
Updated for 3.4.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
uckelman committed Nov 8, 2020
1 parent 46e0eaa commit 3b2bf46
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
3.4.8 - ???
3.4.8 - 8 November 2020

* 13577: Stacks properly restore their visual 'layer' level when saved/restored
* 13574: Fix reporting on oldXXXXXX properties in ReportState
Expand Down
21 changes: 21 additions & 0 deletions dist/notes/NOTES-bgg.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,27 @@ The VASSAL Team is happy to announce the release of VASSAL {{version}}.
[url=https://github.com/vassalengine/vassal/releases/download/{{version}}/VASSAL-{{version}}-windows-32.exe]Windows (32-bit)[/url]
[url=https://github.com/vassalengine/vassal/releases/download/{{version}}/VASSAL-{{version}}-other.zip]Other[/url]

[size=16][b]Changes since 3.4.7[/b][/size]

Bug fixes

* 13577: Stacks properly restore their visual 'layer' level when saved/restored
* 13574: Fix reporting on oldXXXXXX properties in ReportState
* 13573: Beanshell count function not working with $$ variables in Restrict Commands property match
* 13567: Put backup in better location when writing to module fails and ensure Editor is not left in a bad state
* 13560: Don't register mouse listeners from ActionButton.draw()
* 13449: Inventory window remains open when the game is closed in the Player
* 13379: Mass Piece Loader - Decrease key now loads correctly
* 13379: Mass Piece Loader - Layers are no longer loaded Activated

Other improvements

* 13572: Stop converting preferences last written by 3.2.7 or earlier
* 13563: Hitting Enter in Editor expands or edits nodes
* 13431: Cache grid and grid numbering painting for better performance
* 13379: Mass Piece Loader - Base Image can now be loaded into layers
* 10063: Hitting Enter on Module Manager opens the module

[size=16][b]Changes since 3.4.6[/b][/size]

Bug fixes
Expand Down
20 changes: 20 additions & 0 deletions dist/notes/NOTES-csw.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,26 @@ The VASSAL Team is happy to announce the release of VASSAL {{version}}.
* <a href='https://github.com/vassalengine/vassal/releases/download/{{version}}/VASSAL-{{version}}-windows-32.exe' target='_new'>Windows (32-bit)</a>
* <a href='https://github.com/vassalengine/vassal/releases/download/{{version}}/VASSAL-{{version}}-other.zip' target='_new'>Other</a>

<h3>Changes since 3.4.7</h3>
Bug fixes

* 13577: Stacks properly restore their visual 'layer' level when saved/restored
* 13574: Fix reporting on oldXXXXXX properties in ReportState
* 13573: Beanshell count function not working with $$ variables in Restrict Commands property match
* 13567: Put backup in better location when writing to module fails and ensure Editor is not left in a bad state
* 13560: Don't register mouse listeners from ActionButton.draw()
* 13449: Inventory window remains open when the game is closed in the Player
* 13379: Mass Piece Loader - Decrease key now loads correctly
* 13379: Mass Piece Loader - Layers are no longer loaded Activated

Other improvements

* 13572: Stop converting preferences last written by 3.2.7 or earlier
* 13563: Hitting Enter in Editor expands or edits nodes
* 13431: Cache grid and grid numbering painting for better performance
* 13379: Mass Piece Loader - Base Image can now be loaded into layers
* 10063: Hitting Enter on Module Manager opens the module

<h3>Changes since 3.4.6</h3>
Bug fixes

Expand Down
21 changes: 21 additions & 0 deletions dist/notes/NOTES-news.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ The VASSAL Team is happy to announce the release of VASSAL {{version}}.
<li><a href='https://github.com/vassalengine/vassal/releases/download/{{version}}/VASSAL-{{version}}-other.zip' target='_new'>Other</a></li>
</ul>

<h2>Changes since 3.4.7</h2>
<h3>Bug fixes</h3>
<ul>
<li>13577: Stacks properly restore their visual 'layer' level when saved/restored</li>
<li>13574: Fix reporting on oldXXXXXX properties in ReportState</li>
<li>13573: Beanshell count function not working with $$ variables in Restrict Commands property match</li>
<li>13567: Put backup in better location when writing to module fails and ensure Editor is not left in a bad state</li>
<li>13560: Don't register mouse listeners from ActionButton.draw()</li>
<li>13449: Inventory window remains open when the game is closed in the Player</li>
<li>13379: Mass Piece Loader - Decrease key now loads correctly</li>
<li>13379: Mass Piece Loader - Layers are no longer loaded Activated</li>
</ul>
<h3>Other improvements</h3>
<ul>
<li>13572: Stop converting preferences last written by 3.2.7 or earlier</li>
<li>13563: Hitting Enter in Editor expands or edits nodes</li>
<li>13431: Cache grid and grid numbering painting for better performance</li>
<li>13379: Mass Piece Loader - Base Image can now be loaded into layers</li>
<li>10063: Hitting Enter on Module Manager opens the module</li>
</ul>

<h2>Changes since 3.4.6</h2>
<h3>Bug fixes</h3>
<ul>
Expand Down
21 changes: 21 additions & 0 deletions dist/notes/NOTES-vassalforum.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,27 @@ The VASSAL Team is happy to announce the release of VASSAL {{version}}.
[url=https://github.com/vassalengine/vassal/releases/download/{{version}}/VASSAL-{{version}}-windows-32.exe]Windows (32-bit)[/url]
[url=https://github.com/vassalengine/vassal/releases/download/{{version}}/VASSAL-{{version}}-other.zip]Other[/url]

[size=150][b]Changes since 3.4.7[/b][/size]

Bug fixes

* 13577: Stacks properly restore their visual 'layer' level when saved/restored
* 13574: Fix reporting on oldXXXXXX properties in ReportState
* 13573: Beanshell count function not working with $$ variables in Restrict Commands property match
* 13567: Put backup in better location when writing to module fails and ensure Editor is not left in a bad state
* 13560: Don't register mouse listeners from ActionButton.draw()
* 13449: Inventory window remains open when the game is closed in the Player
* 13379: Mass Piece Loader - Decrease key now loads correctly
* 13379: Mass Piece Loader - Layers are no longer loaded Activated

Other improvements

* 13572: Stop converting preferences last written by 3.2.7 or earlier
* 13563: Hitting Enter in Editor expands or edits nodes
* 13431: Cache grid and grid numbering painting for better performance
* 13379: Mass Piece Loader - Base Image can now be loaded into layers
* 10063: Hitting Enter on Module Manager opens the module

[size=150][b]Changes since 3.4.6[/b][/size]

Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
<packaging>pom</packaging>

<name>Vassal Engine</name>
Expand Down
4 changes: 2 additions & 2 deletions release-prepare/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
</parent>

<artifactId>release-prepare</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
<packaging>pom</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions vassal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
</parent>

<artifactId>vassal-app</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions vassal-deprecation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
</parent>

<artifactId>vassal-deprecation</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
<packaging>jar</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions vassal-doc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.vassalengine</groupId>
<artifactId>vassal-parent</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>
</parent>

<artifactId>vassal-doc</artifactId>
<version>3.4.8-SNAPSHOT</version>
<version>3.4.8</version>

<build>
<plugins>
Expand Down

0 comments on commit 3b2bf46

Please sign in to comment.