Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.6.0 #38

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading