Skip to content

Commit

Permalink
Bump v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mimbrero committed Oct 10, 2022
1 parent 3f9f620 commit cd6ed48
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 28 deletions.
63 changes: 38 additions & 25 deletions data/io.github.mimbrero.WhatsAppDesktop.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,45 @@
<url type="bugtracker">https://github.com/mimbrero/whatsapp-desktop-linux/issues</url>
<url type="homepage">https://github.com/mimbrero/whatsapp-desktop-linux</url>

<requires>
<display_length compare="ge">medium</display_length>
</requires>

<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>

<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-contacts">intense</content_attribute>
</content_rating>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/mimbrero/whatsapp-desktop-linux/main/data/screenshots/screenshot-1.png</image>
</screenshot>
</screenshots>

<releases>
<release version="1.2.3" date="2022-10-10">
<description>
<p>New features:</p>
<ul>
<li>Closing the window now doesn't quit the app</li>
</ul>
<p>Bug fixes:</p>
<ul>
<li>Update browser message after suspend</li>
<li>Wrong "minimize to tray" label in tray menu on some DEs</li>
<li>Missing app icon on KDE</li>
<li>Duplicated icon in taskbar on KDE</li>
</ul>
</description>
</release>
<release version="1.2.2" date="2022-03-29">
<description>
<ul>
Expand All @@ -30,8 +68,6 @@
<li>The window close button now quits the app (click the "minimize to tray" tray menu item to hide the window)</li>
<li>New tray icon with higher resolution</li>
<li>Use the "--start-hidden" argument to start WhatsApp in tray</li>
<li>New app description for the desktop environments that display them</li>
<li>Tray menu improvements for the Flatpak build</li>
</ul>
</description>
</release>
Expand Down Expand Up @@ -68,29 +104,6 @@
<release version="1.0" date="2022-01-17" />
</releases>

<requires>
<display_length compare="ge">medium</display_length>
</requires>

<recommends>
<control>keyboard</control>
<control>pointing</control>
<control>touch</control>
</recommends>

<content_rating type="oars-1.1">
<content_attribute id="social-chat">intense</content_attribute>
<content_attribute id="social-info">intense</content_attribute>
<content_attribute id="social-audio">intense</content_attribute>
<content_attribute id="social-contacts">intense</content_attribute>
</content_rating>

<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/mimbrero/whatsapp-desktop-linux/main/data/screenshots/screenshot-1.png</image>
</screenshot>
</screenshots>

<developer_name>Alberto Mimbrero</developer_name>
<update_contact>[email protected]</update_contact>
</component>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit cd6ed48

Please sign in to comment.