From 97aa7213e56a23d9f8ef8b346b208e068f764530 Mon Sep 17 00:00:00 2001 From: Eugene Date: Thu, 5 Dec 2024 00:41:50 -0800 Subject: [PATCH] prepare for release --- GETOOLS_SOURCE/modules/GeneralWindow.py | 2 +- changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/GETOOLS_SOURCE/modules/GeneralWindow.py b/GETOOLS_SOURCE/modules/GeneralWindow.py index b5acec3..6b28aab 100644 --- a/GETOOLS_SOURCE/modules/GeneralWindow.py +++ b/GETOOLS_SOURCE/modules/GeneralWindow.py @@ -49,7 +49,7 @@ class GeneralWindow: - _version = "v1.5.1" + _version = "v1.5.2" _name = "GETools" _title = _name + " " + _version diff --git a/changelog.txt b/changelog.txt index 5b1d226..bf2a3f8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,9 @@ GETools changelog +v1.5.2 | 05.12.2024 +- added dates to changelog and bring changelog from legacy Overlappy repository +- added fresh PNG demo collage with all GETools panels + v1.5.1 | 03.12.2024 - [UI] added visual separation with borders to panels. - [UI] reworked margins, more convenient space between groups.