Skip to content

Commit

Permalink
Release v0.3.4.1
Browse files Browse the repository at this point in the history
- Fix: [OpenRCT2#15028] Crash when placing large scenery.
- Fix: [OpenRCT2#15048] Crash when removing litter with cheats.
- Fix: [OpenRCT2#15052] Crash when using banner window.
- Fix: [OpenRCT2#15063] Crash when opening large scenery signs.
- Improved: [OpenRCT2#12626] Allow using RCT2 saves to mark RCT Classic (.sea) parks as finished and vice versa.
  • Loading branch information
duncanspumpkin committed Jul 25, 2021
1 parent f219247 commit 5087e77
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ assignees: ''
Fill in the placeholders below. Delete any headings and placeholders that you do not fill in.
-->
**OS:** [e.g. Windows 10]
**Version:** [e.g. 0.3.4]
**Version:** [e.g. 0.3.4.1]
**Commit/Build:** [e.g. 426e106]

<!-- Explanation of the issue -->
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
OPENRCT2_BUILD_SERVER: GitHub
OPENRCT2_ORG_TOKEN: ${{ secrets.OPENRCT2_ORG_TOKEN }}
BACKTRACE_IO_TOKEN: ${{ secrets.BACKTRACE_IO_TOKEN }}
OPENRCT2_VERSION: 0.3.4
OPENRCT2_VERSION: 0.3.4.1
jobs:
lint-commit:
name: Lint Commit Message
Expand Down
10 changes: 9 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
openrct2 (0.3.4-develop-1) unstable; urgency=medium
openrct2 (0.3.4.1-develop-1) unstable; urgency=medium

* Nightly develop build.

openrct2 (0.3.4.1) stable; urgency=medium

* Fix: [#15028] Crash when placing large scenery.
* Fix: [#15048] Crash when removing litter with cheats.
* Fix: [#15052] Crash when using banner window.
* Fix: [#15063] Crash when opening large scenery signs.
* Improved: [#12626] Allow using RCT2 saves to mark RCT Classic (.sea) parks as finished and vice versa.

openrct2 (0.3.4) stable; urgency=medium

* Feature: [#13967] Track List window now displays the path to the design when debugging tools are on.
Expand Down
2 changes: 1 addition & 1 deletion distribution/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.3.4+ (in development)
0.3.4.1 (2021-07-25)
------------------------------------------------------------------------
- Fix: [#15028] Crash when placing large scenery.
- Fix: [#15048] Crash when removing litter with cheats.
Expand Down
3 changes: 3 additions & 0 deletions distribution/linux/openrct2.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release version="0.3.4.1" date="2021-07-25">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.4.1</url>
</release>
<release version="0.3.4" date="2021-07-19">
<url>https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.3.4</url>
</release>
Expand Down
2 changes: 1 addition & 1 deletion distribution/macos/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.3.4</string>
<string>0.3.4.1</string>
<key>CFBundleSignature</key>
<string>ORCT</string>
<key>LSMinimumSystemVersion</key>
Expand Down
4 changes: 2 additions & 2 deletions distribution/readme.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Last updated: 2021-07-19
Release version: 0.3.4
Last updated: 2021-07-25
Release version: 0.3.4.1
------------------------------------------------------------------------


Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ An open-source re-implementation of RollerCoaster Tycoon 2. A construction and m
### Download
| Latest release | Latest development build |
|----------------|--------------------------|
| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.3.4-green.svg)](https://openrct2.org/downloads/master/latest) | [![OpenRCT2.org](https://img.shields.io/badge/develop-v0.3.4+-blue.svg)](https://openrct2.org/downloads/develop/latest) |
| [![OpenRCT2.org](https://img.shields.io/badge/master-v0.3.4.1-green.svg)](https://openrct2.org/downloads/master/latest) | [![OpenRCT2.org](https://img.shields.io/badge/develop-v0.3.4.1+-blue.svg)](https://openrct2.org/downloads/develop/latest) |

---

Expand Down
2 changes: 1 addition & 1 deletion scripts/setenv
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# It should be dot sourced into your environment
if [[ "$GITHUB_ACTIONS" != "true" ]]; then
export OPENRCT2_BUILD_SERVER=$(hostname)
export OPENRCT2_VERSION=0.3.4
export OPENRCT2_VERSION=0.3.4.1
GITHUB_REF=$(git rev-parse --symbolic-full-name HEAD)
GITHUB_SHA=$(git rev-parse HEAD)
fi
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2-android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
targetSdkVersion 28

versionCode 2
versionName '0.3.4'
versionName '0.3.4.1'

externalNativeBuild {
cmake {
Expand Down
2 changes: 1 addition & 1 deletion src/openrct2/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include <string>

#define OPENRCT2_NAME "OpenRCT2"
#define OPENRCT2_VERSION "0.3.4"
#define OPENRCT2_VERSION "0.3.4.1"

#if defined(__amd64__) || defined(_M_AMD64)
# define OPENRCT2_ARCHITECTURE "x86-64"
Expand Down

0 comments on commit 5087e77

Please sign in to comment.