Skip to content

Commit

Permalink
Release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xalior committed Oct 28, 2020
1 parent 80bca95 commit 316924e
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion SPUI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Quick Start
==
.SPUI -h will get you the built-in help.

When building GUIs the parameter <TYPE> is compulsory.
When building GUIs the parameter < TYPE > is compulsory.

Setup
==
Expand Down
2 changes: 1 addition & 1 deletion SPUI/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
6 changes: 4 additions & 2 deletions SPUI/docs/BUGS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
SPUI - KNOWN BUGS

* Total commandline length cannot be greater than 127char
* It doesn't go "click" when you move the bar
* Total commandline length cannot be greater than 127char^
* It doesn't go "click" when you move the bar

^ Is is by design, and is not really a bug - therefore are not likely to be fixed.
2 changes: 2 additions & 0 deletions SPUI/docs/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
SPUI - CHANGELOG

VERSION DETAILS
0.2.2 Fixed default handling, and updated .gde file
Added TODO.txt to docs
0.2.1 Re-release of 0.2.0 with missing files added
NEW: All docs moved to .GDE file
0.2.0 First release on Next/System
Expand Down
3 changes: 3 additions & 0 deletions SPUI/docs/TODO.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPUI - TODO

* Read settings from .INI file (due: V0.3.0)
18 changes: 10 additions & 8 deletions SPUI/docs/guide/SPUI.gde
Original file line number Diff line number Diff line change
Expand Up @@ -175,13 +175,14 @@ this will generate out of bounds error.
@{b}o@{ub} The height, plus row offset must not overflow the screen edges, otherwise
this will generate out of bounds error.

@{h3}Widget Specific Defaults
@{h3}Widget Specific Default Values

@{b}C@{ub}olumn width
@{b}T@{ub}itle SPUI
@{b}C@{ub}olumn width 14 (padded by 2)
Count@{b}d@{ub}own timer Has NO default - unset if not used
@{b}R@{ub}ow height
Origin @{b}X@{ub} column
Origin @{b}Y@{ub} row
@{b}R@{ub}ow height 4
Origin @{b}X@{ub} column 9
Origin @{b}Y@{ub} row 6
@-------------------------------------------------------------------------------
@node type_BANNER
@prev type_MENU
Expand Down Expand Up @@ -212,9 +213,10 @@ this will generate out of bounds error.

@{h3}Widget Specific Defaults

@{b}C@{ub}olumn width
Origin @{b}X@{ub} column
Origin @{b}Y@{ub} row
@{b}T@{ub}itle SPUI
@{b}C@{ub}olumn width 30 (padded by 2)
Origin @{b}X@{ub} column 1
Origin @{b}Y@{ub} row 22
@-------------------------------------------------------------------------------
@node dev_ROADMAP
@prev dev_TYPES
Expand Down
Binary file modified SPUI/dot/SPUI
Binary file not shown.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2

0 comments on commit 316924e

Please sign in to comment.