From cea2d6fb3c38ef02b83be65c903e9232ede19fac Mon Sep 17 00:00:00 2001 From: hobbesjaap Date: Sat, 5 Apr 2025 22:08:01 +0800 Subject: [PATCH] Prepared update text for v0.2 --- godot/main_screen.gd | 2 +- godot/main_screen.tscn | 2 ++ updater/update_text.md | 12 ++++++++---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/godot/main_screen.gd b/godot/main_screen.gd index 635ac0a..7cb0a26 100644 --- a/godot/main_screen.gd +++ b/godot/main_screen.gd @@ -38,7 +38,7 @@ func _on_HTTPRequest2_request_completed(_result, _response_code, _headers, body) var test_json_conv = JSON.new() test_json_conv.parse(body.get_string_from_utf8()) var json = test_json_conv.get_data() - global_ints.update_text = json + global_ints.update_text = str(json) func refresh_descriptors() -> void: diff --git a/godot/main_screen.tscn b/godot/main_screen.tscn index 89d8624..3583f57 100644 --- a/godot/main_screen.tscn +++ b/godot/main_screen.tscn @@ -2158,6 +2158,7 @@ step = 1.0 [node name="EditPanel" type="Panel" parent="Results/Panel"] unique_name_in_owner = true visible = false +layout_mode = 0 offset_left = 126.0 offset_top = 68.0 offset_right = 1260.0 @@ -2166,6 +2167,7 @@ offset_bottom = 620.0 [node name="EditResult" type="TextEdit" parent="Results/Panel"] unique_name_in_owner = true visible = false +layout_mode = 0 offset_left = 136.0 offset_top = 81.0 offset_right = 1248.0 diff --git a/updater/update_text.md b/updater/update_text.md index dc79130..bba6b4b 100644 --- a/updater/update_text.md +++ b/updater/update_text.md @@ -1,5 +1,9 @@ -"This text is just a placeholder. +6 April 2025 - Version 0.2 released -- But I want to test if it works. -- Like this. -- Or this." \ No newline at end of file +It's been a while! A new version of the Time Sampling Form is now available for your usage. Please let me know via info@jaapmarsman.com if you run into any issues. + +New features for this release: + +- Updated the user interface to be a bit more modern. Not completely happy with it yet, but it's a start. +- Added an "Edit Report" button once the scoring is completed, so you can modify the report. +- Began with under the hood work for a multilingual version. \ No newline at end of file