Skip to content

Commit

Permalink
release_v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amit9838 committed Feb 24, 2024
1 parent 4d70b21 commit de0a7a9
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<div align="center">
<h2>Support</h2>
Expand Down
22 changes: 22 additions & 0 deletions data/io.github.amit9838.mousam.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,28 @@
</categories>
<content_rating type="oars-1.1" />
<releases>
<release version="1.1.0" date="2024-02-24">
<description translatable="no">
<p>What's New</p>
<ul>
<li>Dynamic background is back again, app background changes based on current weatehr condition.</li>
<li>Show rainfall in inches when using imperial units</li>
<li>App is now slimmer </li>
</ul>
<p>Bug fixes</p>
<ul>
<li>Fix no internet issues, when external DNS communication is blocked #84</li>
<li>Improve air pollution level</li>
<li>Improve ui</li>
</ul>
<p>Thanks to</p>
<ul>
<li>@hsbasu: for bug fixes related to performance and build.</li>
<li>@soumyaDghosh: for bug fixes related to snap.</li>
<li>And thanks to the folks who reported issues on GitHub.</li>
</ul>
</description>
</release>
<release version="1.0.2" date="2024-02-8">
<description translatable="no">
<p>Bug fixes</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.0.2',
version: '1.1.0',
meson_version: '>= 0.61.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down
Binary file modified screenshots/ss1-dark_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ss2-thunderstorm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ss3-clear_sky-imperial.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ss4-light_mode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified screenshots/ss5-overcast.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
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.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"))
Expand Down
1 change: 0 additions & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ <h2>Support</h2>
style="height: 60px !important;width: 217px !important;">
</a>
</div>
<hr>
</section>

<footer>
Expand Down

0 comments on commit de0a7a9

Please sign in to comment.