Skip to content

Commit

Permalink
Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Aug 10, 2023
1 parent 82c7fc6 commit 058303e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 3 additions & 0 deletions extra/sar2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
</screenshot>
</screenshots>
<releases>
<release version="v2.6.0" date="2023-08-11" type="stable">
<url>https://github.com/SearchAndRescue2/sar2/releases/tag/v2.6.0</url>
</release>
<release version="v2.5.0" date="2020-06-20" type="stable">
<url>https://github.com/SearchAndRescue2/sar2/releases/tag/v2.5.0</url>
</release>
Expand Down
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 058303e

Please sign in to comment.