Commit
Theria
release: v0.3.1
modified CHANGELOG.md
@@ -25,6 +25,16 @@ protocol version.
## [Unreleased]
## [v0.3.1] — 2026-06-16
### Fixed
- Exported launchers could not self-update: every launch reported **"a new Theria is out —
please re-download the client"** and refused the update, because the build could not read
its own version number and so judged itself too old for any build. The version is now read
from a source that is always present in an exported build, so the client recognises its own
version and updates normally.
## [v0.3.0] — 2026-06-16
### Added
modified README.md
@@ -8,7 +8,7 @@
<p>
<a href="https://github.com/ajhahnde/Theria/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/ajhahnde/Theria/ci.yml?branch=main&style=flat-square&label=ci" alt="CI"></a>
<img src="https://img.shields.io/badge/version-v0.3.0-059669?style=flat-square" alt="Version">
<img src="https://img.shields.io/badge/version-v0.3.1-059669?style=flat-square" alt="Version">
<img src="https://img.shields.io/badge/status-pre--alpha-059669?style=flat-square" alt="Status">
<img src="https://img.shields.io/badge/engine-Godot%204.6-lightgrey?style=flat-square" alt="Godot 4.6">
<img src="https://img.shields.io/badge/license-Apache--2.0-lightgrey?style=flat-square" alt="License">
modified VERSION
@@ -1 +1 @@
v0.3.0
v0.3.1
modified export_presets.cfg
@@ -34,8 +34,8 @@ script_export_mode=2
binary_format/architecture="x86_64"
binary_format/embed_pck=true
application/product_name="Theria"
application/file_version="0.3.0"
application/product_version="0.3.0"
application/file_version="0.3.1"
application/product_version="0.3.1"
application/icon="res://icon.svg"
[preset.1]
@@ -63,7 +63,7 @@ export/distribution_type=0
binary_format/architecture="universal"
application/icon="res://icon.svg"
application/bundle_identifier="de.ajhahn.theria"
application/short_version="0.3.0"
application/version="0.3.0"
application/short_version="0.3.1"
application/version="0.3.1"
codesign/codesign=0
notarization/notarization=0
modified project.godot
@@ -10,7 +10,7 @@ config_version=5
[application]
config/name="Theria"
config/version="0.3.0"
config/version="0.3.1"
run/main_scene="res://scenes/boot.tscn"
config/features=PackedStringArray("4.6")
config/icon="res://icon.svg"