Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-newstok committed Jun 25, 2023
1 parent ace003a commit 0df7e3a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
18 changes: 15 additions & 3 deletions data/io.github.amit9838.weather.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
<p>Current Weather conditions and forcasts.</p>
<p>Features:</p>
<ul>
<li>Use dynamic gradient backgrounds based on current weather conditions.</li>
<li>See forcasts in beautiful card view.</li>
<li>Use Personal API Key</li>
<li>See weather with dynamically changing gradient-based background according current weather conditions</li>
<li>See today, tomorrow and 5-day forcasts</li>
<li>See conditions in metric or imperial systems</li>
<li>Option to use Personal API Key</li>
</ul>
</description>
<screenshots>
Expand Down Expand Up @@ -43,6 +44,17 @@
</categories>
<content_rating type="oars-1.1" />
<releases>
<release version="0.4.0" date="2023-06-25">
<description>
<ul>
<li>Adds 5 days forecast</li>
<li>Adds rain summary (rain quantity)</li>
<li>Fixes unit switching in forecast section</li>
<li>UI Improvements</li>
<li>Minor bug fixes</li>
</ul>
</description>
</release>
<release version="0.3.0" date="2023-06-22">
<description>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions io.github.amit9838.weather.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"sources" : [
{
"type" : "git",
"tag" : "v0.3.0",
"commit" : "5245e70de22e0b696abc3cfe50286fa091e3dede",
"tag" : "v0.4.0",
"commit" : "ace003a5d6d43308c2f633be5a32c376a8df99c3",
"url" : "https://github.com/amit9838/weather.git"
}
]
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ parts:
# See 'snapcraft plugins'
plugin: meson
source: https://github.com/amit9838/weather.git
source-tag: 'v0.3.0'
source-tag: 'v0.4.0'
meson-parameters: [ --prefix=/snap/mousam/current/usr ]
override-pull: |
craftctl default
Expand Down

0 comments on commit 0df7e3a

Please sign in to comment.