Skip to content

Commit

Permalink
Release_v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed May 14, 2024
1 parent e824b58 commit 82b3424
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
34 changes: 34 additions & 0 deletions data/io.github.amit9838.mousam.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,40 @@
</categories>
<content_rating type="oars-1.1" />
<releases>
<release version="1.2.0" date="2024-05-14">
<description translate="no">
<p>What's New</p>
<ul>
<li>Mousam is now more usable on low resolution displays.</li>
<li>Added keyboard shortcuts for various like refresh, open settings etc. Thanks to @francobattista.</li>
<li>"Now" label in hourly forecast is automatically scrolled in the view. Thanks to @georgescutelnicu</li>
<li>Now Mousam uses gnome runtime-version 46.</li>
</ul>
<p>Bug fixes</p>
<ul>
<li>Tomorrow's forecast is fixed now where it was showing offset forecast.</li>
<li>Some UI improvements in search city dialog.</li>
<li>Fixed error where sun rotation was inaccurate sometimes.</li>
</ul>
<p>Translation</p>
<ul>
<li>App is now available in various native languages :</li>
<li>Dutch by @Vistaus</li>
<li>French + German by @Yellowbery01</li>
<li>Brazilian Portuguese by @Luiz-C-Lima</li>
<li>Polish by @LukaszH77</li>
<li>Ukrainian by @SimonOriginal</li>
<li>Hindi by @Scrambled777</li>
</ul>
<p>Thanks to</p>
<ul>
<li>@LukaszH77 for adding context related translation changes</li>
<li>@yakushabb for adding translation related patches</li>
<li>And thanks to the folks who reported issues on GitHub.</li>
<li>Thanks you for using Mousam.</li>
</ul>
</description>
</release>
<release version="1.1.0" date="2024-02-24">
<description translate="no">
<p>What's New</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('mousam',
version: '1.1.0',
version: '1.2.0',
meson_version: '>= 0.61.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/windowAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def AboutWindow(parent,*args):
dialog = Adw.AboutWindow.new()
dialog.set_application_name("Mousam")
dialog.set_application_icon("io.github.amit9838.mousam")
dialog.set_version("1.1.0")
dialog.set_version("1.2.0")
dialog.set_developer_name("Amit Chaudhary")
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
dialog.set_comments(_("Beautiful and light weight weather app build using Gtk and Python"))
Expand Down

0 comments on commit 82b3424

Please sign in to comment.