mirror of
https://github.com/hobbesjaap/time-sampling-form.git
synced 2025-04-18 13:35:42 +00:00
Prepared update text for v0.2
This commit is contained in:
parent
40162df437
commit
cea2d6fb3c
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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.
|
Loading…
x
Reference in New Issue
Block a user