Skip to content

Commit

Permalink
Version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mimbrero committed Feb 9, 2022
1 parent fdad2f8 commit 496b701
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions data/io.github.mimbrero.WhatsAppDesktop.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
<url type="homepage">https://github.com/mimbrero/whatsapp-desktop-linux</url>

<releases>
<release version="1.1.1" date="2022-02-09">
<description>
<ul>
<li>Fix version bug when the server sends an update</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2022-02-03">
<description>
<ul>
Expand All @@ -26,8 +33,8 @@
</description>
</release>

<release version="1.0.1" date="2022-01-28"/>
<release version="1.0.1" date="2022-01-28" />

<release version="1.0" date="2022-01-17">
<description>
<p>First release!</p>
Expand All @@ -38,7 +45,7 @@
<requires>
<display_length compare="ge">medium</display_length>
</requires>

<recommends>
<control>keyboard</control>
<control>pointing</control>
Expand Down
2 changes: 1 addition & 1 deletion src/whatsapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default class WhatsApp {
}

else if (input.key.toLowerCase() === 'f5' || (input.control && input.key.toLowerCase() === 'r')) {
this.window.reload();
this.window.webContents.reloadIgnoringCache();
}
});
}
Expand Down

0 comments on commit 496b701

Please sign in to comment.