File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments