aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md35
-rw-r--r--snap/snapcraft.yaml2
-rw-r--r--src/WhatsApp.pro2
3 files changed, 24 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fd9da82..3626e5c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
# Change log:
+### 4.3
+- feat: IPC; restore window directly when another instance is launched
+- feat: allow context menu on editable, selected and copyble data types
+- fix: properly load setting for autoapplock checkbox
+- fix: logout flow during changepassword
+- fix: the minimize behavior; replace Ctrl+H with Ctrl+W to hide window to tray
+
+### 4.2
+- fix: raise window from hidden state when clicked on notification
+- updated new UA
+- fix: window geometry persistence behavior
+- feat: open download directory straight from the download manager
+- fix: consistent window show behavior
+- feat: implement IPC
+ - lets run only one instance of application
+ - lets pass arguments from secondary instances to main instance
+ - open new chat without reloading page
+ - restore application with command line argument to secondary instance:
+ example: `whatsie whatsapp://whatsie`
+ will restore the primary instance of whatsie process
+
## 4.0
- fix(SystemTray) tray icon uses png rather than SVG
- feat(SystemTray) added settings to lets users change the system tray icon click behavior(minimize/maximize on right-click)
@@ -16,16 +37,4 @@
- feat(WebApp) tested for new WhatsApp Web that lets users use Whatsie without requiring the phone connected to the internet
- fix(Lock) unify passowrd echomode in lock widget
-### 4.2
-- fix: raise window from hidden state when clicked on notification
-- updated new UA
-- fix: window geometry persistence behavior
-- feat: open download directory straight from the download manager
-- fix: consistent window show behavior
-- feat: implement IPC
- - lets run only one instance of application
- - lets pass arguments from secondary instances to main instance
- - open new chat without reloading page
- - restore application with command line argument to secondary instance:
- example: `whatsie whatsapp://whatsie`
- will restore the primary instance of whatsie process
+
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index b1e1922..19ce2f3 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: whatsie
-version: '4.2'
+version: '4.3'
summary: Qt Based WhatsApp Client
description: |
Fast Light weight WhatsApp Client based on Qt's WebEngine, With lots of settings and packed goodies.
diff --git a/src/WhatsApp.pro b/src/WhatsApp.pro
index e17a3e4..6263278 100644
--- a/src/WhatsApp.pro
+++ b/src/WhatsApp.pro
@@ -45,7 +45,7 @@ BUILD_TIMESTAMP="\\\"$$system(date -u +\""%Y-%m-%dT%H:%M:%SUTC\"")\\\""
DEFINES += GIT_HASH=$$GIT_HASH GIT_BRANCH=$$GIT_BRANCH BUILD_TIMESTAMP=$$BUILD_TIMESTAMP
# Set program version
-VERSION = 4.2
+VERSION = 4.3
DEFINES += VERSIONSTR=\\\"$${VERSION}\\\"
# You can also make your code fail to compile if you use deprecated APIs.