diff --git a/README.md b/README.md index f899767..b83c920 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,10 @@ meson install -C builddir mousam ``` +## Credits +- Thanks to [Open Meteo](https://open-meteo.com/) from providing weather data for free of cost. - +- Thanks to [@basmilius](https://github.com/basmilius) for making beautiful weather icons.
What's New
+Bug fixes
+Thanks to
+Bug fixes
diff --git a/meson.build b/meson.build index cbe185e..86674bd 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mousam', - version: '1.0.2', + version: '1.1.0', meson_version: '>= 0.61.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/screenshots/ss1-dark_mode.png b/screenshots/ss1-dark_mode.png index e921d91..618c3f0 100644 Binary files a/screenshots/ss1-dark_mode.png and b/screenshots/ss1-dark_mode.png differ diff --git a/screenshots/ss2-thunderstorm.png b/screenshots/ss2-thunderstorm.png index a1ded0f..bfa7d6d 100644 Binary files a/screenshots/ss2-thunderstorm.png and b/screenshots/ss2-thunderstorm.png differ diff --git a/screenshots/ss3-clear_sky-imperial.png b/screenshots/ss3-clear_sky-imperial.png index fa0952b..eea7f87 100644 Binary files a/screenshots/ss3-clear_sky-imperial.png and b/screenshots/ss3-clear_sky-imperial.png differ diff --git a/screenshots/ss4-light_mode.png b/screenshots/ss4-light_mode.png index 3f489f9..8114c0d 100644 Binary files a/screenshots/ss4-light_mode.png and b/screenshots/ss4-light_mode.png differ diff --git a/screenshots/ss5-overcast.png b/screenshots/ss5-overcast.png index dafd3e4..61a026b 100644 Binary files a/screenshots/ss5-overcast.png and b/screenshots/ss5-overcast.png differ diff --git a/src/constants.py b/src/constants.py index 1afdd2a..fb88d0d 100644 --- a/src/constants.py +++ b/src/constants.py @@ -69,7 +69,7 @@ "1": "few_clouds", "2": "few_clouds", "3": "overcast", - "51": "few_clouds", + "51": "showers_scattered", "53": "showers_scattered", "55": "showers_scattered", "56": "snow", @@ -98,7 +98,7 @@ "1n": "few_clouds_night", "2n": "few_clouds_night", "3n": "overcast_night", - "51n": "few_clouds_night", + "51n": "showers_scattered_night", "53n": "showers_scattered_night", "55n": "showers_scattered_night", "56n": "snow_night", diff --git a/src/windowAbout.py b/src/windowAbout.py index 110a1b0..48aeb2f 100644 --- a/src/windowAbout.py +++ b/src/windowAbout.py @@ -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.0.2") + dialog.set_version("1.1.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")) diff --git a/website/index.html b/website/index.html index 2100157..1b15d3c 100644 --- a/website/index.html +++ b/website/index.html @@ -122,7 +122,6 @@