Beginning v0.1.3
Confined packages (snapcraft & flatpak) won't show error messages related to update checks.
This commit is contained in:
parent
e1d839e9af
commit
ffe09a2b3d
32 changed files with 60 additions and 40 deletions
|
@ -1,3 +1,9 @@
|
|||
logarithmplotter (0.1.3) unstable; urgency=medium
|
||||
|
||||
* Fixed bug: Confined packages (snapcraft & flatpak) won't show error messages related to update checks.
|
||||
|
||||
-- Ad5001 <mail@ad5001.eu> Mon, 30 Sep 2021 20:00:00 +0200
|
||||
|
||||
logarithmplotter (0.1.2) unstable; urgency=medium
|
||||
|
||||
* Fixed bug: Unable to move Bode diagrams elements when having deleted the sum element.
|
||||
|
@ -8,7 +14,7 @@ logarithmplotter (0.1.2) unstable; urgency=medium
|
|||
|
||||
-- Ad5001 <mail@ad5001.eu> Mon, 30 Sep 2021 20:00:00 +0200
|
||||
|
||||
logarithmplotter (0.1.dev0) UNRELEASED; urgency=medium
|
||||
logarithmplotter (0.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
</description>
|
||||
|
||||
<categories>
|
||||
<category>Network</category>
|
||||
<category>Feed</category>
|
||||
<category>Science</category>
|
||||
<category>Education</category>
|
||||
</categories>
|
||||
<url type="homepage">https://apps.ad5001.eu/logarithmplotter/</url>
|
||||
<url type="bugtracker">https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues/</url>
|
||||
|
@ -42,9 +42,11 @@
|
|||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.1" date="2021-08-15"/>
|
||||
<release version="0.1.2" date="2021-09-30"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
</content_rating>
|
||||
<developer_name>Ad5001</developer_name>
|
||||
<update_contact>mail@ad5001.eu</update_contact>
|
||||
</application>
|
||||
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
</description>
|
||||
|
||||
<categories>
|
||||
<category>Network</category>
|
||||
<category>Feed</category>
|
||||
<category>Science</category>
|
||||
<category>Education</category>
|
||||
</categories>
|
||||
<url type="homepage">https://apps.ad5001.eu/logarithmplotter/</url>
|
||||
<url type="bugtracker">https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues/</url>
|
||||
|
@ -42,9 +42,11 @@
|
|||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.1" date="2021-08-15"/>
|
||||
<release version="0.1.2" date="2021-09-30"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
</content_rating>
|
||||
<developer_name>Ad5001</developer_name>
|
||||
<update_contact>mail@ad5001.eu</update_contact>
|
||||
</application>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# AccountFree - Browse and use online services, free of account.
|
||||
# Copyright (C) 2021 Ad5001 <mail@ad5001.eu>
|
||||
# Copyright (C) 2022 Ad5001 <mail@ad5001.eu>
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -11,4 +11,4 @@ set \
|
|||
#export QT_QPA_PLATFORMTHEME=kde
|
||||
|
||||
# Finally run the next part of the command chain
|
||||
exec "${@}"
|
||||
exec "${@} --no-check-for-updates"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue