Skip to content

Commit cd97af3

Browse files
committed
v1.2.0
1 parent 85363bc commit cd97af3

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This a native https://lobste.rs client written using GTK4, libadwaita and Clojur
55
<a href='https://flathub.org/apps/details/com.ranfdev.Lobjur'><img width='240' alt='Download on Flathub' src='https://flathub.org/assets/badges/flathub-badge-en.png'/></a>
66

77
## Screenshot
8-
![Screenshot from 2022-07-31 16-21-12](https://user-images.githubusercontent.com/23294184/182030992-7b95dcf3-3428-4eb3-b9fa-38413cbde99b.png)
8+
![Home page screenshot](https://user-images.githubusercontent.com/23294184/188264118-76c8df44-10a4-4894-902e-66a006037d7f.png)
99

1010

1111

data/com.ranfdev.Lobjur.metainfo.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<screenshots>
1414
<screenshot type="default" height="842" width="842">
15-
<image>https://raw.githubusercontent.com/ranfdev/Lobjur/master/data/screenshots/1.png</image>
15+
<image>https://user-images.githubusercontent.com/23294184/188264118-76c8df44-10a4-4894-902e-66a006037d7f.png</image>
1616
</screenshot>
1717
</screenshots>
1818

@@ -23,6 +23,16 @@
2323
<content_rating type="oars-1.0" />
2424

2525
<releases>
26+
<release version="1.2.0" date="2022-09-03">
27+
<description>
28+
<p>Changes</p>
29+
<ul>
30+
<li>Improved view switcher on the home page</li>
31+
<li>Added main menu in the headerbar</li>
32+
<li>Added About page</li>
33+
</ul>
34+
</description>
35+
</release>
2636
<release version="1.1.0" date="2022-08-05">
2737
<description>
2838
<p>Changes</p>

src/main/lobjur/main.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
:license-type Gtk/License.GPL_3_0
123123
:program-name "Lobjur"
124124
:authors #js ["ranfdev https://ranfdev.com/about"]
125-
:version "1.1.0"
125+
:version "1.2.0"
126126
:comments "A simple https://lobste.rs client"
127127
:logo-icon-name "com.ranfdev.Lobjur"
128128
:website-label "Source"

0 commit comments

Comments
 (0)