Skip to content

Commit cd6ed48

Browse files
committed
Bump v1.2.3
1 parent 3f9f620 commit cd6ed48

File tree

3 files changed

+41
-28
lines changed

3 files changed

+41
-28
lines changed

data/io.github.mimbrero.WhatsAppDesktop.appdata.xml

Lines changed: 38 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,45 @@
1515
<url type="bugtracker">https://github.com/mimbrero/whatsapp-desktop-linux/issues</url>
1616
<url type="homepage">https://github.com/mimbrero/whatsapp-desktop-linux</url>
1717

18+
<requires>
19+
<display_length compare="ge">medium</display_length>
20+
</requires>
21+
22+
<recommends>
23+
<control>keyboard</control>
24+
<control>pointing</control>
25+
<control>touch</control>
26+
</recommends>
27+
28+
<content_rating type="oars-1.1">
29+
<content_attribute id="social-chat">intense</content_attribute>
30+
<content_attribute id="social-info">intense</content_attribute>
31+
<content_attribute id="social-audio">intense</content_attribute>
32+
<content_attribute id="social-contacts">intense</content_attribute>
33+
</content_rating>
34+
35+
<screenshots>
36+
<screenshot type="default">
37+
<image>https://raw.githubusercontent.com/mimbrero/whatsapp-desktop-linux/main/data/screenshots/screenshot-1.png</image>
38+
</screenshot>
39+
</screenshots>
40+
1841
<releases>
42+
<release version="1.2.3" date="2022-10-10">
43+
<description>
44+
<p>New features:</p>
45+
<ul>
46+
<li>Closing the window now doesn't quit the app</li>
47+
</ul>
48+
<p>Bug fixes:</p>
49+
<ul>
50+
<li>Update browser message after suspend</li>
51+
<li>Wrong "minimize to tray" label in tray menu on some DEs</li>
52+
<li>Missing app icon on KDE</li>
53+
<li>Duplicated icon in taskbar on KDE</li>
54+
</ul>
55+
</description>
56+
</release>
1957
<release version="1.2.2" date="2022-03-29">
2058
<description>
2159
<ul>
@@ -30,8 +68,6 @@
3068
<li>The window close button now quits the app (click the "minimize to tray" tray menu item to hide the window)</li>
3169
<li>New tray icon with higher resolution</li>
3270
<li>Use the "--start-hidden" argument to start WhatsApp in tray</li>
33-
<li>New app description for the desktop environments that display them</li>
34-
<li>Tray menu improvements for the Flatpak build</li>
3571
</ul>
3672
</description>
3773
</release>
@@ -68,29 +104,6 @@
68104
<release version="1.0" date="2022-01-17" />
69105
</releases>
70106

71-
<requires>
72-
<display_length compare="ge">medium</display_length>
73-
</requires>
74-
75-
<recommends>
76-
<control>keyboard</control>
77-
<control>pointing</control>
78-
<control>touch</control>
79-
</recommends>
80-
81-
<content_rating type="oars-1.1">
82-
<content_attribute id="social-chat">intense</content_attribute>
83-
<content_attribute id="social-info">intense</content_attribute>
84-
<content_attribute id="social-audio">intense</content_attribute>
85-
<content_attribute id="social-contacts">intense</content_attribute>
86-
</content_rating>
87-
88-
<screenshots>
89-
<screenshot type="default">
90-
<image>https://raw.githubusercontent.com/mimbrero/whatsapp-desktop-linux/main/data/screenshots/screenshot-1.png</image>
91-
</screenshot>
92-
</screenshots>
93-
94107
<developer_name>Alberto Mimbrero</developer_name>
95108
<update_contact>mimbrero.alberto@gmail.com</update_contact>
96109
</component>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatsapp-desktop-linux",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "WhatsApp Desktop for Linux (unofficial)",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)