Skip to content

Commit

Permalink
Bump version number to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Nov 11, 2024
1 parent 4837b4d commit d62fc01
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# v2.7.0 (2024-11-11)

* Some tanks were changed to face in the opposite direction where it made more
sense, as a minor visual improvement.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([SDL Sopwith], [2.6.0], [[email protected]], [sdl-sopwith])
AC_INIT([SDL Sopwith], [2.7.0], [[email protected]], [sdl-sopwith])
AC_CONFIG_AUX_DIR(autotools)

VERSION=$CONFIG_VERSION
Expand Down
13 changes: 13 additions & 0 deletions src/io.github.fragglet.sdl_sopwith.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
</screenshot>
</screenshots>
<releases>
<release version="2.7.0" date="2024-11-11">
<url>https://github.com/fragglet/sdl-sopwith/releases/tag/sdl-sopwith-2.7.0</url>
<description>
<p>Some tanks were changed to face in the opposite direction where it made more
sense, as a minor visual improvement. </p>
<p>Custom missions can now be used in network games (thanks NY00123). </p>
<p>A minor visual bug was fixed where objects appeared to be overlapping with
the ground sometimes. </p>
<p>A bug was fixed where targets could sometimes blow themselves up with their
own bullets (most notably the hangars by shooting their own flags). </p>
<p> Various improvements to custom mission support.</p>
</description>
</release>
<release version="2.6.0" date="2024-10-26">
<url>https://github.com/fragglet/sdl-sopwith/releases/tag/sdl-sopwith-2.6.0</url>
<description>
Expand Down

0 comments on commit d62fc01

Please sign in to comment.