Skip to content

Commit 855f4f1

Browse files
authored
Merge branch 'main' into add-desktop-action
2 parents 6091996 + 3ec9c75 commit 855f4f1

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

data/slate.metainfo.xml.in

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,24 @@
6161
</developer>
6262

6363
<releases>
64+
<release version="1.1.1" date="2025-06-30" urgency="medium">
65+
<description>
66+
<p>Fixes small issues for AppCenter release</p>
67+
</description>
68+
</release>
69+
6470
<release version="1.1.0" date="2025-06-30" urgency="medium">
65-
<p>Smoothing rough edges and removing sharp points</p>
66-
<ul>
67-
<li>Added German, French, and Spanish translations</li>
68-
<li>Added keyboard accelerators for actions</li>
69-
<li>Unsaved documents are now kept until explicitly cleared, and re-opened when the application is launched</li>
70-
<li>File location is now shown when hovering the headerbar</li>
71-
<li>Restricted attempts to open documents to only valid text files</li>
72-
<li>Added plaintext mimetype to desktop file</li>
73-
</ul>
71+
<description>
72+
<p>Smoothing rough edges and removing sharp points</p>
73+
<ul>
74+
<li>Added German, French, and Spanish translations</li>
75+
<li>Added keyboard accelerators for actions</li>
76+
<li>Unsaved documents are now kept until explicitly cleared, and re-opened when the application is launched</li>
77+
<li>File location is now shown when hovering the headerbar</li>
78+
<li>Restricted attempts to open documents to only valid text files</li>
79+
<li>Added plaintext mimetype to desktop file</li>
80+
</ul>
81+
</description>
7482
</release>
7583

7684
<release version="1.0.1" date="2025-05-08" urgency="medium">

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'io.github.wpkelso.slate',
33
['vala', 'c'],
4-
version: '1.1.0',
4+
version: '1.1.1',
55
license: 'GPL-3.0'
66
)
77

vapi/config.vapi

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)