Skip to content

Commit b328a29

Browse files
committed
prepare for release
1 parent aea22f3 commit b328a29

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

GETOOLS_SOURCE/modules/GeneralWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151

5252
class GeneralWindow:
53-
_version = "v1.5.2"
53+
_version = "v1.6.0"
5454
_name = "GETools"
5555
_title = _name + " " + _version
5656

GETOOLS_SOURCE/modules/Transformations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class TransformationsAnnotations:
4848
moveDistance = "Apply axis movement using distance.\n{0}.".format(_negativePositive)
4949

5050
class Transformations:
51-
_version = "v0.1"
51+
_version = "v1.0"
5252
_name = "TRANSFORMATIONS"
5353
_title = _name + " " + _version
5454

changelog.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
GETools changelog
22

3+
v1.6.0 | 09.12.2024
4+
- [TRANSFORMATIONS] added new tool to move objects.
5+
- [UI] changed list order numbers for main panels. TRANSFORMATION tools now stays in 1 position.
6+
37
v1.5.2 | 05.12.2024
4-
- added dates to changelog and bring changelog from legacy Overlappy repository
5-
- added fresh PNG demo collage with all GETools panels
8+
- added dates to changelog and bring changelog from legacy Overlappy repository.
9+
- added fresh PNG demo collage with all GETools panels.
610

711
v1.5.1 | 03.12.2024
812
- [UI] added visual separation with borders to panels.

0 commit comments

Comments
 (0)