Skip to content

Commit

Permalink
Update NEWS, bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed May 16, 2023
1 parent 5c72726 commit 01d12b2
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v2.2.0 (2023-05-16)

* Multiplayer support was added for the Windows version, at long last.
* Help text is now shown for new players. This is shown on game start in
novice mode, but won't be shown again after a successful flight. The help
text will also appear in other single player modes, but only if it looks
like you're really struggling to get the plane off the ground.
* It's no longer possible to flip the plane upside down while sitting
motionless on the runway (a bug since the original DOS versions).
* It's no longer possible to get wounded on the ground. If a plane shoots
another on the ground, that's a successful raid. This fixes a bug where
a wounded plane on the runway would still be damaged after takeoff.
* The game no longer freezes up in multiplayer mode if the other player
quits. When establishing a connection, a helpful message is shown about how
to abort.
* An extra help doc was added for macOS users.
* If the game quits with an error, a friendly dialog box now shows the error.
* Some minor manpage fixes: the deleted missiles mode flag is no longer
mentioned, and the spacing appears correct on OpenBSD man(1).
* Lots more internal cleanups making good progress towards eventually adding
support for custom levels.

# v2.1.1 (2022-11-05)

* An embarrassing bug was fixed where you could win by bombing your own
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.1.1], [fraggle@gmail.com], [sdl-sopwith])
AC_INIT([SDL Sopwith], [2.2.0], [fraggle@gmail.com], [sdl-sopwith])
AC_CONFIG_AUX_DIR(autotools)

VERSION=$CONFIG_VERSION
Expand Down

0 comments on commit 01d12b2

Please sign in to comment.