From d62fc018a45e9c8ae553badba0893c3cd305a24e Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 11 Nov 2024 14:07:49 -0500 Subject: [PATCH] Bump version number to v2.7.0 --- NEWS.md | 1 + configure.ac | 2 +- src/io.github.fragglet.sdl_sopwith.metainfo.xml | 13 +++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 41a6354..c6e0bf4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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. diff --git a/configure.ac b/configure.ac index c1ea1a3..18abcc9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([SDL Sopwith], [2.6.0], [fraggle@gmail.com], [sdl-sopwith]) +AC_INIT([SDL Sopwith], [2.7.0], [fraggle@gmail.com], [sdl-sopwith]) AC_CONFIG_AUX_DIR(autotools) VERSION=$CONFIG_VERSION diff --git a/src/io.github.fragglet.sdl_sopwith.metainfo.xml b/src/io.github.fragglet.sdl_sopwith.metainfo.xml index 9bd3b57..3f6f529 100644 --- a/src/io.github.fragglet.sdl_sopwith.metainfo.xml +++ b/src/io.github.fragglet.sdl_sopwith.metainfo.xml @@ -40,6 +40,19 @@ + + https://github.com/fragglet/sdl-sopwith/releases/tag/sdl-sopwith-2.7.0 + +

Some tanks were changed to face in the opposite direction where it made more + sense, as a minor visual improvement.

+

Custom missions can now be used in network games (thanks NY00123).

+

A minor visual bug was fixed where objects appeared to be overlapping with + the ground sometimes.

+

A bug was fixed where targets could sometimes blow themselves up with their + own bullets (most notably the hangars by shooting their own flags).

+

Various improvements to custom mission support.

+
+
https://github.com/fragglet/sdl-sopwith/releases/tag/sdl-sopwith-2.6.0