File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 11project (
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')
5252gnome.post_install(
5353 gtk_update_icon_cache : true ,
5454 update_desktop_database : true
55- )
55+ )
You can’t perform that action at this time.
0 commit comments