File tree Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Expand file tree Collapse file tree 3 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1616 <binary >com.github.manexim.news</binary >
1717 </provides >
1818 <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 >
1939 <release date =" 2019-11-10" version =" 0.1.4" >
2040 <description >
2141 <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+
115com.github.manexim.news (0.1.4) bionic; urgency=medium
216
317[NEW]
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ namespace Config {
2323 public const string APP_ID = " com.github.manexim.news" ;
2424 public const string APP_AUTHOR = " Manexim" ;
2525 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 " ;
2727 public const string APP_STYLES = " com/github/manexim/news/styles/application.css" ;
2828}
You can’t perform that action at this time.
0 commit comments