File tree 3 files changed +35
-1
lines changed
3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 16
16
<binary >com.github.manexim.news</binary >
17
17
</provides >
18
18
<releases >
19
+ <release date =" 2019-11-10" version =" 0.1.5" >
20
+ <description >
21
+ <p >New:</p >
22
+ <ul >
23
+ <li >Add cache for images</li >
24
+ <li >Show message while loading articles</li >
25
+ </ul >
26
+ <p >Improved:</p >
27
+ <ul >
28
+ </ul >
29
+ <p >Fixed:</p >
30
+ <ul >
31
+ </ul >
32
+ <p >Translations:</p >
33
+ <ul >
34
+ <li >French (by NathanBnm)</li >
35
+ <li >German (by meisenzahl)</li >
36
+ </ul >
37
+ </description >
38
+ </release >
19
39
<release date =" 2019-11-10" version =" 0.1.4" >
20
40
<description >
21
41
<p >New:</p >
Original file line number Diff line number Diff line change
1
+ com.github.manexim.news (0.1.5) bionic; urgency=medium
2
+
3
+ [NEW]
4
+ * Add cache for images
5
+ * Show message while loading articles
6
+ [IMPROVED]
7
+ [FIXED]
8
+ [TRANSLATIONS]
9
+ * French (by NathanBnm)
10
+ * German (by meisenzahl)
11
+
12
+ -- Marius Meisenzahl <
[email protected] > Sun, 10 Nov 2019 15:45:13 +0100
13
+
14
+
1
15
com.github.manexim.news (0.1.4) bionic; urgency=medium
2
16
3
17
[NEW]
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ namespace Config {
23
23
public const string APP_ID = " com.github.manexim.news" ;
24
24
public const string APP_AUTHOR = " Manexim" ;
25
25
public const string APP_NAME = _ ("News Feed ");
26
- public const string APP_VERSION = " 0.1.4 " ;
26
+ public const string APP_VERSION = " 0.1.5 " ;
27
27
public const string APP_STYLES = " com/github/manexim/news/styles/application.css" ;
28
28
}
You can’t perform that action at this time.
0 commit comments