Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-ingenious committed Jul 6, 2024
1 parent 7997edc commit 584d084
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/gnss-ui.desktop
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Type=Application
Name=gnss-ui
Comment=User Interface for GNSS Receivers
Exec=app.py
Exec=gnss-ui.py
Icon=gnss-ui
Terminal=false
Categories=Utility;GNOME;GTK;
Expand Down
21 changes: 21 additions & 0 deletions pkg/gnss-ui.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,27 @@
</screenshot>
</screenshots>
<releases>
<release version="0.10.2" date="2024-07-06">
<description>
<ul>
<li>Minor bugfixes.</li>
</ul>
</description>
</release>
<release version="0.10.1" date="2024-07-06">
<description>
<ul>
<li>Minor bugfixes.</li>
</ul>
</description>
</release>
<release version="0.10.0" date="2024-07-06">
<description>
<ul>
<li>Added items for release.</li>
</ul>
</description>
</release>
<release version="0.9.5" date="2024-07-06">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/gnss-ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
Gdk.Display.get_default(), css_provider, Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION
)

APP_VERSION = "0.10.1"
APP_VERSION = "0.10.2"


class PanelRefresher(threading.Thread):
Expand Down

0 comments on commit 584d084

Please sign in to comment.