diff --git a/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml b/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml index 9968ee7..2f3c703 100644 --- a/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml +++ b/data/io.github.mimbrero.WhatsAppDesktop.appdata.xml @@ -15,7 +15,45 @@ https://github.com/mimbrero/whatsapp-desktop-linux/issues https://github.com/mimbrero/whatsapp-desktop-linux + + medium + + + + keyboard + pointing + touch + + + + intense + intense + intense + intense + + + + + https://raw.githubusercontent.com/mimbrero/whatsapp-desktop-linux/main/data/screenshots/screenshot-1.png + + + + + +

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
  • +
+
+
    @@ -30,8 +68,6 @@
  • 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
@@ -68,29 +104,6 @@
- - medium - - - - keyboard - pointing - touch - - - - intense - intense - intense - intense - - - - - https://raw.githubusercontent.com/mimbrero/whatsapp-desktop-linux/main/data/screenshots/screenshot-1.png - - - Alberto Mimbrero mimbrero.alberto@gmail.com \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fd6af9c..7c1cd62 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "whatsapp-desktop-linux", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "whatsapp-desktop-linux", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { "electron-store": "^8.1.0" diff --git a/package.json b/package.json index b0cbd34..a788ff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsapp-desktop-linux", - "version": "1.2.2", + "version": "1.2.3", "description": "WhatsApp Desktop for Linux (unofficial)", "main": "dist/index.js", "scripts": {