Feature rich WhatsApp web client based on Qt WebEngine.
Key features of Whatsie:
@@ -63,18 +67,23 @@
+ Whatsie main screen, Light theme
https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/1.jpg
+ Whatsie main screen, Dark Theme
https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/2.jpg
+ Whatsie App Settings
https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/3.jpg
+ Whatsie Lock Screen
https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/4.jpg
+ Whatsie Hardware Access Control and Shortcuts
https://raw.githubusercontent.com/keshavbhatt/whatsie/main/screenshots/5.jpg
@@ -83,6 +92,7 @@
+
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro
index 2718830..9e4e6c4 100644
--- a/src/WhatsApp.pro
+++ b/src/WhatsApp.pro
@@ -54,7 +54,7 @@ BUILD_TIMESTAMP="\"\\\"$${_DATE_}\\\"\""
DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP
# Set program version
-VERSION = 4.15.3
+VERSION = 4.15.5
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
# You can also make your code fail to compile if you use deprecated APIs.