aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2017-10-20 14:17:37 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2017-10-20 14:17:37 +0200
commitb4da3ee8e565070802db28bda4b8cd46134a3d19 (patch)
treeab4ef87bf66f1075d7beb358ff997c45b2a5ea93 /CHANGELOG.md
parent1c5081cdc5bef1e6992b66db020a9348b5607d55 (diff)
downloadwallabag-b4da3ee8e565070802db28bda4b8cd46134a3d19.tar.gz
wallabag-b4da3ee8e565070802db28bda4b8cd46134a3d19.tar.zst
wallabag-b4da3ee8e565070802db28bda4b8cd46134a3d19.zip
Prepare wallabag 2.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md265
1 files changed, 82 insertions, 183 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b8e1607..43d11485 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,90 @@
1# Changelog 1# Changelog
2 2
3## [2.3.0](https://github.com/wallabag/wallabag/tree/2.3.0) (2017-10-21)
4 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.3...2.3.0)
5
6### API
7
8- API `exists` returns `id` if article exists [#2919](https://github.com/wallabag/wallabag/pull/2919)
9- Added API endpoint to handle a list of URL and to add/delete tags [#3055](https://github.com/wallabag/wallabag/pull/3055)
10- Added API endpoint to handle a list of URL [#3053](https://github.com/wallabag/wallabag/pull/3053)
11- Retrieve tag / tags value from query or request [#3103](https://github.com/wallabag/wallabag/pull/3103)
12- Register through API [#3065](https://github.com/wallabag/wallabag/pull/3065)
13- API user creation behind a toggle [#3177](https://github.com/wallabag/wallabag/pull/3177)
14- Allow other fields to be sent using API [#3106](https://github.com/wallabag/wallabag/pull/3106)
15- Add ability to patch an entry with more fields [#3181](https://github.com/wallabag/wallabag/pull/3181)
16- Create (and return) a client after creating a new user using the API [#3187](https://github.com/wallabag/wallabag/pull/3187)
17- Fix PATCH method [#3256](https://github.com/wallabag/wallabag/pull/3256)
18
19### Technical stuff
20
21- Dropping PHP 5.5 [#2861](https://github.com/wallabag/wallabag/pull/2861), migrated to Symfony 3.3 [#3376](https://github.com/wallabag/wallabag/pull/3376), defined MySQL as the default rdbms for wallabag [#3171](https://github.com/wallabag/wallabag/pull/3171)
22- Add Cloudron as installation method [#3000](https://github.com/wallabag/wallabag/pull/3000)
23- Added migrations execution after fresh install [#3088](https://github.com/wallabag/wallabag/pull/3088)
24- Upgraded CraueConfigBundle to 2.0 [#3113](https://github.com/wallabag/wallabag/pull/3113)
25- Removed embedded documentation. [The repository is now here](https://github.com/wallabag/doc). [#3122](https://github.com/wallabag/wallabag/pull/3122)
26- Fix some Scrutinizer issues [#3161](https://github.com/wallabag/wallabag/pull/3161) [#3172](https://github.com/wallabag/wallabag/pull/3172)
27- Isolated tests [#3137](https://github.com/wallabag/wallabag/pull/3137)
28- Log an error level message when user auth fail [#3195](https://github.com/wallabag/wallabag/pull/3195)
29- Add a real configuration for CS-Fixer [#3258](https://github.com/wallabag/wallabag/pull/3258)
30
31### Features
32
33- Share articles to Scuttle (https://github.com/scronide/scuttle) instance [#2999](https://github.com/wallabag/wallabag/pull/2999)
34- Allow to remove all archived entries [#3020](https://github.com/wallabag/wallabag/pull/3020)
35- Added publication date and author [#3024](https://github.com/wallabag/wallabag/pull/3024)
36- Added `notmatches` operator for automatic tagging rule [#3047](https://github.com/wallabag/wallabag/pull/3047)
37- Search & paginate users [#3060](https://github.com/wallabag/wallabag/pull/3060)
38- **Clean duplicates entries** command [#2920](https://github.com/wallabag/wallabag/pull/2920)
39- Added headers field in Entry [#3108](https://github.com/wallabag/wallabag/pull/3108)
40- Add some deletion confirmation to avoid mistake [#3147](https://github.com/wallabag/wallabag/pull/3147)
41- Add support for tag in Instapaper import [#3168](https://github.com/wallabag/wallabag/pull/3168)
42- Added tags on list view [#3077](https://github.com/wallabag/wallabag/pull/3077)
43- **Show user** command [#3179](https://github.com/wallabag/wallabag/pull/3179)
44- Add ability to filter public entries & use it in the API [#3208](https://github.com/wallabag/wallabag/pull/3208)
45- Store credentials for restricted site in database [#2683](https://github.com/wallabag/wallabag/pull/2683)
46- Add RSS for tags & All entries [#3207](https://github.com/wallabag/wallabag/pull/3207)
47- Add **list users** command [#3301](https://github.com/wallabag/wallabag/pull/3301)
48- Add **reload entry** command [#3326](https://github.com/wallabag/wallabag/pull/3326)
49- Add starred_at field which is set when an entry is starred [#3330](https://github.com/wallabag/wallabag/pull/3330)
50
51### Changes
52
53- Changed default value for list mode (grid instead of list) [#3014](https://github.com/wallabag/wallabag/pull/3014)
54- Remove `isPublic` from Entry entity [#3030](https://github.com/wallabag/wallabag/pull/3030)
55- Use username to import [#3080](https://github.com/wallabag/wallabag/pull/3080)
56- Adds Webpack support and remove Grunt [#3022](https://github.com/wallabag/wallabag/pull/3022)
57- Improved Guzzle subscribers extensibility [#2751](https://github.com/wallabag/wallabag/pull/2751)
58- Added logger when we match Tagging rules [#3110](https://github.com/wallabag/wallabag/pull/3110)
59- unify Download/Export wording. [#3130](https://github.com/wallabag/wallabag/pull/3130)
60- Staying on an article view after removing a tag [#3138](https://github.com/wallabag/wallabag/pull/3138)
61- Use an alternative way to detect images [#3184](https://github.com/wallabag/wallabag/pull/3184)
62- Displays an error with an annotation with a too long quote [#3093](https://github.com/wallabag/wallabag/pull/3093)
63- Validate language & preview picture fields [#3192](https://github.com/wallabag/wallabag/pull/3192)
64- remove craueconfig domain name setting and add a proper one in parameters [#3173](https://github.com/wallabag/wallabag/pull/3173)
65- Better public sharing page [#3204](https://github.com/wallabag/wallabag/pull/3204)
66
67### Fixes
68
69- Use up-to-date Firefox extension and add F-Droid link for Android app [#3057](https://github.com/wallabag/wallabag/pull/3057)
70- Fixed sandwich menu position in entry view (material theme) [#3073](https://github.com/wallabag/wallabag/pull/3073)
71- Disabled shortcuts on login/register page [#3075](https://github.com/wallabag/wallabag/pull/3075)
72- "+" in url not parsed correctly (when we click on original URL) [#3002](https://github.com/wallabag/wallabag/pull/3002)
73- Skip auth when no credentials are found [#3101](https://github.com/wallabag/wallabag/pull/3101)
74- Added migration to change length for user fields [#3104](https://github.com/wallabag/wallabag/pull/3104)
75- Fix delete annotation when username is defined [#3120](https://github.com/wallabag/wallabag/pull/3120)
76- Fixed is_starred for wallabag v2 import [#3143](https://github.com/wallabag/wallabag/pull/3143)
77- Replace images with & in url [#3176](https://github.com/wallabag/wallabag/pull/3176)
78- Ignore tag's case [#3139](https://github.com/wallabag/wallabag/pull/3139)
79- Multiple tag search, which was broken from API [#3309](https://github.com/wallabag/wallabag/pull/3309)
80
81### Translations
82
83- Add Russian language [#3378](https://github.com/wallabag/wallabag/pull/3378)
84
3## [2.2.3](https://github.com/wallabag/wallabag/tree/2.2.3) (2017-05-17) 85## [2.2.3](https://github.com/wallabag/wallabag/tree/2.2.3) (2017-05-17)
4[Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.2...2.2.3) 86[Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.2...2.2.3)
5 87
6
7
8- Lock guzzle-site-authenticator to avoid errors [\#3124](https://github.com/wallabag/wallabag/pull/3124) ([j0k3r](https://github.com/j0k3r)) 88- Lock guzzle-site-authenticator to avoid errors [\#3124](https://github.com/wallabag/wallabag/pull/3124) ([j0k3r](https://github.com/j0k3r))
9- reorder contrib strings in about page [\#3123](https://github.com/wallabag/wallabag/pull/3123) ([X-dark](https://github.com/X-dark)) 89- reorder contrib strings in about page [\#3123](https://github.com/wallabag/wallabag/pull/3123) ([X-dark](https://github.com/X-dark))
10- Fixed documentation URL [\#3117](https://github.com/wallabag/wallabag/pull/3117) ([nicosomb](https://github.com/nicosomb)) 90- Fixed documentation URL [\#3117](https://github.com/wallabag/wallabag/pull/3117) ([nicosomb](https://github.com/nicosomb))
@@ -27,9 +107,6 @@
27## [2.2.2](https://github.com/wallabag/wallabag/tree/2.2.2) (2017-03-02) 107## [2.2.2](https://github.com/wallabag/wallabag/tree/2.2.2) (2017-03-02)
28[Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.1...2.2.2) 108[Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.1...2.2.2)
29 109
30
31
32- Changed wallabag version [\#2954](https://github.com/wallabag/wallabag/pull/2954) ([nicosomb](https://github.com/nicosomb))
33- Update Polish translation [\#2932](https://github.com/wallabag/wallabag/pull/2932) ([mruminski](https://github.com/mruminski)) 110- Update Polish translation [\#2932](https://github.com/wallabag/wallabag/pull/2932) ([mruminski](https://github.com/mruminski))
34- Update Spanish translation [\#2917](https://github.com/wallabag/wallabag/pull/2917) ([ngosang](https://github.com/ngosang)) 111- Update Spanish translation [\#2917](https://github.com/wallabag/wallabag/pull/2917) ([ngosang](https://github.com/ngosang))
35- Remove word repetition from german translation [\#2911](https://github.com/wallabag/wallabag/pull/2911) ([jlnostr](https://github.com/jlnostr)) 112- Remove word repetition from german translation [\#2911](https://github.com/wallabag/wallabag/pull/2911) ([jlnostr](https://github.com/jlnostr))
@@ -69,21 +146,13 @@
69## [2.2.1](https://github.com/wallabag/wallabag/tree/2.2.1) (2017-01-31) 146## [2.2.1](https://github.com/wallabag/wallabag/tree/2.2.1) (2017-01-31)
70[Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.0...2.2.1) 147[Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.0...2.2.1)
71 148
72
73
74- Prepare wallabag 2.2.1 :rocket: [\#2812](https://github.com/wallabag/wallabag/pull/2812) ([nicosomb](https://github.com/nicosomb))
75- Fixed duplicate entry for share\_public in craue\_setting\_table [\#2809](https://github.com/wallabag/wallabag/pull/2809) ([nicosomb](https://github.com/nicosomb)) 149- Fixed duplicate entry for share\_public in craue\_setting\_table [\#2809](https://github.com/wallabag/wallabag/pull/2809) ([nicosomb](https://github.com/nicosomb))
76 150
77## [2.2.0](https://github.com/wallabag/wallabag/tree/2.2.0) (2017-01-28) 151## [2.2.0](https://github.com/wallabag/wallabag/tree/2.2.0) (2017-01-28)
78[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6.1...2.2.0) 152[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6.1...2.2.0)
79 153
80
81
82- Prepare wallabag 2.2.0 🚀 [\#2790](https://github.com/wallabag/wallabag/pull/2790) ([nicosomb](https://github.com/nicosomb))
83- Added indexes on is\_archived and is\_starred [\#2789](https://github.com/wallabag/wallabag/pull/2789) ([nicosomb](https://github.com/nicosomb)) 154- Added indexes on is\_archived and is\_starred [\#2789](https://github.com/wallabag/wallabag/pull/2789) ([nicosomb](https://github.com/nicosomb))
84- Fix \#2056 update config.yml [\#2624](https://github.com/wallabag/wallabag/pull/2624) ([Rurik19](https://github.com/Rurik19)) 155- Fix \#2056 update config.yml [\#2624](https://github.com/wallabag/wallabag/pull/2624) ([Rurik19](https://github.com/Rurik19))
85- Change version to 2.2.0-dev [\#2608](https://github.com/wallabag/wallabag/pull/2608) ([nicosomb](https://github.com/nicosomb))
86- wallabag 2.2.0 [\#2416](https://github.com/wallabag/wallabag/pull/2416) ([j0k3r](https://github.com/j0k3r))
87 156
88## [2.1.6.1](https://github.com/wallabag/wallabag/tree/2.1.6.1) (2017-01-23) 157## [2.1.6.1](https://github.com/wallabag/wallabag/tree/2.1.6.1) (2017-01-23)
89[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6...2.1.6.1) 158[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6...2.1.6.1)
@@ -91,30 +160,20 @@
91## [2.1.6](https://github.com/wallabag/wallabag/tree/2.1.6) (2017-01-18) 160## [2.1.6](https://github.com/wallabag/wallabag/tree/2.1.6) (2017-01-18)
92[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.5...2.1.6) 161[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.5...2.1.6)
93 162
94
95
96- Update copyright year [\#2736](https://github.com/wallabag/wallabag/pull/2736) ([lex111](https://github.com/lex111)) 163- Update copyright year [\#2736](https://github.com/wallabag/wallabag/pull/2736) ([lex111](https://github.com/lex111))
97- Prepare wallabag 2.1.6 :rocket: [\#2759](https://github.com/wallabag/wallabag/pull/2759) ([nicosomb](https://github.com/nicosomb))
98- Fixed possible JS injection via the title edition [\#2758](https://github.com/wallabag/wallabag/pull/2758) ([nicosomb](https://github.com/nicosomb)) 164- Fixed possible JS injection via the title edition [\#2758](https://github.com/wallabag/wallabag/pull/2758) ([nicosomb](https://github.com/nicosomb))
99 165
100## [2.1.5](https://github.com/wallabag/wallabag/tree/2.1.5) (2016-11-21) 166## [2.1.5](https://github.com/wallabag/wallabag/tree/2.1.5) (2016-11-21)
101[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.4...2.1.5) 167[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.4...2.1.5)
102 168
103
104
105- Prepare wallabag 2.1.5 [\#2625](https://github.com/wallabag/wallabag/pull/2625) ([nicosomb](https://github.com/nicosomb))
106- Force composer to run as PHP 5.5.9 [\#2623](https://github.com/wallabag/wallabag/pull/2623) ([j0k3r](https://github.com/j0k3r)) 169- Force composer to run as PHP 5.5.9 [\#2623](https://github.com/wallabag/wallabag/pull/2623) ([j0k3r](https://github.com/j0k3r))
107 170
108## [2.1.4](https://github.com/wallabag/wallabag/tree/2.1.4) (2016-11-19) 171## [2.1.4](https://github.com/wallabag/wallabag/tree/2.1.4) (2016-11-19)
109[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.3...2.1.4) 172[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.3...2.1.4)
110 173
111
112
113- Updated changelog for 2.1.4 [\#2607](https://github.com/wallabag/wallabag/pull/2607) ([nicosomb](https://github.com/nicosomb))
114- Add .travis.yml change to RELEASE\_PROCESS [\#2605](https://github.com/wallabag/wallabag/pull/2605) ([j0k3r](https://github.com/j0k3r)) 174- Add .travis.yml change to RELEASE\_PROCESS [\#2605](https://github.com/wallabag/wallabag/pull/2605) ([j0k3r](https://github.com/j0k3r))
115- wallabag can’t work on PostgreSQL \<= 9.1 [\#2604](https://github.com/wallabag/wallabag/pull/2604) ([j0k3r](https://github.com/j0k3r)) 175- wallabag can’t work on PostgreSQL \<= 9.1 [\#2604](https://github.com/wallabag/wallabag/pull/2604) ([j0k3r](https://github.com/j0k3r))
116- Fix clear-cache problem using —no-dev [\#2603](https://github.com/wallabag/wallabag/pull/2603) ([j0k3r](https://github.com/j0k3r)) 176- Fix clear-cache problem using —no-dev [\#2603](https://github.com/wallabag/wallabag/pull/2603) ([j0k3r](https://github.com/j0k3r))
117- Prepare wallabag 2.1.4 :rocket: [\#2596](https://github.com/wallabag/wallabag/pull/2596) ([nicosomb](https://github.com/nicosomb))
118- User-agents have moved to site-config [\#2587](https://github.com/wallabag/wallabag/pull/2587) ([j0k3r](https://github.com/j0k3r)) 177- User-agents have moved to site-config [\#2587](https://github.com/wallabag/wallabag/pull/2587) ([j0k3r](https://github.com/j0k3r))
119- fix \#2582 - Documentation, Nginx config: disable all other PHP file from symphony [\#2584](https://github.com/wallabag/wallabag/pull/2584) ([blankoworld](https://github.com/blankoworld)) 178- fix \#2582 - Documentation, Nginx config: disable all other PHP file from symphony [\#2584](https://github.com/wallabag/wallabag/pull/2584) ([blankoworld](https://github.com/blankoworld))
120- Added help on config screen [\#2578](https://github.com/wallabag/wallabag/pull/2578) ([nicosomb](https://github.com/nicosomb)) 179- Added help on config screen [\#2578](https://github.com/wallabag/wallabag/pull/2578) ([nicosomb](https://github.com/nicosomb))
@@ -135,15 +194,12 @@
135## [2.1.3](https://github.com/wallabag/wallabag/tree/2.1.3) (2016-11-04) 194## [2.1.3](https://github.com/wallabag/wallabag/tree/2.1.3) (2016-11-04)
136[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.2...2.1.3) 195[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.2...2.1.3)
137 196
138
139
140- Force user-agent for .slashdot.org [\#2528](https://github.com/wallabag/wallabag/pull/2528) ([Kdecherf](https://github.com/Kdecherf)) 197- Force user-agent for .slashdot.org [\#2528](https://github.com/wallabag/wallabag/pull/2528) ([Kdecherf](https://github.com/Kdecherf))
141- Translation update - French [\#2519](https://github.com/wallabag/wallabag/pull/2519) ([Jibec](https://github.com/Jibec)) 198- Translation update - French [\#2519](https://github.com/wallabag/wallabag/pull/2519) ([Jibec](https://github.com/Jibec))
142- docs: fix link to wallabag-stats project [\#2518](https://github.com/wallabag/wallabag/pull/2518) ([Strubbl](https://github.com/Strubbl)) 199- docs: fix link to wallabag-stats project [\#2518](https://github.com/wallabag/wallabag/pull/2518) ([Strubbl](https://github.com/Strubbl))
143- docs: update 3rd party projects by Strubbl [\#2514](https://github.com/wallabag/wallabag/pull/2514) ([Strubbl](https://github.com/Strubbl)) 200- docs: update 3rd party projects by Strubbl [\#2514](https://github.com/wallabag/wallabag/pull/2514) ([Strubbl](https://github.com/Strubbl))
144- Fix missing words in Android application documentation [\#2485](https://github.com/wallabag/wallabag/pull/2485) ([bmillemathias](https://github.com/bmillemathias)) 201- Fix missing words in Android application documentation [\#2485](https://github.com/wallabag/wallabag/pull/2485) ([bmillemathias](https://github.com/bmillemathias))
145- Removed MD5 hash in documentation [\#2466](https://github.com/wallabag/wallabag/pull/2466) ([nicosomb](https://github.com/nicosomb)) 202- Removed MD5 hash in documentation [\#2466](https://github.com/wallabag/wallabag/pull/2466) ([nicosomb](https://github.com/nicosomb))
146- Prepare wallabag 2.1.3 :rocket: [\#2536](https://github.com/wallabag/wallabag/pull/2536) ([nicosomb](https://github.com/nicosomb))
147- Use created\_at as default sort [\#2534](https://github.com/wallabag/wallabag/pull/2534) ([j0k3r](https://github.com/j0k3r)) 203- Use created\_at as default sort [\#2534](https://github.com/wallabag/wallabag/pull/2534) ([j0k3r](https://github.com/j0k3r))
148- Added documentation about failed to load external entity error [\#2530](https://github.com/wallabag/wallabag/pull/2530) ([nicosomb](https://github.com/nicosomb)) 204- Added documentation about failed to load external entity error [\#2530](https://github.com/wallabag/wallabag/pull/2530) ([nicosomb](https://github.com/nicosomb))
149- Add Instapaper to CLI import [\#2524](https://github.com/wallabag/wallabag/pull/2524) ([lologhi](https://github.com/lologhi)) 205- Add Instapaper to CLI import [\#2524](https://github.com/wallabag/wallabag/pull/2524) ([lologhi](https://github.com/lologhi))
@@ -168,8 +224,6 @@
168## [2.1.2](https://github.com/wallabag/wallabag/tree/2.1.2) (2016-10-17) 224## [2.1.2](https://github.com/wallabag/wallabag/tree/2.1.2) (2016-10-17)
169[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.1...2.1.2) 225[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.1...2.1.2)
170 226
171
172
173- German: improve existing and add missing translation [\#2459](https://github.com/wallabag/wallabag/pull/2459) ([Strubbl](https://github.com/Strubbl)) 227- German: improve existing and add missing translation [\#2459](https://github.com/wallabag/wallabag/pull/2459) ([Strubbl](https://github.com/Strubbl))
174- add link to German documentation in about page [\#2457](https://github.com/wallabag/wallabag/pull/2457) ([Strubbl](https://github.com/Strubbl)) 228- add link to German documentation in about page [\#2457](https://github.com/wallabag/wallabag/pull/2457) ([Strubbl](https://github.com/Strubbl))
175- Bring make dev [\#2451](https://github.com/wallabag/wallabag/pull/2451) ([tcitworld](https://github.com/tcitworld)) 229- Bring make dev [\#2451](https://github.com/wallabag/wallabag/pull/2451) ([tcitworld](https://github.com/tcitworld))
@@ -179,7 +233,6 @@
179- Fixed hardcoded title for internal settings [\#2464](https://github.com/wallabag/wallabag/pull/2464) ([nicosomb](https://github.com/nicosomb)) 233- Fixed hardcoded title for internal settings [\#2464](https://github.com/wallabag/wallabag/pull/2464) ([nicosomb](https://github.com/nicosomb))
180- Fix tabs on material [\#2455](https://github.com/wallabag/wallabag/pull/2455) ([tcitworld](https://github.com/tcitworld)) 234- Fix tabs on material [\#2455](https://github.com/wallabag/wallabag/pull/2455) ([tcitworld](https://github.com/tcitworld))
181- Fix baggy display on small screens [\#2454](https://github.com/wallabag/wallabag/pull/2454) ([tcitworld](https://github.com/tcitworld)) 235- Fix baggy display on small screens [\#2454](https://github.com/wallabag/wallabag/pull/2454) ([tcitworld](https://github.com/tcitworld))
182- Prepare wallabag 2.1.2 :rocket: [\#2452](https://github.com/wallabag/wallabag/pull/2452) ([nicosomb](https://github.com/nicosomb))
183- View improvements [\#2450](https://github.com/wallabag/wallabag/pull/2450) ([nicosomb](https://github.com/nicosomb)) 236- View improvements [\#2450](https://github.com/wallabag/wallabag/pull/2450) ([nicosomb](https://github.com/nicosomb))
184- Fixed french and german doc homepages [\#2447](https://github.com/wallabag/wallabag/pull/2447) ([nicosomb](https://github.com/nicosomb)) 237- Fixed french and german doc homepages [\#2447](https://github.com/wallabag/wallabag/pull/2447) ([nicosomb](https://github.com/nicosomb))
185- Added information about tagging rules in documentation [\#2446](https://github.com/wallabag/wallabag/pull/2446) ([nicosomb](https://github.com/nicosomb)) 238- Added information about tagging rules in documentation [\#2446](https://github.com/wallabag/wallabag/pull/2446) ([nicosomb](https://github.com/nicosomb))
@@ -222,12 +275,9 @@
222## [2.1.1](https://github.com/wallabag/wallabag/tree/2.1.1) (2016-10-04) 275## [2.1.1](https://github.com/wallabag/wallabag/tree/2.1.1) (2016-10-04)
223[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.0...2.1.1) 276[Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.0...2.1.1)
224 277
225
226
227- Create config even if user is disabled [\#2359](https://github.com/wallabag/wallabag/pull/2359) ([j0k3r](https://github.com/j0k3r)) 278- Create config even if user is disabled [\#2359](https://github.com/wallabag/wallabag/pull/2359) ([j0k3r](https://github.com/j0k3r))
228- Add php-bcmath extension to requirements [\#2354](https://github.com/wallabag/wallabag/pull/2354) ([Zayon](https://github.com/Zayon)) 279- Add php-bcmath extension to requirements [\#2354](https://github.com/wallabag/wallabag/pull/2354) ([Zayon](https://github.com/Zayon))
229- Basically, fix everything [\#2353](https://github.com/wallabag/wallabag/pull/2353) ([tcitworld](https://github.com/tcitworld)) 280- Basically, fix everything [\#2353](https://github.com/wallabag/wallabag/pull/2353) ([tcitworld](https://github.com/tcitworld))
230- Prepare wallabag 2.1.1 [\#2349](https://github.com/wallabag/wallabag/pull/2349) ([nicosomb](https://github.com/nicosomb))
231- Update messages.pl.yml [\#2341](https://github.com/wallabag/wallabag/pull/2341) ([mruminski](https://github.com/mruminski)) 281- Update messages.pl.yml [\#2341](https://github.com/wallabag/wallabag/pull/2341) ([mruminski](https://github.com/mruminski))
232- small improvement for german translation [\#2340](https://github.com/wallabag/wallabag/pull/2340) ([Strubbl](https://github.com/Strubbl)) 282- small improvement for german translation [\#2340](https://github.com/wallabag/wallabag/pull/2340) ([Strubbl](https://github.com/Strubbl))
233- Fix for 2.1 installation [\#2338](https://github.com/wallabag/wallabag/pull/2338) ([j0k3r](https://github.com/j0k3r)) 283- Fix for 2.1 installation [\#2338](https://github.com/wallabag/wallabag/pull/2338) ([j0k3r](https://github.com/j0k3r))
@@ -235,20 +285,14 @@
235## [2.1.0](https://github.com/wallabag/wallabag/tree/2.1.0) (2016-10-03) 285## [2.1.0](https://github.com/wallabag/wallabag/tree/2.1.0) (2016-10-03)
236[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.8...2.1.0) 286[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.8...2.1.0)
237 287
238
239
240- Docker : install PHP 'gd' extension [\#2319](https://github.com/wallabag/wallabag/pull/2319) ([pmartin](https://github.com/pmartin)) 288- Docker : install PHP 'gd' extension [\#2319](https://github.com/wallabag/wallabag/pull/2319) ([pmartin](https://github.com/pmartin))
241- Fix issue \#2296: epub export with special chars in the title. [\#2297](https://github.com/wallabag/wallabag/pull/2297) ([egilli](https://github.com/egilli)) 289- Fix issue \#2296: epub export with special chars in the title. [\#2297](https://github.com/wallabag/wallabag/pull/2297) ([egilli](https://github.com/egilli))
242- Remove error message when creating ePub versions [\#2330](https://github.com/wallabag/wallabag/pull/2330) ([pmichelazzo](https://github.com/pmichelazzo)) 290- Remove error message when creating ePub versions [\#2330](https://github.com/wallabag/wallabag/pull/2330) ([pmichelazzo](https://github.com/pmichelazzo))
243- wallabag 2.1 [\#1999](https://github.com/wallabag/wallabag/pull/1999) ([nicosomb](https://github.com/nicosomb))
244 291
245## [2.0.8](https://github.com/wallabag/wallabag/tree/2.0.8) (2016-09-07) 292## [2.0.8](https://github.com/wallabag/wallabag/tree/2.0.8) (2016-09-07)
246[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.7...2.0.8) 293[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.7...2.0.8)
247 294
248
249
250- Allow failure for PHP 7.1 [\#2236](https://github.com/wallabag/wallabag/pull/2236) ([j0k3r](https://github.com/j0k3r)) 295- Allow failure for PHP 7.1 [\#2236](https://github.com/wallabag/wallabag/pull/2236) ([j0k3r](https://github.com/j0k3r))
251- Prepare wallabag 2.0.8 [\#2271](https://github.com/wallabag/wallabag/pull/2271) ([nicosomb](https://github.com/nicosomb))
252- Add a check for the database connection [\#2262](https://github.com/wallabag/wallabag/pull/2262) ([j0k3r](https://github.com/j0k3r)) 296- Add a check for the database connection [\#2262](https://github.com/wallabag/wallabag/pull/2262) ([j0k3r](https://github.com/j0k3r))
253- Fix issue \#1991: correction of the height field to add articles [\#2241](https://github.com/wallabag/wallabag/pull/2241) ([modos189](https://github.com/modos189)) 297- Fix issue \#1991: correction of the height field to add articles [\#2241](https://github.com/wallabag/wallabag/pull/2241) ([modos189](https://github.com/modos189))
254- V2 improve view [\#2238](https://github.com/wallabag/wallabag/pull/2238) ([modos189](https://github.com/modos189)) 298- V2 improve view [\#2238](https://github.com/wallabag/wallabag/pull/2238) ([modos189](https://github.com/modos189))
@@ -259,9 +303,6 @@
259## [2.0.7](https://github.com/wallabag/wallabag/tree/2.0.7) (2016-08-22) 303## [2.0.7](https://github.com/wallabag/wallabag/tree/2.0.7) (2016-08-22)
260[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.6...2.0.7) 304[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.6...2.0.7)
261 305
262
263
264- Prepare wallabag 2.0.7 [\#2226](https://github.com/wallabag/wallabag/pull/2226) ([nicosomb](https://github.com/nicosomb))
265- Avoid breaking import when fetching fail [\#2224](https://github.com/wallabag/wallabag/pull/2224) ([j0k3r](https://github.com/j0k3r)) 306- Avoid breaking import when fetching fail [\#2224](https://github.com/wallabag/wallabag/pull/2224) ([j0k3r](https://github.com/j0k3r))
266- Added creation date and reading time on article view [\#2222](https://github.com/wallabag/wallabag/pull/2222) ([nicosomb](https://github.com/nicosomb)) 307- Added creation date and reading time on article view [\#2222](https://github.com/wallabag/wallabag/pull/2222) ([nicosomb](https://github.com/nicosomb))
267- Replaced favorite word/icon with star one [\#2221](https://github.com/wallabag/wallabag/pull/2221) ([nicosomb](https://github.com/nicosomb)) 308- Replaced favorite word/icon with star one [\#2221](https://github.com/wallabag/wallabag/pull/2221) ([nicosomb](https://github.com/nicosomb))
@@ -273,10 +314,7 @@
273## [2.0.6](https://github.com/wallabag/wallabag/tree/2.0.6) (2016-08-10) 314## [2.0.6](https://github.com/wallabag/wallabag/tree/2.0.6) (2016-08-10)
274[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.5...2.0.6) 315[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.5...2.0.6)
275 316
276
277
278- Run PHP 7.1 on Travis [\#2048](https://github.com/wallabag/wallabag/pull/2048) ([j0k3r](https://github.com/j0k3r)) 317- Run PHP 7.1 on Travis [\#2048](https://github.com/wallabag/wallabag/pull/2048) ([j0k3r](https://github.com/j0k3r))
279- Prepare release 2.0.6 [\#2212](https://github.com/wallabag/wallabag/pull/2212) ([nicosomb](https://github.com/nicosomb))
280- Fixed typo in entry:notice:entry\_saved [\#2200](https://github.com/wallabag/wallabag/pull/2200) ([charno6](https://github.com/charno6)) 318- Fixed typo in entry:notice:entry\_saved [\#2200](https://github.com/wallabag/wallabag/pull/2200) ([charno6](https://github.com/charno6))
281- Handling socials links into a config file [\#2199](https://github.com/wallabag/wallabag/pull/2199) ([Simounet](https://github.com/Simounet)) 319- Handling socials links into a config file [\#2199](https://github.com/wallabag/wallabag/pull/2199) ([Simounet](https://github.com/Simounet))
282- FIX image inside a figure element max-width [\#2198](https://github.com/wallabag/wallabag/pull/2198) ([Simounet](https://github.com/Simounet)) 320- FIX image inside a figure element max-width [\#2198](https://github.com/wallabag/wallabag/pull/2198) ([Simounet](https://github.com/Simounet))
@@ -296,13 +334,10 @@
296## [2.0.5](https://github.com/wallabag/wallabag/tree/2.0.5) (2016-05-31) 334## [2.0.5](https://github.com/wallabag/wallabag/tree/2.0.5) (2016-05-31)
297[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.4...2.0.5) 335[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.4...2.0.5)
298 336
299
300
301- Improve English translation [\#2109](https://github.com/wallabag/wallabag/pull/2109) ([Poorchop](https://github.com/Poorchop)) 337- Improve English translation [\#2109](https://github.com/wallabag/wallabag/pull/2109) ([Poorchop](https://github.com/Poorchop))
302- Update api.rst [\#2044](https://github.com/wallabag/wallabag/pull/2044) ([joshp23](https://github.com/joshp23)) 338- Update api.rst [\#2044](https://github.com/wallabag/wallabag/pull/2044) ([joshp23](https://github.com/joshp23))
303- new details in the doc about the rights access again;\) [\#2038](https://github.com/wallabag/wallabag/pull/2038) ([foxmask](https://github.com/foxmask)) 339- new details in the doc about the rights access again;\) [\#2038](https://github.com/wallabag/wallabag/pull/2038) ([foxmask](https://github.com/foxmask))
304- Fix the deletion of Tags/Entries relation when delete an entry [\#2122](https://github.com/wallabag/wallabag/pull/2122) ([nicosomb](https://github.com/nicosomb)) 340- Fix the deletion of Tags/Entries relation when delete an entry [\#2122](https://github.com/wallabag/wallabag/pull/2122) ([nicosomb](https://github.com/nicosomb))
305- Prepare wallabag 2.0.5 [\#2118](https://github.com/wallabag/wallabag/pull/2118) ([nicosomb](https://github.com/nicosomb))
306- Docs proposal [\#2112](https://github.com/wallabag/wallabag/pull/2112) ([Poorchop](https://github.com/Poorchop)) 341- Docs proposal [\#2112](https://github.com/wallabag/wallabag/pull/2112) ([Poorchop](https://github.com/Poorchop))
307- add screenshots of android docu in English [\#2111](https://github.com/wallabag/wallabag/pull/2111) ([Strubbl](https://github.com/Strubbl)) 342- add screenshots of android docu in English [\#2111](https://github.com/wallabag/wallabag/pull/2111) ([Strubbl](https://github.com/Strubbl))
308- CS [\#2098](https://github.com/wallabag/wallabag/pull/2098) ([j0k3r](https://github.com/j0k3r)) 343- CS [\#2098](https://github.com/wallabag/wallabag/pull/2098) ([j0k3r](https://github.com/j0k3r))
@@ -319,9 +354,6 @@
319## [2.0.4](https://github.com/wallabag/wallabag/tree/2.0.4) (2016-05-07) 354## [2.0.4](https://github.com/wallabag/wallabag/tree/2.0.4) (2016-05-07)
320[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.3...2.0.4) 355[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.3...2.0.4)
321 356
322
323
324- Prepare wallabag 2.0.4 [\#2035](https://github.com/wallabag/wallabag/pull/2035) ([nicosomb](https://github.com/nicosomb))
325- Change Travis/Scrutinizer pictures in README [\#2029](https://github.com/wallabag/wallabag/pull/2029) ([nicosomb](https://github.com/nicosomb)) 357- Change Travis/Scrutinizer pictures in README [\#2029](https://github.com/wallabag/wallabag/pull/2029) ([nicosomb](https://github.com/nicosomb))
326- Docu for android app [\#2028](https://github.com/wallabag/wallabag/pull/2028) ([Strubbl](https://github.com/Strubbl)) 358- Docu for android app [\#2028](https://github.com/wallabag/wallabag/pull/2028) ([Strubbl](https://github.com/Strubbl))
327- Update messages.it.yml [\#2024](https://github.com/wallabag/wallabag/pull/2024) ([jamiroconca](https://github.com/jamiroconca)) 359- Update messages.it.yml [\#2024](https://github.com/wallabag/wallabag/pull/2024) ([jamiroconca](https://github.com/jamiroconca))
@@ -349,20 +381,14 @@
349## [2.0.3](https://github.com/wallabag/wallabag/tree/2.0.3) (2016-04-22) 381## [2.0.3](https://github.com/wallabag/wallabag/tree/2.0.3) (2016-04-22)
350[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.2...2.0.3) 382[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.2...2.0.3)
351 383
352
353
354- Prepare release 2.0.3 [\#1965](https://github.com/wallabag/wallabag/pull/1965) ([nicosomb](https://github.com/nicosomb))
355- Update API documentation with cURL examples [\#1962](https://github.com/wallabag/wallabag/pull/1962) ([nicosomb](https://github.com/nicosomb)) 384- Update API documentation with cURL examples [\#1962](https://github.com/wallabag/wallabag/pull/1962) ([nicosomb](https://github.com/nicosomb))
356 385
357## [2.0.2](https://github.com/wallabag/wallabag/tree/2.0.2) (2016-04-21) 386## [2.0.2](https://github.com/wallabag/wallabag/tree/2.0.2) (2016-04-21)
358[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.2...2.0.2) 387[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.2...2.0.2)
359 388
360
361
362- Fix translation for Go to your account button after subscription [\#1957](https://github.com/wallabag/wallabag/pull/1957) ([nicosomb](https://github.com/nicosomb)) 389- Fix translation for Go to your account button after subscription [\#1957](https://github.com/wallabag/wallabag/pull/1957) ([nicosomb](https://github.com/nicosomb))
363- Update links in documentation [\#1954](https://github.com/wallabag/wallabag/pull/1954) ([nicosomb](https://github.com/nicosomb)) 390- Update links in documentation [\#1954](https://github.com/wallabag/wallabag/pull/1954) ([nicosomb](https://github.com/nicosomb))
364- Actualisation des liens morts \(Documentation de traduction\) [\#1953](https://github.com/wallabag/wallabag/pull/1953) ([maxi62330](https://github.com/maxi62330)) 391- Actualisation des liens morts \(Documentation de traduction\) [\#1953](https://github.com/wallabag/wallabag/pull/1953) ([maxi62330](https://github.com/maxi62330))
365- Prepare release 2.0.2 [\#1948](https://github.com/wallabag/wallabag/pull/1948) ([nicosomb](https://github.com/nicosomb))
366- Added some curl examples [\#1945](https://github.com/wallabag/wallabag/pull/1945) ([ddeimeke](https://github.com/ddeimeke)) 392- Added some curl examples [\#1945](https://github.com/wallabag/wallabag/pull/1945) ([ddeimeke](https://github.com/ddeimeke))
367- Update Travis configuration with branches renaming [\#1944](https://github.com/wallabag/wallabag/pull/1944) ([nicosomb](https://github.com/nicosomb)) 393- Update Travis configuration with branches renaming [\#1944](https://github.com/wallabag/wallabag/pull/1944) ([nicosomb](https://github.com/nicosomb))
368- Optimize import [\#1942](https://github.com/wallabag/wallabag/pull/1942) ([nicosomb](https://github.com/nicosomb)) 394- Optimize import [\#1942](https://github.com/wallabag/wallabag/pull/1942) ([nicosomb](https://github.com/nicosomb))
@@ -370,10 +396,6 @@
370## [1.9.2](https://github.com/wallabag/wallabag/tree/1.9.2) (2016-04-18) 396## [1.9.2](https://github.com/wallabag/wallabag/tree/1.9.2) (2016-04-18)
371[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.1...1.9.2) 397[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.1...1.9.2)
372 398
373
374
375- \[Do Not Merge\] Wallabag 1.9.2 [\#1814](https://github.com/wallabag/wallabag/pull/1814) ([tcitworld](https://github.com/tcitworld))
376
377## [2.0.1](https://github.com/wallabag/wallabag/tree/2.0.1) (2016-04-11) 399## [2.0.1](https://github.com/wallabag/wallabag/tree/2.0.1) (2016-04-11)
378[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0...2.0.1) 400[Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0...2.0.1)
379 401
@@ -395,26 +417,12 @@
395## [2.0.0-alpha.0](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.0) (2015-09-14) 417## [2.0.0-alpha.0](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.0) (2015-09-14)
396[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1-b...2.0.0-alpha.0) 418[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1-b...2.0.0-alpha.0)
397 419
398
399
400- Update CONTRIBUTING.md [\#1415](https://github.com/wallabag/wallabag/pull/1415) ([sridharrajs](https://github.com/sridharrajs))
401
402## [1.9.1-b](https://github.com/wallabag/wallabag/tree/1.9.1-b) (2015-08-04) 420## [1.9.1-b](https://github.com/wallabag/wallabag/tree/1.9.1-b) (2015-08-04)
403[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1...1.9.1-b) 421[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1...1.9.1-b)
404 422
405
406
407- 1.9.1-b [\#1274](https://github.com/wallabag/wallabag/pull/1274) ([nicosomb](https://github.com/nicosomb))
408
409## [1.9.1](https://github.com/wallabag/wallabag/tree/1.9.1) (2015-08-03) 423## [1.9.1](https://github.com/wallabag/wallabag/tree/1.9.1) (2015-08-03)
410[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta3...1.9.1) 424[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta3...1.9.1)
411 425
412
413
414- Revert "fix link to save your first article" [\#1248](https://github.com/wallabag/wallabag/pull/1248) ([tcitworld](https://github.com/tcitworld))
415- fix link to save your first article [\#1247](https://github.com/wallabag/wallabag/pull/1247) ([axelsimon](https://github.com/axelsimon))
416- 1.9.1 [\#1267](https://github.com/wallabag/wallabag/pull/1267) ([nicosomb](https://github.com/nicosomb))
417
418## [1.9.1beta3](https://github.com/wallabag/wallabag/tree/1.9.1beta3) (2015-06-06) 426## [1.9.1beta3](https://github.com/wallabag/wallabag/tree/1.9.1beta3) (2015-06-06)
419[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta2...1.9.1beta3) 427[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta2...1.9.1beta3)
420 428
@@ -433,10 +441,6 @@
433## [1.9](https://github.com/wallabag/wallabag/tree/1.9) (2015-02-18) 441## [1.9](https://github.com/wallabag/wallabag/tree/1.9) (2015-02-18)
434[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9RC1...1.9) 442[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9RC1...1.9)
435 443
436
437
438- Version 1.9.0 [\#1081](https://github.com/wallabag/wallabag/pull/1081) ([tcitworld](https://github.com/tcitworld))
439
440## [1.9RC1](https://github.com/wallabag/wallabag/tree/1.9RC1) (2015-02-16) 444## [1.9RC1](https://github.com/wallabag/wallabag/tree/1.9RC1) (2015-02-16)
441[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9beta2...1.9RC1) 445[Full Changelog](https://github.com/wallabag/wallabag/compare/1.9beta2...1.9RC1)
442 446
@@ -446,14 +450,6 @@
446## [1.9beta](https://github.com/wallabag/wallabag/tree/1.9beta) (2015-02-14) 450## [1.9beta](https://github.com/wallabag/wallabag/tree/1.9beta) (2015-02-14)
447[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1old...1.9beta) 451[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1old...1.9beta)
448 452
449
450
451- Revert "Update german localisation." [\#1030](https://github.com/wallabag/wallabag/pull/1030) ([tcitworld](https://github.com/tcitworld))
452- Update german localisation. [\#1028](https://github.com/wallabag/wallabag/pull/1028) ([jlnostr](https://github.com/jlnostr))
453- Fixed \#993: add wallabag to packagist [\#1004](https://github.com/wallabag/wallabag/pull/1004) ([nicosomb](https://github.com/nicosomb))
454- Update fr\_FR.utf8.po [\#986](https://github.com/wallabag/wallabag/pull/986) ([goofy-bz](https://github.com/goofy-bz))
455- Make call to FTRSS silent to avoid warnings which can break import [\#974](https://github.com/wallabag/wallabag/pull/974) ([jbfavre](https://github.com/jbfavre))
456
457## [1.8.1old](https://github.com/wallabag/wallabag/tree/1.8.1old) (2014-11-16) 453## [1.8.1old](https://github.com/wallabag/wallabag/tree/1.8.1old) (2014-11-16)
458[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1bis...1.8.1old) 454[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1bis...1.8.1old)
459 455
@@ -463,123 +459,57 @@
463## [1.8.1b](https://github.com/wallabag/wallabag/tree/1.8.1b) (2014-11-16) 459## [1.8.1b](https://github.com/wallabag/wallabag/tree/1.8.1b) (2014-11-16)
464[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1...1.8.1b) 460[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1...1.8.1b)
465 461
466
467
468- 1.8.1b [\#933](https://github.com/wallabag/wallabag/pull/933) ([tcitworld](https://github.com/tcitworld))
469
470## [1.8.1](https://github.com/wallabag/wallabag/tree/1.8.1) (2014-11-15) 462## [1.8.1](https://github.com/wallabag/wallabag/tree/1.8.1) (2014-11-15)
471[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.0...1.8.1) 463[Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.0...1.8.1)
472 464
473
474
475- 1.8.1 [\#932](https://github.com/wallabag/wallabag/pull/932) ([nicosomb](https://github.com/nicosomb))
476
477## [1.8.0](https://github.com/wallabag/wallabag/tree/1.8.0) (2014-10-10) 465## [1.8.0](https://github.com/wallabag/wallabag/tree/1.8.0) (2014-10-10)
478[Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.2...1.8.0) 466[Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.2...1.8.0)
479 467
480
481
482- 1.8.0 [\#863](https://github.com/wallabag/wallabag/pull/863) ([nicosomb](https://github.com/nicosomb))
483
484## [1.7.2](https://github.com/wallabag/wallabag/tree/1.7.2) (2014-07-24) 468## [1.7.2](https://github.com/wallabag/wallabag/tree/1.7.2) (2014-07-24)
485[Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.1...1.7.2) 469[Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.1...1.7.2)
486 470
487
488
489- security fix [\#791](https://github.com/wallabag/wallabag/pull/791) ([mariroz](https://github.com/mariroz))
490
491## [1.7.1](https://github.com/wallabag/wallabag/tree/1.7.1) (2014-07-15) 471## [1.7.1](https://github.com/wallabag/wallabag/tree/1.7.1) (2014-07-15)
492[Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.0...1.7.1) 472[Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.0...1.7.1)
493 473
494
495
496- 1.7.1 [\#761](https://github.com/wallabag/wallabag/pull/761) ([nicosomb](https://github.com/nicosomb))
497
498## [1.7.0](https://github.com/wallabag/wallabag/tree/1.7.0) (2014-05-29) 474## [1.7.0](https://github.com/wallabag/wallabag/tree/1.7.0) (2014-05-29)
499[Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1b...1.7.0) 475[Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1b...1.7.0)
500 476
501
502
503- 1.7, call me "Premium version" [\#712](https://github.com/wallabag/wallabag/pull/712) ([nicosomb](https://github.com/nicosomb))
504
505## [1.6.1b](https://github.com/wallabag/wallabag/tree/1.6.1b) (2014-04-11) 477## [1.6.1b](https://github.com/wallabag/wallabag/tree/1.6.1b) (2014-04-11)
506[Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1...1.6.1b) 478[Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1...1.6.1b)
507 479
508
509
510- 1.6.1 [\#634](https://github.com/wallabag/wallabag/pull/634) ([nicosomb](https://github.com/nicosomb))
511
512## [1.6.1](https://github.com/wallabag/wallabag/tree/1.6.1) (2014-04-03) 480## [1.6.1](https://github.com/wallabag/wallabag/tree/1.6.1) (2014-04-03)
513[Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.0...1.6.1) 481[Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.0...1.6.1)
514 482
515## [1.6.0](https://github.com/wallabag/wallabag/tree/1.6.0) (2014-04-03) 483## [1.6.0](https://github.com/wallabag/wallabag/tree/1.6.0) (2014-04-03)
516[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.2...1.6.0) 484[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.2...1.6.0)
517 485
518
519
520- wallabag 1.6.0 [\#595](https://github.com/wallabag/wallabag/pull/595) ([nicosomb](https://github.com/nicosomb))
521
522## [1.5.2](https://github.com/wallabag/wallabag/tree/1.5.2) (2014-02-21) 486## [1.5.2](https://github.com/wallabag/wallabag/tree/1.5.2) (2014-02-21)
523[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1.1...1.5.2) 487[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1.1...1.5.2)
524 488
525
526
527- 1.5.2 [\#481](https://github.com/wallabag/wallabag/pull/481) ([nicosomb](https://github.com/nicosomb))
528- version number 1.5.1 [\#469](https://github.com/wallabag/wallabag/pull/469) ([nicosomb](https://github.com/nicosomb))
529
530## [1.5.1.1](https://github.com/wallabag/wallabag/tree/1.5.1.1) (2014-02-19) 489## [1.5.1.1](https://github.com/wallabag/wallabag/tree/1.5.1.1) (2014-02-19)
531[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1...1.5.1.1) 490[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1...1.5.1.1)
532 491
533## [1.5.1](https://github.com/wallabag/wallabag/tree/1.5.1) (2014-02-19) 492## [1.5.1](https://github.com/wallabag/wallabag/tree/1.5.1) (2014-02-19)
534[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.0...1.5.1) 493[Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.0...1.5.1)
535 494
536
537
538- 1.5.1 [\#468](https://github.com/wallabag/wallabag/pull/468) ([nicosomb](https://github.com/nicosomb))
539
540## [1.5.0](https://github.com/wallabag/wallabag/tree/1.5.0) (2014-02-13) 495## [1.5.0](https://github.com/wallabag/wallabag/tree/1.5.0) (2014-02-13)
541[Full Changelog](https://github.com/wallabag/wallabag/compare/1.4.0...1.5.0) 496[Full Changelog](https://github.com/wallabag/wallabag/compare/1.4.0...1.5.0)
542 497
543
544
545- 1.5.0 [\#450](https://github.com/wallabag/wallabag/pull/450) ([nicosomb](https://github.com/nicosomb))
546
547## [1.4.0](https://github.com/wallabag/wallabag/tree/1.4.0) (2014-02-03) 498## [1.4.0](https://github.com/wallabag/wallabag/tree/1.4.0) (2014-02-03)
548[Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.1...1.4.0) 499[Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.1...1.4.0)
549 500
550
551
552- changelog 1.4 [\#427](https://github.com/wallabag/wallabag/pull/427) ([nicosomb](https://github.com/nicosomb))
553
554## [1.3.1](https://github.com/wallabag/wallabag/tree/1.3.1) (2014-01-07) 501## [1.3.1](https://github.com/wallabag/wallabag/tree/1.3.1) (2014-01-07)
555[Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.0...1.3.1) 502[Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.0...1.3.1)
556 503
557
558
559- poche 1.3.1 [\#387](https://github.com/wallabag/wallabag/pull/387) ([nicosomb](https://github.com/nicosomb))
560
561## [1.3.0](https://github.com/wallabag/wallabag/tree/1.3.0) (2013-12-23) 504## [1.3.0](https://github.com/wallabag/wallabag/tree/1.3.0) (2013-12-23)
562[Full Changelog](https://github.com/wallabag/wallabag/compare/1.2.0...1.3.0) 505[Full Changelog](https://github.com/wallabag/wallabag/compare/1.2.0...1.3.0)
563 506
564
565
566- poche 1.3.0 [\#363](https://github.com/wallabag/wallabag/pull/363) ([nicosomb](https://github.com/nicosomb))
567- 1.2.0 [\#326](https://github.com/wallabag/wallabag/pull/326) ([nicosomb](https://github.com/nicosomb))
568
569## [1.2.0](https://github.com/wallabag/wallabag/tree/1.2.0) (2013-11-25) 507## [1.2.0](https://github.com/wallabag/wallabag/tree/1.2.0) (2013-11-25)
570[Full Changelog](https://github.com/wallabag/wallabag/compare/1.1.0...1.2.0) 508[Full Changelog](https://github.com/wallabag/wallabag/compare/1.1.0...1.2.0)
571 509
572
573
574- 1.1.0 [\#289](https://github.com/wallabag/wallabag/pull/289) ([nicosomb](https://github.com/nicosomb))
575
576## [1.1.0](https://github.com/wallabag/wallabag/tree/1.1.0) (2013-10-25) 510## [1.1.0](https://github.com/wallabag/wallabag/tree/1.1.0) (2013-10-25)
577[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0.0...1.1.0) 511[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0.0...1.1.0)
578 512
579
580
581- merge 1.0.0 [\#256](https://github.com/wallabag/wallabag/pull/256) ([nicosomb](https://github.com/nicosomb))
582
583## [1.0.0](https://github.com/wallabag/wallabag/tree/1.0.0) (2013-10-03) 513## [1.0.0](https://github.com/wallabag/wallabag/tree/1.0.0) (2013-10-03)
584[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5.2...1.0.0) 514[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5.2...1.0.0)
585 515
@@ -592,46 +522,24 @@
592## [1.0-beta5](https://github.com/wallabag/wallabag/tree/1.0-beta5) (2013-09-20) 522## [1.0-beta5](https://github.com/wallabag/wallabag/tree/1.0-beta5) (2013-09-20)
593[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta4...1.0-beta5) 523[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta4...1.0-beta5)
594 524
595
596
597- beta5 [\#226](https://github.com/wallabag/wallabag/pull/226) ([nicosomb](https://github.com/nicosomb))
598- beta4 [\#181](https://github.com/wallabag/wallabag/pull/181) ([nicosomb](https://github.com/nicosomb))
599
600## [1.0-beta4](https://github.com/wallabag/wallabag/tree/1.0-beta4) (2013-08-25) 525## [1.0-beta4](https://github.com/wallabag/wallabag/tree/1.0-beta4) (2013-08-25)
601[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta3...1.0-beta4) 526[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta3...1.0-beta4)
602 527
603## [1.0-beta3](https://github.com/wallabag/wallabag/tree/1.0-beta3) (2013-08-17) 528## [1.0-beta3](https://github.com/wallabag/wallabag/tree/1.0-beta3) (2013-08-17)
604[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta2...1.0-beta3) 529[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta2...1.0-beta3)
605 530
606
607
608- beta3 [\#141](https://github.com/wallabag/wallabag/pull/141) ([nicosomb](https://github.com/nicosomb))
609- merge with beta2 [\#132](https://github.com/wallabag/wallabag/pull/132) ([nicosomb](https://github.com/nicosomb))
610
611## [1.0-beta2](https://github.com/wallabag/wallabag/tree/1.0-beta2) (2013-08-11) 531## [1.0-beta2](https://github.com/wallabag/wallabag/tree/1.0-beta2) (2013-08-11)
612[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta1...1.0-beta2) 532[Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta1...1.0-beta2)
613 533
614
615
616- merge dev into master [\#109](https://github.com/wallabag/wallabag/pull/109) ([nicosomb](https://github.com/nicosomb))
617
618## [1.0-beta1](https://github.com/wallabag/wallabag/tree/1.0-beta1) (2013-08-07) 534## [1.0-beta1](https://github.com/wallabag/wallabag/tree/1.0-beta1) (2013-08-07)
619[Full Changelog](https://github.com/wallabag/wallabag/compare/0.3...1.0-beta1) 535[Full Changelog](https://github.com/wallabag/wallabag/compare/0.3...1.0-beta1)
620 536
621## [0.3](https://github.com/wallabag/wallabag/tree/0.3) (2013-07-31) 537## [0.3](https://github.com/wallabag/wallabag/tree/0.3) (2013-07-31)
622[Full Changelog](https://github.com/wallabag/wallabag/compare/0.2.1...0.3) 538[Full Changelog](https://github.com/wallabag/wallabag/compare/0.2.1...0.3)
623 539
624
625
626- v0.2.1 [\#74](https://github.com/wallabag/wallabag/pull/74) ([nicosomb](https://github.com/nicosomb))
627
628## [0.2.1](https://github.com/wallabag/wallabag/tree/0.2.1) (2013-04-23) 540## [0.2.1](https://github.com/wallabag/wallabag/tree/0.2.1) (2013-04-23)
629[Full Changelog](https://github.com/wallabag/wallabag/compare/0.2...0.2.1) 541[Full Changelog](https://github.com/wallabag/wallabag/compare/0.2...0.2.1)
630 542
631
632
633- tag 0.2 [\#67](https://github.com/wallabag/wallabag/pull/67) ([nicosomb](https://github.com/nicosomb))
634
635## [0.2](https://github.com/wallabag/wallabag/tree/0.2) (2013-04-21) 543## [0.2](https://github.com/wallabag/wallabag/tree/0.2) (2013-04-21)
636[Full Changelog](https://github.com/wallabag/wallabag/compare/0.11...0.2) 544[Full Changelog](https://github.com/wallabag/wallabag/compare/0.11...0.2)
637 545
@@ -639,12 +547,3 @@
639[Full Changelog](https://github.com/wallabag/wallabag/compare/0.1...0.11) 547[Full Changelog](https://github.com/wallabag/wallabag/compare/0.1...0.11)
640 548
641## [0.1](https://github.com/wallabag/wallabag/tree/0.1) (2013-04-19) 549## [0.1](https://github.com/wallabag/wallabag/tree/0.1) (2013-04-19)
642
643
644- Ajout conf nginx pour la protection de la bdd [\#50](https://github.com/wallabag/wallabag/pull/50) ([Gregoire-M](https://github.com/Gregoire-M))
645- Modifications css [\#19](https://github.com/wallabag/wallabag/pull/19) ([tmos](https://github.com/tmos))
646- Some fixes and improvements [\#5](https://github.com/wallabag/wallabag/pull/5) ([fatihorhan](https://github.com/fatihorhan))
647
648
649
650\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*