Releases: mimbrero/whatsapp-desktop-linux
Releases · mimbrero/whatsapp-desktop-linux
Release v1.2.3-2
Release v1.2.3-1
Fixes:
- The show/hide tray menu item now doesn't check if the window is blurred, just if it is visible. Mutter/gnome-shell now blurs the window when opening the tray menu, so this feature makes no sense now.
- Make icon 512x512, flatpak-builder now asks for square images.
Release v1.2.3
New features:
- Closing the window now doesn't quit the app
Bug fixes:
- Update browser message after suspend
- Wrong "minimize to tray" label in tray menu on some DEs
- Missing app icon on KDE
- Duplicated icon in taskbar on KDE
Technical:
- Updated user agent to latest Chrome
- Updated electron-store, typescript, electron-builder and electron to latest versions
- Refactor
Release v1.2.2
This release features:
- New tray tooltip (thanks @abhidesh128 for noticing and your PR)
- Tray icon search in XDG data dirs fix
Release v1.2.1
This release features:
- New unread chats item in the tray menu
- The window close button now quits the app (click the "minimize to tray" tray menu item to hide the window)
- New tray icon with higher resolution
- Use the "--start-hidden" argument to start WhatsApp in tray
- New app description for the desktop environments that display them
- Tray menu improvements for the Flatpak build
Release v1.2.0
This release features:
- New tray icon
- WhatsApp can now minimize to tray
- Scaling the window is now possible with Ctrl+"+", Ctrl+0 and Ctrl+"-"
Release v1.1.1
Probably solved Chrome version bug finally. Maybe this is an Electron bug, as clearing any cache doesn't solve the problem, only got this working using WebContents#reloadIgnoringCache().
Release v1.1.0
This release features:
- Clicking a notification now focuses the window
- The Ctrl + Q and Ctrl + W hotkeys now quit the application
- Electron updated to v17