Skip to content

Commit 0560f66

Browse files
committed
nice
1 parent 8a27cf0 commit 0560f66

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@
1313

1414
## Installation
1515

16-
link to appcenter here
16+
You can download and install Jorts from Flathub:
1717

18-
link to add remote and install here
18+
[<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="160" alt="Download on Flathub">](https://flathub.org/apps/io.github.ellie_commons.jorts)
19+
20+
21+
It is also present in the elementary OS appcenter (the online version of it, appcenter.elementary.io, alas does not displays it)
1922

2023

2124

data/io.github.ellie_commons.jorts.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@
8787
<value key="x-appcenter-suggested-price">1</value>
8888
</custom>
8989
<releases>
90+
<release version="3.1.3" date="2025-05-10">
91+
<description>
92+
<p>3.1.3 Jorts of fire and lava</p>
93+
<ul>
94+
<li>Save memory and disk writes by adding a proper debounce</li>
95+
<li>Updated IT translations thanks to @albanobattistella!</li>
96+
</ul>
97+
</description>
98+
</release>
9099
<release version="3.1.2" date="2025-05-10">
91100
<description>
92101
<p>3.1.2 Amendments for flathub</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Name our project
22
project('io.github.ellie_commons.jorts', ['vala', 'c'],
3-
version: '3.1.2'
3+
version: '3.1.3'
44
)
55

66
gnome = import('gnome')

0 commit comments

Comments
 (0)