diff --git a/README.md b/README.md index e0bae1e..dac1619 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@
- - + +
## Features diff --git a/data/io.github.amit9838.mousam.appdata.xml.in b/data/io.github.amit9838.mousam.appdata.xml.in index 2e6156b..8fb9754 100644 --- a/data/io.github.amit9838.mousam.appdata.xml.in +++ b/data/io.github.amit9838.mousam.appdata.xml.in @@ -17,25 +17,18 @@ - https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss5-overcast.png - Overcast day + https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1.png + Clear Sky - day - https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss3-clear_sky-imperial.png - Clear Sky - imperial - - - https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2-thunderstorm.png - Thunderstorm - - - https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss1-dark_mode.png - Dark mode + https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png + Snofall - day - https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss4-light_mode.png - Light mode + https://raw.githubusercontent.com/amit9838/mousam/master/screenshots/ss2.png + Clear Sky - night + io.github.amit9838.mousam.desktop https://amit9838.github.io/mousam/ @@ -62,6 +55,26 @@ + + +

What's New

+
    +
  • Added new backgrounds for both day and night weather conditions.
  • +
  • Introduced a welcome screen for first-time users.
  • +
+

Bug Fixes

+
    +
  • Fixed typos and improved code formatting for better maintainability.
  • +
  • Resolved issues related to styling and default location settings.
  • +
+

Translation

+
    +
  • Added Italian translation, thanks to @Nekothegamer.
  • +
  • Added Traditional Chinese (zh-TW) translation, thanks to @lipcut.
  • +
  • Updated Spanish translation, thanks to @radical4ever.
  • +
+
+

What's New

diff --git a/src/windowAbout.py b/src/windowAbout.py index 3d462e3..ded7856 100644 --- a/src/windowAbout.py +++ b/src/windowAbout.py @@ -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"))