From fda06b44bf9fc7e5994011d519c8e3a17564083c Mon Sep 17 00:00:00 2001 From: Recogerous <2737936634@qq.com> Date: Sun, 25 Aug 2024 18:04:56 +0800 Subject: [PATCH] v0.5.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- README_zh-CN.md | 2 +- src/config.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e2682e..0086d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.5.0 - 2024-0 + +- Fixed the invert color function +- Fixed an issue with the delete function when deleting GIF files +- Changed names of some variables and functions +- Fixed the title of the window +- Adjusted the size of the filter window + ## 0.4.0 - 2024-08-17 - Added and applied the theme of style diff --git a/README.md b/README.md index 8b4bd68..b37a698 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@
-
+
diff --git a/README_zh-CN.md b/README_zh-CN.md
index e67aafd..3b1dd72 100644
--- a/README_zh-CN.md
+++ b/README_zh-CN.md
@@ -11,7 +11,7 @@
-
+
diff --git a/src/config.py b/src/config.py
index 81d2725..c80a9c8 100644
--- a/src/config.py
+++ b/src/config.py
@@ -22,7 +22,7 @@ class Config:
# Metadata
PROJECT_NAME = "KalloPic"
PROJECT_NAME_LOWER = PROJECT_NAME.lower()
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
AUTHOR = "Recogeta"
DESCRIPTION = "Folder-based picture viewer, filter and archiver."
URL = 'https://github.com/R3c0ger/KalloPic'