Skip to content

Commit 5f13f5a

Browse files
authored
Release 1.1.0 (#27)
* Bump project version to 1.1.0 * Add release notes * Fixed typo
1 parent 58faae4 commit 5f13f5a

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

data/slate.metainfo.xml.in

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<project_license>GPL-3.0</project_license>
88

99
<name>Slate</name>
10-
<summary>A "dumb as rocks" text editor</summary>
10+
<summary>The text editor that's dumb as rocks!</summary>
1111
<description>
1212
<p>
13-
Slate is a lightweight plain text editor that edits text files and nothing more.
13+
Slate is a simple, lightweight plain text editor.
1414
</p>
1515
<ul>
1616
<li>Make new files!</li>
@@ -61,6 +61,18 @@
6161
</developer>
6262

6363
<releases>
64+
<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>
74+
</release>
75+
6476
<release version="1.0.1" date="2025-05-08" urgency="medium">
6577
<description>
6678
<p>Various small fixes for AppCenter release</p>

meson.build

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

@@ -52,4 +52,4 @@ subdir('po')
5252
gnome.post_install(
5353
gtk_update_icon_cache: true,
5454
update_desktop_database: true
55-
)
55+
)

0 commit comments

Comments
 (0)