Skip to content

Commit 4661030

Browse files
committed
Update about page, v1.3.0
1 parent c9d7002 commit 4661030

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

data/com.ranfdev.Lobjur.metainfo.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@
2424
<content_rating type="oars-1.0" />
2525

2626
<releases>
27+
<release version="1.3.0" date="2023-05-12">
28+
<description>
29+
<p>Changes</p>
30+
<ul>
31+
<li>Updated runtime</li>
32+
<li>Updated app metadata</li>
33+
</ul>
34+
</description>
35+
</release>
2736
<release version="1.2.0" date="2022-09-03">
2837
<description>
2938
<p>Changes</p>

src/main/lobjur/main.cljs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,16 +115,16 @@
115115

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

0 commit comments

Comments
 (0)