Skip to content

Commit 5129ec0

Browse files
committed
Release 0.9.3
1 parent e6786d1 commit 5129ec0

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

Screenshot.png

-3 KB
Loading

data/com.github.donadigo.appeditor.appdata.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,20 @@
3131
</screenshot>
3232
</screenshots>
3333
<releases>
34+
<release version="0.9.3" date="2017-08-20">
35+
<description>
36+
<p>New features:</p>
37+
<ul>
38+
<li>Added a button to open the entry in a text editor</li>
39+
<li>Added a switch to show hidden entries (disabled by default)</li>
40+
</ul>
41+
<p>Miscellaneous:</p>
42+
<ul>
43+
<li>Fixed some applications like Inkscape not saving their name properly</li>
44+
<li>The main window can be now maximized</li>
45+
</ul>
46+
</description>
47+
</release>
3448
<release version="0.9.2" date="2017-08-15">
3549
<description>
3650
<p>Add meson dependency to debian packaging</p>

src/Constants.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
namespace AppEditor.Constants {
2121
public const string APP_NAME = _("AppEditor");
22-
public const string VERSION = "0.9.2";
22+
public const string VERSION = "0.9.3";
2323
public const string SETTINGS_SCHEMA = "com.github.donadigo.appeditor";
2424
public const string EXEC_NAME = "com.github.donadigo.appeditor";
2525
public const string DESKTOP_NAME = "com.github.donadigo.appeditor.desktop";

0 commit comments

Comments
 (0)