aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Keshav <keshavnrj@gmail.com>2022-05-10 10:32:34 +0530
committerLibravatar Keshav <keshavnrj@gmail.com>2022-05-10 10:32:34 +0530
commit59abd9d951479ed417d8303e82818c2a34d5586e (patch)
tree5d3e28108c24be1ea00f248295d1cec5184d4321
parent1f4816a20305c5c8e12fc3187267e22726adfca5 (diff)
downloadwhatsie-59abd9d951479ed417d8303e82818c2a34d5586e.tar.gz
whatsie-59abd9d951479ed417d8303e82818c2a34d5586e.zip
chore: update changelog
-rw-r--r--CHANGELOG.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6dff557..fd9da82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,6 @@
+# Change log:
+
+## 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)
- feat(Download) added setting that lets the user set default download directory, avoid asking while saving files
@@ -12,3 +15,17 @@
- fix(WebApp) enable JavaScript execCommand("paste")
- 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