Skip to content

Commit 04b336d

Browse files
committed
chore(release): prepare v0.3.0
1 parent 9a33774 commit 04b336d

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on Common Changelog,
66
and this project adheres to Semantic Versioning.
77

8+
## [0.3.0] - 2026-02-08
9+
10+
- Added install-level `SystemPack.ini` settings support in a dedicated
11+
Settings dialog tab, including persistence for mapped OpenGothic options.
12+
- Updated localization catalogs (`.pot`, `en`, `de`) for new SystemPack UI
13+
strings.
14+
- Updated the pre-commit hook to auto-refresh and stage POT/PO catalogs when
15+
source strings change.
16+
- Documented Windows SmartScreen first-run behavior in `README.md`.
17+
818
## [0.2.2] - 2026-02-08
919

1020
- Bundled required runtime DLLs in Windows release artifacts to avoid missing
@@ -65,6 +75,7 @@ and this project adheres to Semantic Versioning.
6575

6676
_First release._
6777

78+
[0.3.0]: https://github.com/versable/OpenGothicStarter/releases/tag/v0.3.0
6879
[0.2.2]: https://github.com/versable/OpenGothicStarter/releases/tag/v0.2.2
6980
[0.2.1]: https://github.com/versable/OpenGothicStarter/releases/tag/v0.2.1
7081
[0.2.0]: https://github.com/versable/OpenGothicStarter/releases/tag/v0.2.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(OpenGothicStarter VERSION 0.2.2 LANGUAGES CXX)
2+
project(OpenGothicStarter VERSION 0.3.0 LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD 17)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

i18n/de/LC_MESSAGES/opengothicstarter.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: OpenGothicStarter 0.2.2\n"
8+
"Project-Id-Version: OpenGothicStarter 0.3.0\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2026-02-08 09:21+0100\n"
1111
"PO-Revision-Date: 2026-02-08 09:21+0100\n"

i18n/en/LC_MESSAGES/opengothicstarter.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
msgid ""
22
msgstr ""
3-
"Project-Id-Version: OpenGothicStarter 0.1.0\n"
3+
"Project-Id-Version: OpenGothicStarter 0.3.0\n"
44
"Report-Msgid-Bugs-To: \n"
55
"POT-Creation-Date: 2026-02-08 09:21+0100\n"
66
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

i18n/opengothicstarter.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
msgid ""
66
msgstr ""
7-
"Project-Id-Version: OpenGothicStarter 0.1.1\n"
7+
"Project-Id-Version: OpenGothicStarter 0.3.0\n"
88
"Report-Msgid-Bugs-To: \n"
99
"POT-Creation-Date: 2026-02-08 09:21+0100\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)