Skip to content

Commit d39996f

Browse files
committed
Release 1.1.4; add all the data from changelog to AppStream data
1 parent 5a69680 commit d39996f

File tree

3 files changed

+89
-11
lines changed

3 files changed

+89
-11
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.0.4")
8+
set (VERSION "1.1.4")
99
set (VERSION_INFO "Stable")
1010
set (EXEC_NAME ${CMAKE_PROJECT_NAME})
1111
set (PREFIX ${CMAKE_INSTALL_PREFIX})

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

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,72 @@
1515
<binary>eddy</binary>
1616
</provides>
1717
<releases>
18+
<release version = "1.1.4" date="2017-05-28">
19+
<description>
20+
<ul>
21+
<li>Add a button to update / downgrade already installed package</li>
22+
<li>Fix window growing in size when summary or package name is really long</li>
23+
<li>The application can be now found under "System" category</li>
24+
<li>Ctrl-Q now exists the app</li>
25+
</ul>
26+
</description>
27+
</release>
28+
<release version = "1.0.4" date="2017-05-19">
29+
<description>
30+
<ul>
31+
<li>Do not display error dialog when operation cancelled</li>
32+
<li>Display the progress of current operation in the dock</li>
33+
<li>Sort packages by their state and name in the list view</li>
34+
</ul>
35+
</description>
36+
</release>
37+
<release version = "1.0.3" date="2017-05-11">
38+
<description>
39+
<ul>
40+
<li>Save window state between sessions</li>
41+
<li>Improved performance of launching the app second time</li>
42+
</ul>
43+
</description>
44+
</release>
45+
<release version = "1.0.2" date="2017-05-03">
46+
<description>
47+
<ul>
48+
<li>Support other package formats such as .rpm for other package managers</li>
49+
<li>Minor fixes</li>
50+
</ul>
51+
</description>
52+
</release>
53+
<release version = "1.0.1" date="2017-04-22">
54+
<description>
55+
<ul>
56+
<li>Added an ability to open packages with Eddy in the file manager</li>
57+
<li>Show a spinner when loading packages</li>
58+
<li>Fixed adding a file already in the list duplicated it</li>
59+
</ul>
60+
</description>
61+
</release>
62+
<release version = "1.0.0" date="2017-04-22">
63+
<description>
64+
<ul>
65+
<li>Completely port to PackageKit and remove aptdaemon dependency</li>
66+
<li>Fix wrong icon displayed in the notifications</li>
67+
</ul>
68+
</description>
69+
</release>
70+
<release version = "0.9.1" date="2017-04-20">
71+
<description>
72+
<ul>
73+
<li>Fix Desktop file being invalid</li>
74+
<li>Bump granite dependency version</li>
75+
<li>Update debian packaging</li>
76+
</ul>
77+
</description>
78+
</release>
79+
<release version = "0.9.0" date="2017-04-17">
80+
<description>
81+
<p>Initial release</p>
82+
</description>
83+
</release>
1884
</releases>
1985
<screenshots>
2086
<screenshot type="default">

debian/changelog

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,48 @@
1+
com.github.donadigo.eddy (1.1.4) UNSTABLE; urgency=low
2+
3+
* Add a button to update / downgrade already installed package
4+
5+
* Fix window growing in size when summary or package name is really long
6+
7+
* The application can be now found under "System" category
8+
9+
* Ctrl-Q now exists the app
10+
11+
-- Adam Bieńkowski <[email protected]> Sun, 28 May 2017 20:42:08 +0200
12+
113
com.github.donadigo.eddy (1.0.4) UNSTABLE; urgency=low
214

3-
* Do not display error dialog when operation cancelled
15+
* Do not display error dialog when operation cancelled
416

5-
* Display the progress of current operation in the dock
17+
* Display the progress of current operation in the dock
618

7-
* Sort packages by their state and name in the list view
19+
* Sort packages by their state and name in the list view
820

921
-- Adam Bieńkowski <[email protected]> Fri, 19 May 2017 17:43:06 +0200
1022

1123
com.github.donadigo.eddy (1.0.3) UNSTABLE; urgency=low
1224

13-
* Save window state between sessions
25+
* Save window state between sessions
1426

15-
* Improved performance of launching the app second time
27+
* Improved performance of launching the app second time
1628

1729
-- Adam Bieńkowski <[email protected]> Thu, 11 May 2017 23:23:38 +0200
1830

1931
com.github.donadigo.eddy (1.0.2) UNSTABLE; urgency=low
2032

21-
* Support other package formats such as .rpm for other package managers
33+
* Support other package formats such as .rpm for other package managers
2234

23-
* Minor fixes
35+
* Minor fixes
2436

2537
-- Adam Bieńkowski <[email protected]> Wed, 3 May 2017 16:41:55 +0200
2638

2739
com.github.donadigo.eddy (1.0.1) UNSTABLE; urgency=low
2840

29-
* Added an ability to open packages with Eddy in the file manager
41+
* Added an ability to open packages with Eddy in the file manager
3042

31-
* Show a spinner when loading packages
43+
* Show a spinner when loading packages
3244

33-
* Fixed adding a file already in the list duplicated it
45+
* Fixed adding a file already in the list duplicated it
3446

3547
-- Adam Bieńkowski <[email protected]> Sat, 22 Apr 2017 23:24:41 +0200
3648

0 commit comments

Comments
 (0)