File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ include (GNUInstallDirs)
55set (DATADIR ${CMAKE_INSTALL_FULL_DATAROOTDIR} )
66set (PKGDATADIR "${DATADIR} /${CMAKE_PROJECT_NAME} " )
77set (GETTEXT_PACKAGE ${CMAKE_PROJECT_NAME} )
8- set (VERSION "1.1.7 " )
8+ set (VERSION "1.1.8 " )
99set (VERSION_INFO "Stable" )
1010set (EXEC_NAME com.github.donadigo.eddy)
1111set (PREFIX ${CMAKE_INSTALL_PREFIX} )
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments