Skip to content

Commit

Permalink
Release_v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Dec 12, 2024
1 parent 254e859 commit 91bee84
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 17 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

</div>
<div align="center">
<img src="https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss5-overcast.png?raw=true#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png?raw=true#gh-light-mode-only">
<img src="https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss3.png?raw=true#gh-dark-mode-only">
<img src="https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1.png?raw=true#gh-light-mode-only">
</div>

## Features
Expand Down
41 changes: 27 additions & 14 deletions data/io.github.amit9838.mousam.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,18 @@
</description>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss5-overcast.png</image>
<caption>Overcast day</caption>
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1.png</image>
<caption>Clear Sky - day</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss3-clear_sky-imperial.png</image>
<caption>Clear Sky - imperial</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2-thunderstorm.png</image>
<caption>Thunderstorm</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png</image>
<caption>Dark mode</caption>
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png</image>
<caption>Snofall - day</caption>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png</image>
<caption>Light mode</caption>
<image>https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png</image>
<caption>Clear Sky - night</caption>
</screenshot>

</screenshots>
<launchable type="desktop-id">io.github.amit9838.mousam.desktop</launchable>
<url type="homepage">https://amit9838.github.io/mousam/</url>
Expand All @@ -62,6 +55,26 @@
</categories>
<content_rating type="oars-1.1" />
<releases>
<release version="1.4.0" date="2024-12-12">
<description translate="no">
<p>What's New</p>
<ul>
<li>Added new backgrounds for both day and night weather conditions.</li>
<li>Introduced a welcome screen for first-time users.</li>
</ul>
<p>Bug Fixes</p>
<ul>
<li>Fixed typos and improved code formatting for better maintainability.</li>
<li>Resolved issues related to styling and default location settings.</li>
</ul>
<p>Translation</p>
<ul>
<li>Added Italian translation, thanks to @Nekothegamer.</li>
<li>Added Traditional Chinese (zh-TW) translation, thanks to @lipcut.</li>
<li>Updated Spanish translation, thanks to @radical4ever.</li>
</ul>
</description>
</release>
<release version="1.3.2" date="2024-6-30">
<description translate="no">
<p>What's New</p>
Expand Down
2 changes: 1 addition & 1 deletion src/windowAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,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.3.2")
dialog.set_version("1.4.0")
dialog.set_developer_name("Amit Chaudhary")
dialog.set_license_type(Gtk.License(Gtk.License.GPL_3_0))
dialog.set_comments(_("Weather at a glance"))
Expand Down

0 comments on commit 91bee84

Please sign in to comment.