Prepared update text for v0.2

This commit is contained in:
Jaap Marsman 2025-04-05 22:08:01 +08:00
parent 40162df437
commit cea2d6fb3c
3 changed files with 11 additions and 5 deletions

View File

@ -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:

View File

@ -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

View File

@ -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."
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.