diff options
author | 2022-08-27 21:40:33 +0530 | |
---|---|---|
committer | 2022-08-27 22:06:46 +0530 | |
commit | 5464060d53386d10335cc3860d6327c82a654e92 (patch) | |
tree | dc26f0047aac150563275754c0350fd3290d5b29 | |
parent | 7fde1e4ccb5926d06181a2dff23d538448e9a573 (diff) | |
download | whatsie-5464060d53386d10335cc3860d6327c82a654e92.tar.gz whatsie-5464060d53386d10335cc3860d6327c82a654e92.zip |
fix(build): fix build due to missing iconv4.8.1
-rw-r--r-- | CHANGELOG.md | 21 | ||||
-rw-r--r-- | src/icons.qrc | 1 |
2 files changed, 0 insertions, 22 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c9df8..a1dcc19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,3 @@ -## 4.8.0 (2022-08-27) - -#### 🎁 Feature - -* add toggle theme desktop action (f8c9b339) - -#### 📄 Documentation - -* **changelog:** update cl & ver after release (572d6948) - -#### 🚧 Chores - -* unlock action button (771625da) -* **build:** use Qt5.15.4 for build (54f97210) -* update readme (0d3bd466) -* udapte new settings window screenshot (6f3f18c6) -* remove unused xml module (2d71f12c) -* version bump in pro (211699e3) -* **ci:** disable auto release and version file (6f134db2) - - ## 4.7.2 (2022-07-22) #### 📄 Documentation diff --git a/src/icons.qrc b/src/icons.qrc index 29e1a7f..2a207a2 100644 --- a/src/icons.qrc +++ b/src/icons.qrc @@ -396,7 +396,6 @@ <file>icons/minus.png</file> <file>icons/plus.png</file> <file>icons/app/whatsapp-message-32.png</file> - <file>icons/white/green_arrow-right-line.png</file> <file>icons/green_arrow-right-line.png</file> </qresource> </RCC> |