Skip to content

Commit

Permalink
Update about page, v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranfdev committed May 12, 2023
1 parent c9d7002 commit 4661030
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
9 changes: 9 additions & 0 deletions data/com.ranfdev.Lobjur.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
<content_rating type="oars-1.0" />

<releases>
<release version="1.3.0" date="2023-05-12">
<description>
<p>Changes</p>
<ul>
<li>Updated runtime</li>
<li>Updated app metadata</li>
</ul>
</description>
</release>
<release version="1.2.0" date="2022-09-03">
<description>
<p>Changes</p>
Expand Down
10 changes: 5 additions & 5 deletions src/main/lobjur/main.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,16 @@

(defn about []
(.present (build-ui
[Gtk/AboutDialog.
[Adw/AboutWindow
:license "
This program comes with absolutely no warranty.
See the <a href=\"https://www.gnu.org/licenses/gpl-3.0.html\">GNU General Public License, version 3 or later</a> for details."
:license-type Gtk/License.GPL_3_0
:program-name "Lobjur"
:application-name "Lobjur"
:application-icon "com.ranfdev.Lobjur"
:authors #js ["ranfdev https://ranfdev.com/about"]
:version "1.2.0"
:version "1.3.0"
:comments "A simple https://lobste.rs client"
:logo-icon-name "com.ranfdev.Lobjur"
:license-type Gtk/License.GPL_3_0
:website-label "Source"
:website "https://github.com/ranfdev/Lobjur"])))

Expand Down

0 comments on commit 4661030

Please sign in to comment.