From 0f506e5c0097f6bc4bb608364a53e5100d733acd Mon Sep 17 00:00:00 2001 From: victordomingos Date: Sun, 25 Apr 2021 22:31:13 +0100 Subject: [PATCH] updated changelog --- changelog.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7c9be22..7741e1e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,7 +3,14 @@ Version History: ================ -v.1.0 beta - 2021-04-?? - First public release + +v.0.9.1 beta - 2021-04-25 + * Added the ability to choose a different GUI (ttk) theme. + * Added a new button to restore all the default settings. + * Fixed an error that prevented the application to launch on Windows/Linux. + +-- +v.0.9 beta - 2021-04-23 - First public beta * Easy to use GUI, completely based on Python (Tkinter/ttk). * Implements all the features and options currently available on Optimize Images (the original CLI version) for batch image optimization and file size @@ -31,7 +38,6 @@ v.1.0 beta - 2021-04-?? - First public release * It's free (MIT License), please feel free to buy me a coffee, or to contribute with bug fixing or other code improvements if you'd like so. - --- v.0.0 - 2021-04-03 * Initial project setup and planning.