Skip to content

Commit 7e6332e

Browse files
committed
Release 1.1.8
1 parent ab50242 commit 7e6332e

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include (GNUInstallDirs)
55
set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR})
66
set (PKGDATADIR "${DATADIR}/${CMAKE_PROJECT_NAME}")
77
set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME})
8-
set (VERSION "1.1.7")
8+
set (VERSION "1.1.8")
99
set (VERSION_INFO "Stable")
1010
set (EXEC_NAME com.github.donadigo.eddy)
1111
set (PREFIX ${CMAKE_INSTALL_PREFIX})

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

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,35 @@
55
<metadata_license>CC0-1.0</metadata_license>
66
<project_license>GPL-3.0+</project_license>
77
<name>Eddy</name>
8-
<summary>Install and manage .deb files</summary>
8+
<summary>Install and Manage .deb Files</summary>
99
<description>
10-
<p>
11-
Install, uninstall and view information about debian packages.
12-
</p>
13-
<p>Features include:</p>
10+
<p>Install, uninstall and view information about debian packages.</p>
11+
<p><b>Features include:</b></p>
1412
<ul>
1513
<li>Install multiple packages at once</li>
1614
<li>Upgrade and downgrade existing packages</li>
1715
<li>Load all packages automatically from your Downloads folder</li>
16+
<li>Complete system integration including notifications and progress bar in the dock</li>
1817
</ul>
1918
</description>
2019
<provides>
2120
<binary>com.github.donadigo.eddy</binary>
2221
</provides>
2322
<releases>
23+
<release version="1.1.8" date="2017-09-21">
24+
<description>
25+
<p>This release adds small improvements to the user interface and adds initial support for translations.</p>
26+
<p>Miscellaneous:</p>
27+
<ul>
28+
<li>Show operation percentage alongside the status label</li>
29+
<li>Properly handle terminating the application by external processes</li>
30+
<li>Fix punctuation in the quit dialog</li>
31+
<li>Replace confusing quit dialog actions with more explicit ones</li>
32+
<li>Update application metadata</li>
33+
<li>Update Dutch and German translations</li>
34+
</ul>
35+
</description>
36+
</release>
2437
<release version="1.1.7" date="2017-08-20">
2538
<description>
2639
<p>Fixed:</p>

0 commit comments

Comments
 (0)