From 058303e1fc6dd2d1362ac3ee72cfb4fe8e5ba7d0 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Fri, 11 Aug 2023 00:10:59 +0200 Subject: [PATCH] Release v2.6.0 --- CHANGELOG.md | 15 +++++++++++++++ extra/sar2.appdata.xml | 3 +++ src/config.h | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1963c46..d17ae19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # SEARCH AND RESCUE II - CHANGELOG +## Version 2.6.0 + +- Added new Corsica scenery with missions +- Added new Eurocopter EC145 +- Support orange smoke with create_smoke command +- Add scroll cursors to list and message boxes +- Wait for door to be fully open before deploying hoist +- New docs folder in the sources with documentation for level developers +- Fix sar2.sh when called from fish shell +- Fix last item not shown on menu lists +- Fix AGL altitude calculations for fixed landing gears +- Redraw menus when switching +- Fix names for training missions 4 and 5 +- Add support for Flatpak packages + ## Version 2.5.0 * Add preliminary OSX support. diff --git a/extra/sar2.appdata.xml b/extra/sar2.appdata.xml index 18104d1..1081d4c 100644 --- a/extra/sar2.appdata.xml +++ b/extra/sar2.appdata.xml @@ -31,6 +31,9 @@ + + https://github.com/SearchAndRescue2/sar2/releases/tag/v2.6.0 + https://github.com/SearchAndRescue2/sar2/releases/tag/v2.5.0 diff --git a/src/config.h b/src/config.h index 40b6e64..e6420d0 100644 --- a/src/config.h +++ b/src/config.h @@ -40,10 +40,10 @@ /* * Program version: */ -#define PROG_VERSION "2.5.0" +#define PROG_VERSION "2.6.0" #define PROG_VERSION_MAJOR 2 -#define PROG_VERSION_MINOR 5 +#define PROG_VERSION_MINOR 6 #define PROG_VERSION_RELEASE 0