]> git.immae.eu Git - github/wallabag/wallabag.git/blob - CHANGELOG.md
Updated changelog for wallabag 2.4.0
[github/wallabag/wallabag.git] / CHANGELOG.md
1 # Changelog
2
3 ## [2.4.0](https://github.com/wallabag/wallabag/tree/2.4.0)
4 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.8...2.4.0)
5
6 ### Features
7
8 - Allow to rename tags from the web interface [#3574](https://github.com/wallabag/wallabag/pull/3574)
9 - Added possibility to change locale from login/register pages [#3216](https://github.com/wallabag/wallabag/pull/3216)
10 - Add ability to import/export tagging rules [#4028](https://github.com/wallabag/wallabag/pull/4028)
11 - Add quickstart into the menu [#3992](https://github.com/wallabag/wallabag/pull/3992)
12 - Enable OTP 2FA via third apps (Google Authenticator, Authy or FreeOTP) [#3798](https://github.com/wallabag/wallabag/pull/3798)
13 - Show untagged entries count on tag list [#3993](https://github.com/wallabag/wallabag/pull/3993)
14 - Add random feature [#3526](https://github.com/wallabag/wallabag/pull/3526)
15 - Added ability to revoke feed token [#3994](https://github.com/wallabag/wallabag/pull/3994)
16 - Display login in config / user [#3995](https://github.com/wallabag/wallabag/pull/3995)
17 - Move Ignore Origin rules to database [#4026](https://github.com/wallabag/wallabag/pull/4026)
18 - Add ability to manually define the reading speed [#4053](https://github.com/wallabag/wallabag/pull/4053)
19 - Added MathJax support [#4128](https://github.com/wallabag/wallabag/pull/4128)
20 - Improved tags list [#4136](https://github.com/wallabag/wallabag/pull/4136)
21 - Add untagged list link to filter menu [#4150](https://github.com/wallabag/wallabag/pull/4150)
22 - Allow custom styles system wide [#4151](https://github.com/wallabag/wallabag/pull/4151)
23 - Added elCurator import [#4175](https://github.com/wallabag/wallabag/pull/4175)
24 - Added language support for Simplified Chinese(简体中文)[#4281](https://github.com/wallabag/wallabag/pull/4281)
25 - add Japanese translation [#4274](https://github.com/wallabag/wallabag/pull/4274)
26 - Added publication date on epub export [#4315](https://github.com/wallabag/wallabag/pull/4315)
27 - Enhanced article display [#4317](https://github.com/wallabag/wallabag/pull/4317)
28 - Added mass actions for Material design in list view [#4326](https://github.com/wallabag/wallabag/pull/4326)
29 - Added a button to disable 2FA when enabled [#4329](https://github.com/wallabag/wallabag/pull/4329)
30 - Enhanced navigation menu in material theme [#4343](https://github.com/wallabag/wallabag/pull/4343)
31
32 ### API
33
34 - Added a basic search endpoint [#3627](https://github.com/wallabag/wallabag/pull/3627)
35 - Entries: added add parameter detail to exclude or include content in response [#3960](https://github.com/wallabag/wallabag/pull/3960)
36 - Add a new endpoint to retrieve information from the wallabag instance [#3845](https://github.com/wallabag/wallabag/pull/3845)
37 - Copy client info to clipboard [#4058](https://github.com/wallabag/wallabag/pull/4058)
38 - API return an error with empty quote [#4161](https://github.com/wallabag/wallabag/pull/4161)
39 - Fixed bug when we delete entry via API [#4316](https://github.com/wallabag/wallabag/pull/4316)
40 - Add ability to define lifetime token for the API [#4319](https://github.com/wallabag/wallabag/pull/4319)
41
42 ### Technical stuff
43
44 - Added support for secured emails via SMTP [#3596](https://github.com/wallabag/wallabag/pull/3596)
45 - Add `given_url` in Entry table to check if a redirected url has already added [#3271](https://github.com/wallabag/wallabag/pull/3271)
46 - Storage of hash of URL to check if pages already saved [#3158](https://github.com/wallabag/wallabag/pull/3158)
47 - Changed RSS to Atom feed and improve paging [#3223](https://github.com/wallabag/wallabag/pull/3223)
48 - MySQL: change collation of tag label [#3959](https://github.com/wallabag/wallabag/pull/3959)
49 - Use httplug and graby 2.0 [#3390](https://github.com/wallabag/wallabag/pull/3390)
50 - Use Imagick to keep GIF animation [#3955](https://github.com/wallabag/wallabag/pull/3955)
51 - Jump to Symfony 3.4 [#3731](https://github.com/wallabag/wallabag/pull/3731)
52 - Added archived_at property and updateArchived method [#3630](https://github.com/wallabag/wallabag/pull/3630)
53 - Removed hardcoded database version [#3864](https://github.com/wallabag/wallabag/pull/3864)
54 - Dropping PHP < 7.1 [#3758](https://github.com/wallabag/wallabag/pull/3758)
55 - Force default_protocol to generate an url input [#3879](https://github.com/wallabag/wallabag/pull/3879)
56 - Cascade delete on oauth2 table when deleting a user [#3956](https://github.com/wallabag/wallabag/pull/3956)
57 - Preview picture: use the 1st pic retrieved if no og:image set [#3965](https://github.com/wallabag/wallabag/pull/3965)
58 - Force PHP version in Dockerfile [#3977](https://github.com/wallabag/wallabag/pull/3977)
59 - Add Sentry support [#3990](https://github.com/wallabag/wallabag/pull/3990)
60 - Fix slow/unindexed queries [#4081](https://github.com/wallabag/wallabag/pull/4081)
61 - Rename internal settings table [#4084](https://github.com/wallabag/wallabag/pull/4084)
62 - Add environment variables to control scripts/dev.sh behavior [#4152](https://github.com/wallabag/wallabag/pull/4152)
63 - Increase php memory limit PHP Docker [#4163](https://github.com/wallabag/wallabag/pull/4163)
64 - Ensure ENV is well defined when using make [#4249](https://github.com/wallabag/wallabag/pull/4249)
65
66 ### Fixes
67
68 - Fixed Instapaper import date order [#3980](https://github.com/wallabag/wallabag/pull/3980)
69 - Add missing entries in craue_config_setting. [#3868](https://github.com/wallabag/wallabag/pull/3868)
70 - Fix `reading_time` being NULL on SQLite [#4020](https://github.com/wallabag/wallabag/pull/4020)
71 - Fix createdAt filter on material [#4299](https://github.com/wallabag/wallabag/pull/4299)
72 - Fix duplicated icons on "Search engine" and "new link" forms [#4149](https://github.com/wallabag/wallabag/pull/4149)
73 - Fix entries export from search view [#4278](https://github.com/wallabag/wallabag/pull/4278)
74 - Fixed URL to share entry via twitter [#4250](https://github.com/wallabag/wallabag/pull/4250)
75 - Sidebar sub entries not conditioned by hover anymore [#4254](https://github.com/wallabag/wallabag/pull/4254)
76 - Fix print of long pages [#4263](https://github.com/wallabag/wallabag/pull/4263)
77 - Fixed duplicated tags when renaming them [#4310](https://github.com/wallabag/wallabag/pull/4310)
78 - Added authentication during import command for paywalled websites [#4325](https://github.com/wallabag/wallabag/pull/4325)
79 - Added more coherence with color links for material theme [#4346](https://github.com/wallabag/wallabag/pull/4346)
80 - Changed visibility for article stats [#4347](https://github.com/wallabag/wallabag/pull/4347)
81
82 ## [2.3.8](https://github.com/wallabag/wallabag/tree/2.3.8)
83 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.7...2.3.8)
84
85 ### Fixes
86
87 - Jump to 2.3.8-dev [#3897](https://github.com/wallabag/wallabag/pull/3897)
88 - material: fix left padding on non-entry pages [#3901](https://github.com/wallabag/wallabag/pull/3901)
89 - Make dev/install/update script posix compatible [#3860](https://github.com/wallabag/wallabag/pull/3860)
90 - epub: fix exception when articles have the same title [#3908](https://github.com/wallabag/wallabag/pull/3908)
91 - Fix PHP warning [#3909](https://github.com/wallabag/wallabag/pull/3909)
92 - Add ability to match many domains for credentials [#3937](https://github.com/wallabag/wallabag/pull/3937)
93 - material: add metadata to list view [#3942](https://github.com/wallabag/wallabag/pull/3942)
94 - Enable no-referrer on img tags, enable strict-origin-when-cross-origin by default [#3943](https://github.com/wallabag/wallabag/pull/3943)
95 - Remove preview picture from share view page#3922
96 - Fix Intl Locale issue [#3964](https://github.com/wallabag/wallabag/pull/3964)
97
98 ## [2.3.7](https://github.com/wallabag/wallabag/tree/2.3.7)
99 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.6...2.3.7)
100
101 ### Fixes
102
103 - Jump to 2.3.7-dev [#3837](https://github.com/wallabag/wallabag/pull/3837)
104 - Fix bad order parameter in the API [#3841](https://github.com/wallabag/wallabag/pull/3841)
105 - Update composer.json to add php-tidy (ext-tidy) [#3853](https://github.com/wallabag/wallabag/pull/3853)
106 - Add dedicated email for site config issue [#3861](https://github.com/wallabag/wallabag/pull/3861)
107 - Fix read & starred status in Pocket import [#3819](https://github.com/wallabag/wallabag/pull/3819)
108 - Fix broken 2 factor auth logo image [#3869](https://github.com/wallabag/wallabag/pull/3869)
109 - Fix CORS for API [#3882](https://github.com/wallabag/wallabag/pull/3882)
110 - Add support of expect parameter to change return object when deleting entry [#3887](https://github.com/wallabag/wallabag/pull/3887)
111 - epub export: fix missing cover image, only for exports of one article [#3886](https://github.com/wallabag/wallabag/pull/3886)
112 - Allow optional --ignore-root-warning [#3885](https://github.com/wallabag/wallabag/pull/3885)
113 - material: fix left padding of content on medium screens [#3893](https://github.com/wallabag/wallabag/pull/3893)
114 - material: hide creation date from card actions on specific sizes [#3894](https://github.com/wallabag/wallabag/pull/3894)
115
116 ## [2.3.6](https://github.com/wallabag/wallabag/tree/2.3.6)
117 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.5...2.3.6)
118
119 ### Fixes
120
121 - Jump to 2.3.6-dev and update release process [#3814](https://github.com/wallabag/wallabag/pull/3814)
122 - Fix tag API leak [#3823](https://github.com/wallabag/wallabag/pull/3823)
123 - Validate imported entry to avoid error on import [#3816](https://github.com/wallabag/wallabag/pull/3816)
124 - Fix incorrect reading time calculation for entries with CJK characters [#3820](https://github.com/wallabag/wallabag/pull/3820)
125 - EntriesExport/epub: replace epub identifier with unique urn [#3827](https://github.com/wallabag/wallabag/pull/3827)
126 - Fix settings field inverted [#3833](https://github.com/wallabag/wallabag/pull/3833)
127 - Cast client id to avoid PG error [#3831](https://github.com/wallabag/wallabag/pull/3831)
128 - Rework of EPUB/PDF exports [#3826](https://github.com/wallabag/wallabag/pull/3826)
129
130 ## [2.3.5](https://github.com/wallabag/wallabag/tree/2.3.5)
131 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.4...2.3.5)
132
133 ### Fixes
134
135 - Jump to 2.3.5-dev and update release process [#3778](https://github.com/wallabag/wallabag/pull/3778)
136 - Remove preview picture from single entry view page [#3765](https://github.com/wallabag/wallabag/pull/3765)
137 - Fix Android app login issue [#3784](https://github.com/wallabag/wallabag/pull/3784)
138 - material: fix missing thumbnail on list view [#3782](https://github.com/wallabag/wallabag/pull/3782)
139 - material: decrease size of tags on list view [#3783](https://github.com/wallabag/wallabag/pull/3783)
140 - build: upgrade yarn dependencies, update prod assets [#3781](https://github.com/wallabag/wallabag/pull/3781)
141 - No more dev for guzzle-site-authenticator [#3810](https://github.com/wallabag/wallabag/pull/3810)
142
143 ## [2.3.4](https://github.com/wallabag/wallabag/tree/2.3.4)
144 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.3...2.3.4)
145
146 ### Fixes
147
148 - Fix image downloading on null image path [#3684](https://github.com/wallabag/wallabag/pull/3684)
149 - Remove remaining deprecation notices [#3686](https://github.com/wallabag/wallabag/pull/3686)
150 - Fix mobile viewport on big iframe and video elements [#3683](https://github.com/wallabag/wallabag/pull/3683)
151 - Autofocus the username field on the login page [#3691](https://github.com/wallabag/wallabag/pull/3691)
152 - Feature/svg logo [#3692](https://github.com/wallabag/wallabag/pull/3692)
153 - Fixes a typo [#3702](https://github.com/wallabag/wallabag/pull/3702)
154 - Update release script [#3705](https://github.com/wallabag/wallabag/pull/3705)
155 - Removing failing test from Travis [#3707](https://github.com/wallabag/wallabag/pull/3707)
156 - Replace SO url by lemonde.fr to avoid random failing test [#3685](https://github.com/wallabag/wallabag/pull/3685)
157 - php-cs-fixer: native_function_invocation [#3716](https://github.com/wallabag/wallabag/pull/3716)
158 - PHP 7.2 shouldn't fail [#3717](https://github.com/wallabag/wallabag/pull/3717)
159 - Liberation goes https [#3726](https://github.com/wallabag/wallabag/pull/3726)
160 - Bugfix: Sanitize the title of a saved webpage from invalid UTF-8 characters. [#3725](https://github.com/wallabag/wallabag/pull/3725)
161 - Fix dockerfile php72 [#3734](https://github.com/wallabag/wallabag/pull/3734)
162 - Fix sort parameters [#3719](https://github.com/wallabag/wallabag/pull/3719)
163 - Add note on GitHub PR template to auto-close issues [#3763](https://github.com/wallabag/wallabag/pull/3763)
164 - Fix link to wallabag requirements in documentation [#3766](https://github.com/wallabag/wallabag/pull/3766)
165 - Update translation when marking as read [#3772](https://github.com/wallabag/wallabag/pull/3772)
166 - Makefile fixes for non GNU systems [#3706](https://github.com/wallabag/wallabag/pull/3706)
167 - Card no preview replaced by wallabag logo [#3774](https://github.com/wallabag/wallabag/pull/3774)
168
169 ### Changes
170
171 - Propose YunoHost badge for installing [#3678](https://github.com/wallabag/wallabag/pull/3678)
172 - More robust srcset image attribute handling [#3690](https://github.com/wallabag/wallabag/pull/3690)
173 - Rename getBuilderByUser and refactor query for untagged entries [#3712](https://github.com/wallabag/wallabag/pull/3712)
174 - Show tags on non-image gallery preview card [#3743](https://github.com/wallabag/wallabag/pull/3743)
175 - add manifest.json for android pwa [#3606](https://github.com/wallabag/wallabag/pull/3606)
176 - Add placeholder image to card-based gallery entries page [#3745](https://github.com/wallabag/wallabag/pull/3745)
177 - Abort running install and update script if root [#3733](https://github.com/wallabag/wallabag/pull/3733)
178 - Swap entry url with origin url if graby provides an updated one [#3553](https://github.com/wallabag/wallabag/pull/3553)
179
180 ## [2.3.3](https://github.com/wallabag/wallabag/tree/2.3.3)
181 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.2...2.3.3)
182
183 ### Fixes
184
185 - Fix error when withRemove variable is not defined. [#3573](https://github.com/wallabag/wallabag/pull/3573)
186 - Fix title card HTML parsing [#3592](https://github.com/wallabag/wallabag/pull/3592)
187 - Fix tests [#3597](https://github.com/wallabag/wallabag/pull/3597)
188 - Fix tests [#3619](https://github.com/wallabag/wallabag/pull/3619)
189 - Better encoding of the URI for the bookmarklet [#3616](https://github.com/wallabag/wallabag/pull/3616)
190 - Fix overflow wrap issue [#3652](https://github.com/wallabag/wallabag/pull/3652)
191 - Fix/firefox mobile unneeded resize [#3653](https://github.com/wallabag/wallabag/pull/3653)
192 - Fix srcset attribute on images downloaded [#3661](https://github.com/wallabag/wallabag/pull/3661)
193 - Fix authors and preview alt encoding display [#3664](https://github.com/wallabag/wallabag/pull/3664)
194 - Spelling: GitHub, Log out, of the dev [#3614](https://github.com/wallabag/wallabag/pull/3614)
195 - Fix tests [#3668](https://github.com/wallabag/wallabag/pull/3668)
196 - Fixed migrations with dash into db names [#3538](https://github.com/wallabag/wallabag/pull/3538)
197
198 ### Changes
199
200 - Allow login by email [#3615](https://github.com/wallabag/wallabag/pull/3615)
201 - Occitan update [#3646](https://github.com/wallabag/wallabag/pull/3646)
202 - Highlight code in articles using highlight.js [#3636](https://github.com/wallabag/wallabag/pull/3636)
203
204 ## [2.3.2](https://github.com/wallabag/wallabag/tree/2.3.2)
205 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.1...2.3.2)
206
207 ### Fixes
208
209 - Add `set -eu` to update.sh [#3546](https://github.com/wallabag/wallabag/pull/3546)
210 - Fix broken link to remove tags from entries [#3536](https://github.com/wallabag/wallabag/pull/3536)
211
212 ### Changes
213
214 - Nav actions updated [#3541](https://github.com/wallabag/wallabag/pull/3541)
215 - Replaced Create new client link with a button [#3539](https://github.com/wallabag/wallabag/pull/3539)
216
217 ## [2.3.1](https://github.com/wallabag/wallabag/tree/2.3.1)
218 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.0...2.3.1)
219
220 ### Fixes
221
222 - Changed the way to check for initial migration [#3487](https://github.com/wallabag/wallabag/pull/3487)
223 - Displayed the RSS icon on homepage route [#3490](https://github.com/wallabag/wallabag/pull/3490)
224 - Hided the share toggle button if no service is enabled [#3492](https://github.com/wallabag/wallabag/pull/3492)
225 - Updated robots.txt to prevent crawling [#3510](https://github.com/wallabag/wallabag/pull/3510)
226 - Fixed lower case tags migration [#3507](https://github.com/wallabag/wallabag/pull/3507)
227 - Fixed initial migration when using custom table prefix [#3504](https://github.com/wallabag/wallabag/pull/3504)
228 - Fixed assets for subfolder install [#3524](https://github.com/wallabag/wallabag/pull/3524)
229 - Fixed empty card title link [#3525](https://github.com/wallabag/wallabag/pull/3525)
230 - Fixed empty title and domain_name when exception is thrown during fetch [#3442](https://github.com/wallabag/wallabag/pull/3442)
231 - API: copied entry object before sending, to keep id [#3516](https://github.com/wallabag/wallabag/pull/3516)
232
233 ### Changes
234
235 - Added custom driver & schema manager for PostgreSQL 10 [#3488](https://github.com/wallabag/wallabag/pull/3488)
236 - Replaced exit_to_app, redo and autorenew icons [#3513](https://github.com/wallabag/wallabag/pull/3513)
237 - Added PHP 7.2 compatibility [#3515](https://github.com/wallabag/wallabag/pull/3515)
238
239 ## [2.3.0](https://github.com/wallabag/wallabag/tree/2.3.0) (2017-12-11)
240 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.3...2.3.0)
241
242 ### API
243
244 - API `exists` returns `id` if article exists [#2919](https://github.com/wallabag/wallabag/pull/2919)
245 - Added API endpoint to handle a list of URL and to add/delete tags [#3055](https://github.com/wallabag/wallabag/pull/3055)
246 - Added API endpoint to handle a list of URL [#3053](https://github.com/wallabag/wallabag/pull/3053)
247 - Retrieve tag / tags value from query or request [#3103](https://github.com/wallabag/wallabag/pull/3103)
248 - Register through API [#3065](https://github.com/wallabag/wallabag/pull/3065)
249 - API user creation behind a toggle [#3177](https://github.com/wallabag/wallabag/pull/3177)
250 - Allow other fields to be sent using API [#3106](https://github.com/wallabag/wallabag/pull/3106)
251 - Add ability to patch an entry with more fields [#3181](https://github.com/wallabag/wallabag/pull/3181)
252 - Create (and return) a client after creating a new user using the API [#3187](https://github.com/wallabag/wallabag/pull/3187)
253 - Fix PATCH method [#3256](https://github.com/wallabag/wallabag/pull/3256)
254
255 ### Technical stuff
256
257 - 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)
258 - Add Cloudron as installation method [#3000](https://github.com/wallabag/wallabag/pull/3000)
259 - Added migrations execution after fresh install [#3088](https://github.com/wallabag/wallabag/pull/3088)
260 - Upgraded CraueConfigBundle to 2.0 [#3113](https://github.com/wallabag/wallabag/pull/3113)
261 - Removed embedded documentation. [The repository is now here](https://github.com/wallabag/doc). [#3122](https://github.com/wallabag/wallabag/pull/3122)
262 - Fix some Scrutinizer issues [#3161](https://github.com/wallabag/wallabag/pull/3161) [#3172](https://github.com/wallabag/wallabag/pull/3172)
263 - Isolated tests [#3137](https://github.com/wallabag/wallabag/pull/3137)
264 - Log an error level message when user auth fail [#3195](https://github.com/wallabag/wallabag/pull/3195)
265 - Add a real configuration for CS-Fixer [#3258](https://github.com/wallabag/wallabag/pull/3258)
266 - Replace ant with Makefile [#3398](https://github.com/wallabag/wallabag/pull/3398)
267
268 ### Features
269
270 - Share articles to Scuttle (https://github.com/scronide/scuttle) instance [#2999](https://github.com/wallabag/wallabag/pull/2999)
271 - Allow to remove all archived entries [#3020](https://github.com/wallabag/wallabag/pull/3020)
272 - Added publication date and author [#3024](https://github.com/wallabag/wallabag/pull/3024)
273 - Added `notmatches` operator for automatic tagging rule [#3047](https://github.com/wallabag/wallabag/pull/3047)
274 - Search & paginate users [#3060](https://github.com/wallabag/wallabag/pull/3060)
275 - **Clean duplicates entries** command [#2920](https://github.com/wallabag/wallabag/pull/2920)
276 - Added headers field in Entry [#3108](https://github.com/wallabag/wallabag/pull/3108)
277 - Add some deletion confirmation to avoid mistake [#3147](https://github.com/wallabag/wallabag/pull/3147)
278 - Add support for tag in Instapaper import [#3168](https://github.com/wallabag/wallabag/pull/3168)
279 - Added tags on list view [#3077](https://github.com/wallabag/wallabag/pull/3077)
280 - **Show user** command [#3179](https://github.com/wallabag/wallabag/pull/3179)
281 - Add ability to filter public entries & use it in the API [#3208](https://github.com/wallabag/wallabag/pull/3208)
282 - Store credentials for restricted site in database [#2683](https://github.com/wallabag/wallabag/pull/2683)
283 - Add RSS for tags & All entries [#3207](https://github.com/wallabag/wallabag/pull/3207)
284 - Add **list users** command [#3301](https://github.com/wallabag/wallabag/pull/3301)
285 - Add **reload entry** command [#3326](https://github.com/wallabag/wallabag/pull/3326)
286 - Add starred_at field which is set when an entry is starred [#3330](https://github.com/wallabag/wallabag/pull/3330)
287 - Add originUrl property to Entry [#3346](https://github.com/wallabag/wallabag/pull/3346)
288
289 ### Changes
290
291 - Changed default value for list mode (grid instead of list) [#3014](https://github.com/wallabag/wallabag/pull/3014)
292 - Remove `isPublic` from Entry entity [#3030](https://github.com/wallabag/wallabag/pull/3030)
293 - Use username to import [#3080](https://github.com/wallabag/wallabag/pull/3080)
294 - Adds Webpack support and remove Grunt [#3022](https://github.com/wallabag/wallabag/pull/3022)
295 - Improved Guzzle subscribers extensibility [#2751](https://github.com/wallabag/wallabag/pull/2751)
296 - Added logger when we match Tagging rules [#3110](https://github.com/wallabag/wallabag/pull/3110)
297 - unify Download/Export wording. [#3130](https://github.com/wallabag/wallabag/pull/3130)
298 - Staying on an article view after removing a tag [#3138](https://github.com/wallabag/wallabag/pull/3138)
299 - Use an alternative way to detect images [#3184](https://github.com/wallabag/wallabag/pull/3184)
300 - Displays an error with an annotation with a too long quote [#3093](https://github.com/wallabag/wallabag/pull/3093)
301 - Validate language & preview picture fields [#3192](https://github.com/wallabag/wallabag/pull/3192)
302 - remove craueconfig domain name setting and add a proper one in parameters [#3173](https://github.com/wallabag/wallabag/pull/3173)
303 - Better public sharing page [#3204](https://github.com/wallabag/wallabag/pull/3204), [#3449](https://github.com/wallabag/wallabag/pull/3449)
304 - Improved pagination, navigation, tag's list and footer UI [#3459](https://github.com/wallabag/wallabag/pull/3459), [#3467](https://github.com/wallabag/wallabag/pull/3467), [#3461](https://github.com/wallabag/wallabag/pull/3461), [#3463](https://github.com/wallabag/wallabag/pull/3463)
305
306 ### Fixes
307
308 - Use up-to-date Firefox extension and add F-Droid link for Android app [#3057](https://github.com/wallabag/wallabag/pull/3057)
309 - Fixed sandwich menu position in entry view (material theme) [#3073](https://github.com/wallabag/wallabag/pull/3073)
310 - Disabled shortcuts on login/register page [#3075](https://github.com/wallabag/wallabag/pull/3075)
311 - "+" in url not parsed correctly (when we click on original URL) [#3002](https://github.com/wallabag/wallabag/pull/3002)
312 - Skip auth when no credentials are found [#3101](https://github.com/wallabag/wallabag/pull/3101)
313 - Added migration to change length for user fields [#3104](https://github.com/wallabag/wallabag/pull/3104)
314 - Fix delete annotation when username is defined [#3120](https://github.com/wallabag/wallabag/pull/3120)
315 - Fixed is_starred for wallabag v2 import [#3143](https://github.com/wallabag/wallabag/pull/3143)
316 - Replace images with & in url [#3176](https://github.com/wallabag/wallabag/pull/3176)
317 - Ignore tag's case [#3139](https://github.com/wallabag/wallabag/pull/3139)
318 - Multiple tag search, which was broken from API [#3309](https://github.com/wallabag/wallabag/pull/3309)
319 - In RSS feeds, pubDate now conformant to DateTime RFC822 specifications [#3471](https://github.com/wallabag/wallabag/pull/3471)
320
321 ### Translations
322
323 - Add Russian language [#3378](https://github.com/wallabag/wallabag/pull/3378)
324
325 ## [2.2.3](https://github.com/wallabag/wallabag/tree/2.2.3) (2017-05-17)
326 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.2...2.2.3)
327
328 - Lock guzzle-site-authenticator to avoid errors [\#3124](https://github.com/wallabag/wallabag/pull/3124) ([j0k3r](https://github.com/j0k3r))
329 - reorder contrib strings in about page [\#3123](https://github.com/wallabag/wallabag/pull/3123) ([X-dark](https://github.com/X-dark))
330 - Fixed documentation URL [\#3117](https://github.com/wallabag/wallabag/pull/3117) ([nicosomb](https://github.com/nicosomb))
331 - Update graby\* licenses [\#3097](https://github.com/wallabag/wallabag/pull/3097) ([j0k3r](https://github.com/j0k3r))
332 - Fix API pagination is broken if perPage is custom value [\#3096](https://github.com/wallabag/wallabag/pull/3096) ([aaa2000](https://github.com/aaa2000))
333 - Create a new entry via API even when its content can't be retrieved [\#3095](https://github.com/wallabag/wallabag/pull/3095) ([aaa2000](https://github.com/aaa2000))
334 - Translate error message in login page [\#3090](https://github.com/wallabag/wallabag/pull/3090) ([aaa2000](https://github.com/aaa2000))
335 - Fix display the form errors correctly [\#3082](https://github.com/wallabag/wallabag/pull/3082) ([aaa2000](https://github.com/aaa2000))
336 - Disable negative numbers in filters [\#3076](https://github.com/wallabag/wallabag/pull/3076) ([bourvill](https://github.com/bourvill))
337 - Small typo in documentation fix \#3061 [\#3072](https://github.com/wallabag/wallabag/pull/3072) ([bourvill](https://github.com/bourvill))
338 - Ignore tests exported files [\#3066](https://github.com/wallabag/wallabag/pull/3066) ([tcitworld](https://github.com/tcitworld))
339 - Correct create\_application en string [\#3064](https://github.com/wallabag/wallabag/pull/3064) ([gileri](https://github.com/gileri))
340 - Make symfony-assets-install use `relative` symlinks [\#3052](https://github.com/wallabag/wallabag/pull/3052) ([shtrom](https://github.com/shtrom))
341 - Add export notice at the end of the epub [\#3023](https://github.com/wallabag/wallabag/pull/3023) ([mart-e](https://github.com/mart-e))
342 - Save alpha channel when downloading PNG images [\#3017](https://github.com/wallabag/wallabag/pull/3017) ([Kdecherf](https://github.com/Kdecherf))
343 - Update paywall.rst \(more details and clear cache\) [\#2985](https://github.com/wallabag/wallabag/pull/2985) ([etiess](https://github.com/etiess))
344 - Update paywall.rst \(EN\) with details + clear cache [\#2971](https://github.com/wallabag/wallabag/pull/2971) ([j0k3r](https://github.com/j0k3r))
345 - remove language on html tag [\#2968](https://github.com/wallabag/wallabag/pull/2968) ([chrido](https://github.com/chrido))
346
347 ## [2.2.2](https://github.com/wallabag/wallabag/tree/2.2.2) (2017-03-02)
348 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.1...2.2.2)
349
350 - Update Polish translation [\#2932](https://github.com/wallabag/wallabag/pull/2932) ([mruminski](https://github.com/mruminski))
351 - Update Spanish translation [\#2917](https://github.com/wallabag/wallabag/pull/2917) ([ngosang](https://github.com/ngosang))
352 - Remove word repetition from german translation [\#2911](https://github.com/wallabag/wallabag/pull/2911) ([jlnostr](https://github.com/jlnostr))
353 - Italian documentation added [\#2878](https://github.com/wallabag/wallabag/pull/2878) ([matteocoder](https://github.com/matteocoder))
354 - Add informations about Apache 2.4 [\#2874](https://github.com/wallabag/wallabag/pull/2874) ([kgaut](https://github.com/kgaut))
355 - Fixed symlinks issue during release creation [\#2950](https://github.com/wallabag/wallabag/pull/2950) ([nicosomb](https://github.com/nicosomb))
356 - Use wallabag/tcpdf [\#2931](https://github.com/wallabag/wallabag/pull/2931) ([j0k3r](https://github.com/j0k3r))
357 - Add activation of 'rewrite' mod of Apache [\#2926](https://github.com/wallabag/wallabag/pull/2926) ([qtheuret](https://github.com/qtheuret))
358 - Updated CHANGELOG with latest changes [\#2916](https://github.com/wallabag/wallabag/pull/2916) ([nicosomb](https://github.com/nicosomb))
359 - Import: we now skip messages when user is null [\#2915](https://github.com/wallabag/wallabag/pull/2915) ([nicosomb](https://github.com/nicosomb))
360 - Added wallabag.it link in README [\#2913](https://github.com/wallabag/wallabag/pull/2913) ([nicosomb](https://github.com/nicosomb))
361 - Moved :it: documentation into it folder [\#2908](https://github.com/wallabag/wallabag/pull/2908) ([nicosomb](https://github.com/nicosomb))
362 - Alert that 2FA must be authorized in app/config/parameters.yml [\#2905](https://github.com/wallabag/wallabag/pull/2905) ([nicofrand](https://github.com/nicofrand))
363 - Update Spanish translation [\#2892](https://github.com/wallabag/wallabag/pull/2892) ([ngosang](https://github.com/ngosang))
364 - Doc: translated mobile apps configuration in french [\#2882](https://github.com/wallabag/wallabag/pull/2882) ([nicosomb](https://github.com/nicosomb))
365 - Fixed typo in "first\_steps" [\#2879](https://github.com/wallabag/wallabag/pull/2879) ([matteocoder](https://github.com/matteocoder))
366 - Doc - information about Apache 2.4 [\#2875](https://github.com/wallabag/wallabag/pull/2875) ([kgaut](https://github.com/kgaut))
367 - Log restricted access value [\#2869](https://github.com/wallabag/wallabag/pull/2869) ([j0k3r](https://github.com/j0k3r))
368 - docs 3rd party tools: update java wrapper, add cmd tool to add article [\#2860](https://github.com/wallabag/wallabag/pull/2860) ([Strubbl](https://github.com/Strubbl))
369 - fix misspells in polish translation [\#2846](https://github.com/wallabag/wallabag/pull/2846) ([mruminski](https://github.com/mruminski))
370 - Update RulerZ [\#2842](https://github.com/wallabag/wallabag/pull/2842) ([K-Phoen](https://github.com/K-Phoen))
371 - Show active list in the left menu during search [\#2841](https://github.com/wallabag/wallabag/pull/2841) ([Kdecherf](https://github.com/Kdecherf))
372 - Restored correct version for framework-extra-bundle [\#2840](https://github.com/wallabag/wallabag/pull/2840) ([nicosomb](https://github.com/nicosomb))
373 - scripts/update.sh: 18: scripts/update.sh: composer.phar: not found [\#2839](https://github.com/wallabag/wallabag/pull/2839) ([foxmask](https://github.com/foxmask))
374 - Update Oc version [\#2838](https://github.com/wallabag/wallabag/pull/2838) ([Quent-in](https://github.com/Quent-in))
375 - Search by term: extend to entries url [\#2832](https://github.com/wallabag/wallabag/pull/2832) ([Kdecherf](https://github.com/Kdecherf))
376 - Update of CraueConfigBundle in Occitan [\#2831](https://github.com/wallabag/wallabag/pull/2831) ([Quent-in](https://github.com/Quent-in))
377 - Fix rendering of entry title in Twig views [\#2830](https://github.com/wallabag/wallabag/pull/2830) ([Kdecherf](https://github.com/Kdecherf))
378 - Translate missing strings for de-DE. [\#2826](https://github.com/wallabag/wallabag/pull/2826) ([jlnostr](https://github.com/jlnostr))
379 - Renamed Developer section to API client management [\#2824](https://github.com/wallabag/wallabag/pull/2824) ([nicosomb](https://github.com/nicosomb))
380 - Fix nav-panel-search height [\#2818](https://github.com/wallabag/wallabag/pull/2818) ([Kdecherf](https://github.com/Kdecherf))
381 - Added details about upgrade from 2.1.x or 2.2.0 [\#2816](https://github.com/wallabag/wallabag/pull/2816) ([nicosomb](https://github.com/nicosomb))
382 - Documentation on how to configure mobile apps to work with wallabag.it [\#2788](https://github.com/wallabag/wallabag/pull/2788) ([Zettt](https://github.com/Zettt))
383 - first\_article.rst already inside articles.rst [\#2785](https://github.com/wallabag/wallabag/pull/2785) ([matteocoder](https://github.com/matteocoder))
384 - share.rst already integrated inside articles.rst [\#2784](https://github.com/wallabag/wallabag/pull/2784) ([matteocoder](https://github.com/matteocoder))
385
386 ## [2.2.1](https://github.com/wallabag/wallabag/tree/2.2.1) (2017-01-31)
387 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.0...2.2.1)
388
389 - Fixed duplicate entry for share\_public in craue\_setting\_table [\#2809](https://github.com/wallabag/wallabag/pull/2809) ([nicosomb](https://github.com/nicosomb))
390
391 ## [2.2.0](https://github.com/wallabag/wallabag/tree/2.2.0) (2017-01-28)
392 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6.1...2.2.0)
393
394 - Added indexes on is\_archived and is\_starred [\#2789](https://github.com/wallabag/wallabag/pull/2789) ([nicosomb](https://github.com/nicosomb))
395 - Fix \#2056 update config.yml [\#2624](https://github.com/wallabag/wallabag/pull/2624) ([Rurik19](https://github.com/Rurik19))
396
397 ## [2.1.6.1](https://github.com/wallabag/wallabag/tree/2.1.6.1) (2017-01-23)
398 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6...2.1.6.1)
399
400 ## [2.1.6](https://github.com/wallabag/wallabag/tree/2.1.6) (2017-01-18)
401 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.5...2.1.6)
402
403 - Update copyright year [\#2736](https://github.com/wallabag/wallabag/pull/2736) ([lex111](https://github.com/lex111))
404 - Fixed possible JS injection via the title edition [\#2758](https://github.com/wallabag/wallabag/pull/2758) ([nicosomb](https://github.com/nicosomb))
405
406 ## [2.1.5](https://github.com/wallabag/wallabag/tree/2.1.5) (2016-11-21)
407 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.4...2.1.5)
408
409 - Force composer to run as PHP 5.5.9 [\#2623](https://github.com/wallabag/wallabag/pull/2623) ([j0k3r](https://github.com/j0k3r))
410
411 ## [2.1.4](https://github.com/wallabag/wallabag/tree/2.1.4) (2016-11-19)
412 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.3...2.1.4)
413
414 - Add .travis.yml change to RELEASE\_PROCESS [\#2605](https://github.com/wallabag/wallabag/pull/2605) ([j0k3r](https://github.com/j0k3r))
415 - wallabag can’t work on PostgreSQL \<= 9.1 [\#2604](https://github.com/wallabag/wallabag/pull/2604) ([j0k3r](https://github.com/j0k3r))
416 - Fix clear-cache problem using —no-dev [\#2603](https://github.com/wallabag/wallabag/pull/2603) ([j0k3r](https://github.com/j0k3r))
417 - User-agents have moved to site-config [\#2587](https://github.com/wallabag/wallabag/pull/2587) ([j0k3r](https://github.com/j0k3r))
418 - 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))
419 - Added help on config screen [\#2578](https://github.com/wallabag/wallabag/pull/2578) ([nicosomb](https://github.com/nicosomb))
420 - Added tooltips in header bar [\#2577](https://github.com/wallabag/wallabag/pull/2577) ([nicosomb](https://github.com/nicosomb))
421 - Changed behavior when we change language [\#2571](https://github.com/wallabag/wallabag/pull/2571) ([nicosomb](https://github.com/nicosomb))
422 - Added creation date on entries view [\#2570](https://github.com/wallabag/wallabag/pull/2570) ([nicosomb](https://github.com/nicosomb))
423 - Removed support website on about page [\#2565](https://github.com/wallabag/wallabag/pull/2565) ([nicosomb](https://github.com/nicosomb))
424 - Improve PR template [\#2563](https://github.com/wallabag/wallabag/pull/2563) ([j0k3r](https://github.com/j0k3r))
425 - Bigger image preview in case of only image content [\#2562](https://github.com/wallabag/wallabag/pull/2562) ([j0k3r](https://github.com/j0k3r))
426 - Improve tags list on small screen [\#2561](https://github.com/wallabag/wallabag/pull/2561) ([Rurik19](https://github.com/Rurik19))
427 - Replaced TokenStorage with TokenStorageInterface [\#2556](https://github.com/wallabag/wallabag/pull/2556) ([nicosomb](https://github.com/nicosomb))
428 - Reorder variable assignation in update.sh script, fix \#2554 [\#2555](https://github.com/wallabag/wallabag/pull/2555) ([dkrmr](https://github.com/dkrmr))
429 - Round readingtime to avoid crazy number [\#2552](https://github.com/wallabag/wallabag/pull/2552) ([j0k3r](https://github.com/j0k3r))
430 - Reordered documentation [\#2550](https://github.com/wallabag/wallabag/pull/2550) ([nicosomb](https://github.com/nicosomb))
431 - Updated default parameters.yml file in documentation [\#2546](https://github.com/wallabag/wallabag/pull/2546) ([nicosomb](https://github.com/nicosomb))
432 - Update the upgrade documentation [\#2545](https://github.com/wallabag/wallabag/pull/2545) ([nicosomb](https://github.com/nicosomb))
433
434 ## [2.1.3](https://github.com/wallabag/wallabag/tree/2.1.3) (2016-11-04)
435 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.2...2.1.3)
436
437 - Force user-agent for .slashdot.org [\#2528](https://github.com/wallabag/wallabag/pull/2528) ([Kdecherf](https://github.com/Kdecherf))
438 - Translation update - French [\#2519](https://github.com/wallabag/wallabag/pull/2519) ([Jibec](https://github.com/Jibec))
439 - docs: fix link to wallabag-stats project [\#2518](https://github.com/wallabag/wallabag/pull/2518) ([Strubbl](https://github.com/Strubbl))
440 - docs: update 3rd party projects by Strubbl [\#2514](https://github.com/wallabag/wallabag/pull/2514) ([Strubbl](https://github.com/Strubbl))
441 - Fix missing words in Android application documentation [\#2485](https://github.com/wallabag/wallabag/pull/2485) ([bmillemathias](https://github.com/bmillemathias))
442 - Removed MD5 hash in documentation [\#2466](https://github.com/wallabag/wallabag/pull/2466) ([nicosomb](https://github.com/nicosomb))
443 - Use created\_at as default sort [\#2534](https://github.com/wallabag/wallabag/pull/2534) ([j0k3r](https://github.com/j0k3r))
444 - Added documentation about failed to load external entity error [\#2530](https://github.com/wallabag/wallabag/pull/2530) ([nicosomb](https://github.com/nicosomb))
445 - Add Instapaper to CLI import [\#2524](https://github.com/wallabag/wallabag/pull/2524) ([lologhi](https://github.com/lologhi))
446 - fix path for the install scripts [\#2521](https://github.com/wallabag/wallabag/pull/2521) ([foxmask](https://github.com/foxmask))
447 - Inject parameter instead of service [\#2520](https://github.com/wallabag/wallabag/pull/2520) ([j0k3r](https://github.com/j0k3r))
448 - Updated Capistrano configuration [\#2513](https://github.com/wallabag/wallabag/pull/2513) ([nicosomb](https://github.com/nicosomb))
449 - Exploded WallabagRestController into many controllers [\#2509](https://github.com/wallabag/wallabag/pull/2509) ([nicosomb](https://github.com/nicosomb))
450 - Added the whole path to parameters.yml file [\#2508](https://github.com/wallabag/wallabag/pull/2508) ([nicosomb](https://github.com/nicosomb))
451 - Added require.sh to check if composer is installed [\#2507](https://github.com/wallabag/wallabag/pull/2507) ([nicosomb](https://github.com/nicosomb))
452 - Fixed entries export filtered with a tag [\#2506](https://github.com/wallabag/wallabag/pull/2506) ([nicosomb](https://github.com/nicosomb))
453 - Added tag label in the page title [\#2504](https://github.com/wallabag/wallabag/pull/2504) ([nicosomb](https://github.com/nicosomb))
454 - Added a check in Makefile to see if composer is installed [\#2500](https://github.com/wallabag/wallabag/pull/2500) ([nicosomb](https://github.com/nicosomb))
455 - Add relevant links to fetch content error page [\#2493](https://github.com/wallabag/wallabag/pull/2493) ([bmillemathias](https://github.com/bmillemathias))
456 - Added :fr: documentation for wallabag backup [\#2486](https://github.com/wallabag/wallabag/pull/2486) ([nicosomb](https://github.com/nicosomb))
457 - Document what to backup in Wallabag [\#2484](https://github.com/wallabag/wallabag/pull/2484) ([bmillemathias](https://github.com/bmillemathias))
458 - If reload content failed, don’t update it [\#2482](https://github.com/wallabag/wallabag/pull/2482) ([j0k3r](https://github.com/j0k3r))
459 - Some fixes [\#2481](https://github.com/wallabag/wallabag/pull/2481) ([j0k3r](https://github.com/j0k3r))
460 - Portuguese \(Brazilian\) translation [\#2473](https://github.com/wallabag/wallabag/pull/2473) ([pmichelazzo](https://github.com/pmichelazzo))
461 - Update wallabag version for master branch [\#2467](https://github.com/wallabag/wallabag/pull/2467) ([nicosomb](https://github.com/nicosomb))
462 - UI Changes [\#2460](https://github.com/wallabag/wallabag/pull/2460) ([tcitworld](https://github.com/tcitworld))
463
464 ## [2.1.2](https://github.com/wallabag/wallabag/tree/2.1.2) (2016-10-17)
465 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.1...2.1.2)
466
467 - German: improve existing and add missing translation [\#2459](https://github.com/wallabag/wallabag/pull/2459) ([Strubbl](https://github.com/Strubbl))
468 - add link to German documentation in about page [\#2457](https://github.com/wallabag/wallabag/pull/2457) ([Strubbl](https://github.com/Strubbl))
469 - Bring make dev [\#2451](https://github.com/wallabag/wallabag/pull/2451) ([tcitworld](https://github.com/tcitworld))
470 - Update ISSUE\_TEMPLATE.md [\#2432](https://github.com/wallabag/wallabag/pull/2432) ([j0k3r](https://github.com/j0k3r))
471 - Define a dev version for the master [\#2417](https://github.com/wallabag/wallabag/pull/2417) ([j0k3r](https://github.com/j0k3r))
472 - try to reduce assets build npm connection failing by updating nodejs [\#2375](https://github.com/wallabag/wallabag/pull/2375) ([tcitworld](https://github.com/tcitworld))
473 - Fixed hardcoded title for internal settings [\#2464](https://github.com/wallabag/wallabag/pull/2464) ([nicosomb](https://github.com/nicosomb))
474 - Fix tabs on material [\#2455](https://github.com/wallabag/wallabag/pull/2455) ([tcitworld](https://github.com/tcitworld))
475 - Fix baggy display on small screens [\#2454](https://github.com/wallabag/wallabag/pull/2454) ([tcitworld](https://github.com/tcitworld))
476 - View improvements [\#2450](https://github.com/wallabag/wallabag/pull/2450) ([nicosomb](https://github.com/nicosomb))
477 - Fixed french and german doc homepages [\#2447](https://github.com/wallabag/wallabag/pull/2447) ([nicosomb](https://github.com/nicosomb))
478 - Added information about tagging rules in documentation [\#2446](https://github.com/wallabag/wallabag/pull/2446) ([nicosomb](https://github.com/nicosomb))
479 - Mention example instance in docs [\#2444](https://github.com/wallabag/wallabag/pull/2444) ([Kaligule](https://github.com/Kaligule))
480 - Minor fixes in the english documentation [\#2439](https://github.com/wallabag/wallabag/pull/2439) ([zertrin](https://github.com/zertrin))
481 - Added french documentation for upgrade [\#2435](https://github.com/wallabag/wallabag/pull/2435) ([nicosomb](https://github.com/nicosomb))
482 - Added french documentation for parameters.yml [\#2434](https://github.com/wallabag/wallabag/pull/2434) ([nicosomb](https://github.com/nicosomb))
483 - Lock deps for FOSUser [\#2429](https://github.com/wallabag/wallabag/pull/2429) ([j0k3r](https://github.com/j0k3r))
484 - Fix links on english documentation homepage [\#2426](https://github.com/wallabag/wallabag/pull/2426) ([nicosomb](https://github.com/nicosomb))
485 - Fixed display for note in installation page [\#2422](https://github.com/wallabag/wallabag/pull/2422) ([nicosomb](https://github.com/nicosomb))
486 - Avoid error when Redis isn't here in tests [\#2420](https://github.com/wallabag/wallabag/pull/2420) ([j0k3r](https://github.com/j0k3r))
487 - Fixed Twitter Cards by adding a description tag [\#2419](https://github.com/wallabag/wallabag/pull/2419) ([nicosomb](https://github.com/nicosomb))
488 - Added support of Twitter Cards for public articles [\#2418](https://github.com/wallabag/wallabag/pull/2418) ([nicosomb](https://github.com/nicosomb))
489 - Remove automatic closing of the window from bookmarklet [\#2414](https://github.com/wallabag/wallabag/pull/2414) ([szafranek](https://github.com/szafranek))
490 - When a sub command fail, display error message [\#2413](https://github.com/wallabag/wallabag/pull/2413) ([j0k3r](https://github.com/j0k3r))
491 - Fix PostgreSQL migrations [\#2412](https://github.com/wallabag/wallabag/pull/2412) ([j0k3r](https://github.com/j0k3r))
492 - Fix entities definition [\#2411](https://github.com/wallabag/wallabag/pull/2411) ([j0k3r](https://github.com/j0k3r))
493 - Optimize tag list display [\#2410](https://github.com/wallabag/wallabag/pull/2410) ([j0k3r](https://github.com/j0k3r))
494 - Show number of annotations instead of nbAnnotations placeholder [\#2406](https://github.com/wallabag/wallabag/pull/2406) ([szafranek](https://github.com/szafranek))
495 - Fix few invalid HTML tags [\#2405](https://github.com/wallabag/wallabag/pull/2405) ([szafranek](https://github.com/szafranek))
496 - Cleaned up documentation for installation process [\#2403](https://github.com/wallabag/wallabag/pull/2403) ([nicosomb](https://github.com/nicosomb))
497 - Removed 1.x stuff in CHANGELOG [\#2402](https://github.com/wallabag/wallabag/pull/2402) ([nicosomb](https://github.com/nicosomb))
498 - Set env to prod in documentation [\#2400](https://github.com/wallabag/wallabag/pull/2400) ([j0k3r](https://github.com/j0k3r))
499 - Use default locale for user config [\#2399](https://github.com/wallabag/wallabag/pull/2399) ([j0k3r](https://github.com/j0k3r))
500 - Ensure orphan tag are remove in API [\#2397](https://github.com/wallabag/wallabag/pull/2397) ([j0k3r](https://github.com/j0k3r))
501 - Update messages.pl.yml [\#2396](https://github.com/wallabag/wallabag/pull/2396) ([mruminski](https://github.com/mruminski))
502 - Add ability to use socket [\#2395](https://github.com/wallabag/wallabag/pull/2395) ([j0k3r](https://github.com/j0k3r))
503 - Ability to check multiple urls in API [\#2393](https://github.com/wallabag/wallabag/pull/2393) ([j0k3r](https://github.com/j0k3r))
504 - Added default picture if preview picture is null [\#2389](https://github.com/wallabag/wallabag/pull/2389) ([nicosomb](https://github.com/nicosomb))
505 - Fixed two-factor checkbox display in user admin panel [\#2388](https://github.com/wallabag/wallabag/pull/2388) ([nicosomb](https://github.com/nicosomb))
506 - Changed Changelog by using github-changelog-generator from @skywinder [\#2386](https://github.com/wallabag/wallabag/pull/2386) ([nicosomb](https://github.com/nicosomb))
507 - Added documentation about siteconfig fix [\#2385](https://github.com/wallabag/wallabag/pull/2385) ([nicosomb](https://github.com/nicosomb))
508 - Added OpenGraph support for public articles [\#2383](https://github.com/wallabag/wallabag/pull/2383) ([nicosomb](https://github.com/nicosomb))
509 - Fix exists API call [\#2377](https://github.com/wallabag/wallabag/pull/2377) ([tcitworld](https://github.com/tcitworld))
510 - Clickable tags [\#2374](https://github.com/wallabag/wallabag/pull/2374) ([tcitworld](https://github.com/tcitworld))
511 - Remove mouf/nodejs-installer from composer [\#2363](https://github.com/wallabag/wallabag/pull/2363) ([j0k3r](https://github.com/j0k3r))
512 - Changed relation between API client and refresh token [\#2351](https://github.com/wallabag/wallabag/pull/2351) ([nicosomb](https://github.com/nicosomb))
513 - Fix relations export for Entry [\#2332](https://github.com/wallabag/wallabag/pull/2332) ([j0k3r](https://github.com/j0k3r))
514
515 ## [2.1.1](https://github.com/wallabag/wallabag/tree/2.1.1) (2016-10-04)
516 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.0...2.1.1)
517
518 - Create config even if user is disabled [\#2359](https://github.com/wallabag/wallabag/pull/2359) ([j0k3r](https://github.com/j0k3r))
519 - Add php-bcmath extension to requirements [\#2354](https://github.com/wallabag/wallabag/pull/2354) ([Zayon](https://github.com/Zayon))
520 - Basically, fix everything [\#2353](https://github.com/wallabag/wallabag/pull/2353) ([tcitworld](https://github.com/tcitworld))
521 - Update messages.pl.yml [\#2341](https://github.com/wallabag/wallabag/pull/2341) ([mruminski](https://github.com/mruminski))
522 - small improvement for german translation [\#2340](https://github.com/wallabag/wallabag/pull/2340) ([Strubbl](https://github.com/Strubbl))
523 - Fix for 2.1 installation [\#2338](https://github.com/wallabag/wallabag/pull/2338) ([j0k3r](https://github.com/j0k3r))
524
525 ## [2.1.0](https://github.com/wallabag/wallabag/tree/2.1.0) (2016-10-03)
526 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.8...2.1.0)
527
528 - Docker : install PHP 'gd' extension [\#2319](https://github.com/wallabag/wallabag/pull/2319) ([pmartin](https://github.com/pmartin))
529 - Fix issue \#2296: epub export with special chars in the title. [\#2297](https://github.com/wallabag/wallabag/pull/2297) ([egilli](https://github.com/egilli))
530 - Remove error message when creating ePub versions [\#2330](https://github.com/wallabag/wallabag/pull/2330) ([pmichelazzo](https://github.com/pmichelazzo))
531
532 ## [2.0.8](https://github.com/wallabag/wallabag/tree/2.0.8) (2016-09-07)
533 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.7...2.0.8)
534
535 - Allow failure for PHP 7.1 [\#2236](https://github.com/wallabag/wallabag/pull/2236) ([j0k3r](https://github.com/j0k3r))
536 - Add a check for the database connection [\#2262](https://github.com/wallabag/wallabag/pull/2262) ([j0k3r](https://github.com/j0k3r))
537 - Fix issue \#1991: correction of the height field to add articles [\#2241](https://github.com/wallabag/wallabag/pull/2241) ([modos189](https://github.com/modos189))
538 - V2 improve view [\#2238](https://github.com/wallabag/wallabag/pull/2238) ([modos189](https://github.com/modos189))
539 - Add configuration for german documentation [\#2235](https://github.com/wallabag/wallabag/pull/2235) ([nicosomb](https://github.com/nicosomb))
540 - Fixes mailto link in documentation [\#2234](https://github.com/wallabag/wallabag/pull/2234) ([cstuder](https://github.com/cstuder))
541 - Cut entries title in card view: continued [\#2230](https://github.com/wallabag/wallabag/pull/2230) ([modos189](https://github.com/modos189))
542
543 ## [2.0.7](https://github.com/wallabag/wallabag/tree/2.0.7) (2016-08-22)
544 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.6...2.0.7)
545
546 - Avoid breaking import when fetching fail [\#2224](https://github.com/wallabag/wallabag/pull/2224) ([j0k3r](https://github.com/j0k3r))
547 - Added creation date and reading time on article view [\#2222](https://github.com/wallabag/wallabag/pull/2222) ([nicosomb](https://github.com/nicosomb))
548 - Replaced favorite word/icon with star one [\#2221](https://github.com/wallabag/wallabag/pull/2221) ([nicosomb](https://github.com/nicosomb))
549 - Enable PATCH method for CORS in API part [\#2220](https://github.com/wallabag/wallabag/pull/2220) ([Rurik19](https://github.com/Rurik19))
550 - Enable CORS headers for OAUTH part [\#2216](https://github.com/wallabag/wallabag/pull/2216) ([Rurik19](https://github.com/Rurik19))
551 - Run tests on an uptodate HHVM [\#2134](https://github.com/wallabag/wallabag/pull/2134) ([j0k3r](https://github.com/j0k3r))
552 - Fix form user display when 2FA is disabled [\#2095](https://github.com/wallabag/wallabag/pull/2095) ([nicosomb](https://github.com/nicosomb))
553
554 ## [2.0.6](https://github.com/wallabag/wallabag/tree/2.0.6) (2016-08-10)
555 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.5...2.0.6)
556
557 - Run PHP 7.1 on Travis [\#2048](https://github.com/wallabag/wallabag/pull/2048) ([j0k3r](https://github.com/j0k3r))
558 - Fixed typo in entry:notice:entry\_saved [\#2200](https://github.com/wallabag/wallabag/pull/2200) ([charno6](https://github.com/charno6))
559 - Handling socials links into a config file [\#2199](https://github.com/wallabag/wallabag/pull/2199) ([Simounet](https://github.com/Simounet))
560 - FIX image inside a figure element max-width [\#2198](https://github.com/wallabag/wallabag/pull/2198) ([Simounet](https://github.com/Simounet))
561 - Remove binary from repo [\#2195](https://github.com/wallabag/wallabag/pull/2195) ([j0k3r](https://github.com/j0k3r))
562 - Fixed spelling Artúclos --\> Artículos [\#2194](https://github.com/wallabag/wallabag/pull/2194) ([benages](https://github.com/benages))
563 - Fix 3rd-Party Apps links \(Chrome & Firefox\) [\#2185](https://github.com/wallabag/wallabag/pull/2185) ([tcitworld](https://github.com/tcitworld))
564 - Change the way to login user in tests [\#2172](https://github.com/wallabag/wallabag/pull/2172) ([j0k3r](https://github.com/j0k3r))
565 - Fix a few french translations typos [\#2165](https://github.com/wallabag/wallabag/pull/2165) ([tcitworld](https://github.com/tcitworld))
566 - Update symlink to php-cs-fixer [\#2160](https://github.com/wallabag/wallabag/pull/2160) ([j0k3r](https://github.com/j0k3r))
567 - Handle only upper or only lower reading filter [\#2157](https://github.com/wallabag/wallabag/pull/2157) ([j0k3r](https://github.com/j0k3r))
568 - Try to find bad redirection after delete [\#2156](https://github.com/wallabag/wallabag/pull/2156) ([j0k3r](https://github.com/j0k3r))
569 - Use friendsofphp instead of fabpot [\#2155](https://github.com/wallabag/wallabag/pull/2155) ([j0k3r](https://github.com/j0k3r))
570 - translate documentation to German [\#2148](https://github.com/wallabag/wallabag/pull/2148) ([Strubbl](https://github.com/Strubbl))
571 - Corrected Regex for lighttpd rewrite [\#2145](https://github.com/wallabag/wallabag/pull/2145) ([even-allmighty](https://github.com/even-allmighty))
572 - Jump to Symfony 3.1 [\#2132](https://github.com/wallabag/wallabag/pull/2132) ([j0k3r](https://github.com/j0k3r))
573
574 ## [2.0.5](https://github.com/wallabag/wallabag/tree/2.0.5) (2016-05-31)
575 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.4...2.0.5)
576
577 - Improve English translation [\#2109](https://github.com/wallabag/wallabag/pull/2109) ([Poorchop](https://github.com/Poorchop))
578 - Update api.rst [\#2044](https://github.com/wallabag/wallabag/pull/2044) ([joshp23](https://github.com/joshp23))
579 - new details in the doc about the rights access again;\) [\#2038](https://github.com/wallabag/wallabag/pull/2038) ([foxmask](https://github.com/foxmask))
580 - Fix the deletion of Tags/Entries relation when delete an entry [\#2122](https://github.com/wallabag/wallabag/pull/2122) ([nicosomb](https://github.com/nicosomb))
581 - Docs proposal [\#2112](https://github.com/wallabag/wallabag/pull/2112) ([Poorchop](https://github.com/Poorchop))
582 - add screenshots of android docu in English [\#2111](https://github.com/wallabag/wallabag/pull/2111) ([Strubbl](https://github.com/Strubbl))
583 - CS [\#2098](https://github.com/wallabag/wallabag/pull/2098) ([j0k3r](https://github.com/j0k3r))
584 - Fix image path in 2-factor authentification email [\#2097](https://github.com/wallabag/wallabag/pull/2097) ([bmillemathias](https://github.com/bmillemathias))
585 - Update CONTRIBUTING file [\#2094](https://github.com/wallabag/wallabag/pull/2094) ([nicosomb](https://github.com/nicosomb))
586 - Replace vertical dots in material theme with horizontal dots [\#2093](https://github.com/wallabag/wallabag/pull/2093) ([nicosomb](https://github.com/nicosomb))
587 - Starred and Archived clears if article is already exists [\#2092](https://github.com/wallabag/wallabag/pull/2092) ([Rurik19](https://github.com/Rurik19))
588 - Do not specify language in Firefox addon link [\#2069](https://github.com/wallabag/wallabag/pull/2069) ([merwan](https://github.com/merwan))
589 - Added information about permissions on data/ [\#2068](https://github.com/wallabag/wallabag/pull/2068) ([mariovor](https://github.com/mariovor))
590 - Update CraueConfigBundle.it.yml [\#2054](https://github.com/wallabag/wallabag/pull/2054) ([jamiroconca](https://github.com/jamiroconca))
591 - Add unread filter to entries pages [\#2052](https://github.com/wallabag/wallabag/pull/2052) ([danbartram](https://github.com/danbartram))
592 - Update api.rst [\#2049](https://github.com/wallabag/wallabag/pull/2049) ([joshp23](https://github.com/joshp23))
593
594 ## [2.0.4](https://github.com/wallabag/wallabag/tree/2.0.4) (2016-05-07)
595 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.3...2.0.4)
596
597 - Change Travis/Scrutinizer pictures in README [\#2029](https://github.com/wallabag/wallabag/pull/2029) ([nicosomb](https://github.com/nicosomb))
598 - Docu for android app [\#2028](https://github.com/wallabag/wallabag/pull/2028) ([Strubbl](https://github.com/Strubbl))
599 - Update messages.it.yml [\#2024](https://github.com/wallabag/wallabag/pull/2024) ([jamiroconca](https://github.com/jamiroconca))
600 - Fix translation for validators [\#2023](https://github.com/wallabag/wallabag/pull/2023) ([nicosomb](https://github.com/nicosomb))
601 - Fix pagination bar on small devices [\#2022](https://github.com/wallabag/wallabag/pull/2022) ([nicosomb](https://github.com/nicosomb))
602 - Fix number of entries in tag/list [\#2020](https://github.com/wallabag/wallabag/pull/2020) ([nicosomb](https://github.com/nicosomb))
603 - Create CraueConfigBundle.it.yml [\#2019](https://github.com/wallabag/wallabag/pull/2019) ([jamiroconca](https://github.com/jamiroconca))
604 - Update config.yml, add italian as available language [\#2018](https://github.com/wallabag/wallabag/pull/2018) ([jamiroconca](https://github.com/jamiroconca))
605 - Create messages.it.yml [\#2017](https://github.com/wallabag/wallabag/pull/2017) ([jamiroconca](https://github.com/jamiroconca))
606 - Update documentation [\#2016](https://github.com/wallabag/wallabag/pull/2016) ([nicosomb](https://github.com/nicosomb))
607 - Fix tags listing [\#2013](https://github.com/wallabag/wallabag/pull/2013) ([nicosomb](https://github.com/nicosomb))
608 - integrate upgrade.rst [\#2012](https://github.com/wallabag/wallabag/pull/2012) ([biva](https://github.com/biva))
609 - upgrade.rst \(Creation of an upgrade page in the documentation\) [\#2011](https://github.com/wallabag/wallabag/pull/2011) ([biva](https://github.com/biva))
610 - Set the title via POST /api/entries [\#2010](https://github.com/wallabag/wallabag/pull/2010) ([nicosomb](https://github.com/nicosomb))
611 - Fix reading speed not defined when user was created via config page [\#2005](https://github.com/wallabag/wallabag/pull/2005) ([nicosomb](https://github.com/nicosomb))
612 - Fix old branch name urls [\#2001](https://github.com/wallabag/wallabag/pull/2001) ([tcitworld](https://github.com/tcitworld))
613 - Update CraueConfigBundle.es.yml [\#1992](https://github.com/wallabag/wallabag/pull/1992) ([jami7](https://github.com/jami7))
614 - Rights access to the folders of the project [\#1985](https://github.com/wallabag/wallabag/pull/1985) ([foxmask](https://github.com/foxmask))
615 - Es translation [\#1977](https://github.com/wallabag/wallabag/pull/1977) ([j0k3r](https://github.com/j0k3r))
616 - Fix filter reading time [\#1976](https://github.com/wallabag/wallabag/pull/1976) ([nicosomb](https://github.com/nicosomb))
617 - Fix typos in API documentation [\#1970](https://github.com/wallabag/wallabag/pull/1970) ([nicosomb](https://github.com/nicosomb))
618 - Create 3rd Resources chapter in API documentation [\#1969](https://github.com/wallabag/wallabag/pull/1969) ([nicosomb](https://github.com/nicosomb))
619 - Add FAQ page in documentation [\#1967](https://github.com/wallabag/wallabag/pull/1967) ([nicosomb](https://github.com/nicosomb))
620
621 ## [2.0.3](https://github.com/wallabag/wallabag/tree/2.0.3) (2016-04-22)
622 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.2...2.0.3)
623
624 - Update API documentation with cURL examples [\#1962](https://github.com/wallabag/wallabag/pull/1962) ([nicosomb](https://github.com/nicosomb))
625
626 ## [2.0.2](https://github.com/wallabag/wallabag/tree/2.0.2) (2016-04-21)
627 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.2...2.0.2)
628
629 - Fix translation for Go to your account button after subscription [\#1957](https://github.com/wallabag/wallabag/pull/1957) ([nicosomb](https://github.com/nicosomb))
630 - Update links in documentation [\#1954](https://github.com/wallabag/wallabag/pull/1954) ([nicosomb](https://github.com/nicosomb))
631 - Actualisation des liens morts \(Documentation de traduction\) [\#1953](https://github.com/wallabag/wallabag/pull/1953) ([maxi62330](https://github.com/maxi62330))
632 - Added some curl examples [\#1945](https://github.com/wallabag/wallabag/pull/1945) ([ddeimeke](https://github.com/ddeimeke))
633 - Update Travis configuration with branches renaming [\#1944](https://github.com/wallabag/wallabag/pull/1944) ([nicosomb](https://github.com/nicosomb))
634 - Optimize import [\#1942](https://github.com/wallabag/wallabag/pull/1942) ([nicosomb](https://github.com/nicosomb))
635
636 ## [1.9.2](https://github.com/wallabag/wallabag/tree/1.9.2) (2016-04-18)
637 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.1...1.9.2)
638
639 ## [2.0.1](https://github.com/wallabag/wallabag/tree/2.0.1) (2016-04-11)
640 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0...2.0.1)
641
642 ## [2.0.0](https://github.com/wallabag/wallabag/tree/2.0.0) (2016-04-03)
643 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-beta.2...2.0.0)
644
645 ## [2.0.0-beta.2](https://github.com/wallabag/wallabag/tree/2.0.0-beta.2) (2016-03-12)
646 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-beta.1...2.0.0-beta.2)
647
648 ## [2.0.0-beta.1](https://github.com/wallabag/wallabag/tree/2.0.0-beta.1) (2016-03-01)
649 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-alpha.2...2.0.0-beta.1)
650
651 ## [2.0.0-alpha.2](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.2) (2016-01-22)
652 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-alpha.1...2.0.0-alpha.2)
653
654 ## [2.0.0-alpha.1](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.1) (2016-01-07)
655 [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-alpha.0...2.0.0-alpha.1)
656
657 ## [2.0.0-alpha.0](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.0) (2015-09-14)
658 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1-b...2.0.0-alpha.0)
659
660 ## [1.9.1-b](https://github.com/wallabag/wallabag/tree/1.9.1-b) (2015-08-04)
661 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1...1.9.1-b)
662
663 ## [1.9.1](https://github.com/wallabag/wallabag/tree/1.9.1) (2015-08-03)
664 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta3...1.9.1)
665
666 ## [1.9.1beta3](https://github.com/wallabag/wallabag/tree/1.9.1beta3) (2015-06-06)
667 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta2...1.9.1beta3)
668
669 ## [1.9.1beta2](https://github.com/wallabag/wallabag/tree/1.9.1beta2) (2015-05-09)
670 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta1...1.9.1beta2)
671
672 ## [1.9.1beta1](https://github.com/wallabag/wallabag/tree/1.9.1beta1) (2015-04-08)
673 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1alpha2...1.9.1beta1)
674
675 ## [1.9.1alpha2](https://github.com/wallabag/wallabag/tree/1.9.1alpha2) (2015-04-07)
676 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1alpha1...1.9.1alpha2)
677
678 ## [1.9.1alpha1](https://github.com/wallabag/wallabag/tree/1.9.1alpha1) (2015-03-08)
679 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9...1.9.1alpha1)
680
681 ## [1.9](https://github.com/wallabag/wallabag/tree/1.9) (2015-02-18)
682 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9RC1...1.9)
683
684 ## [1.9RC1](https://github.com/wallabag/wallabag/tree/1.9RC1) (2015-02-16)
685 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9beta2...1.9RC1)
686
687 ## [1.9beta2](https://github.com/wallabag/wallabag/tree/1.9beta2) (2015-02-15)
688 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9beta...1.9beta2)
689
690 ## [1.9beta](https://github.com/wallabag/wallabag/tree/1.9beta) (2015-02-14)
691 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1old...1.9beta)
692
693 ## [1.8.1old](https://github.com/wallabag/wallabag/tree/1.8.1old) (2014-11-16)
694 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1bis...1.8.1old)
695
696 ## [1.8.1bis](https://github.com/wallabag/wallabag/tree/1.8.1bis) (2014-11-16)
697 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1b...1.8.1bis)
698
699 ## [1.8.1b](https://github.com/wallabag/wallabag/tree/1.8.1b) (2014-11-16)
700 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1...1.8.1b)
701
702 ## [1.8.1](https://github.com/wallabag/wallabag/tree/1.8.1) (2014-11-15)
703 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.0...1.8.1)
704
705 ## [1.8.0](https://github.com/wallabag/wallabag/tree/1.8.0) (2014-10-10)
706 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.2...1.8.0)
707
708 ## [1.7.2](https://github.com/wallabag/wallabag/tree/1.7.2) (2014-07-24)
709 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.1...1.7.2)
710
711 ## [1.7.1](https://github.com/wallabag/wallabag/tree/1.7.1) (2014-07-15)
712 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.0...1.7.1)
713
714 ## [1.7.0](https://github.com/wallabag/wallabag/tree/1.7.0) (2014-05-29)
715 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1b...1.7.0)
716
717 ## [1.6.1b](https://github.com/wallabag/wallabag/tree/1.6.1b) (2014-04-11)
718 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1...1.6.1b)
719
720 ## [1.6.1](https://github.com/wallabag/wallabag/tree/1.6.1) (2014-04-03)
721 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.0...1.6.1)
722
723 ## [1.6.0](https://github.com/wallabag/wallabag/tree/1.6.0) (2014-04-03)
724 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.2...1.6.0)
725
726 ## [1.5.2](https://github.com/wallabag/wallabag/tree/1.5.2) (2014-02-21)
727 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1.1...1.5.2)
728
729 ## [1.5.1.1](https://github.com/wallabag/wallabag/tree/1.5.1.1) (2014-02-19)
730 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1...1.5.1.1)
731
732 ## [1.5.1](https://github.com/wallabag/wallabag/tree/1.5.1) (2014-02-19)
733 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.0...1.5.1)
734
735 ## [1.5.0](https://github.com/wallabag/wallabag/tree/1.5.0) (2014-02-13)
736 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.4.0...1.5.0)
737
738 ## [1.4.0](https://github.com/wallabag/wallabag/tree/1.4.0) (2014-02-03)
739 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.1...1.4.0)
740
741 ## [1.3.1](https://github.com/wallabag/wallabag/tree/1.3.1) (2014-01-07)
742 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.0...1.3.1)
743
744 ## [1.3.0](https://github.com/wallabag/wallabag/tree/1.3.0) (2013-12-23)
745 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.2.0...1.3.0)
746
747 ## [1.2.0](https://github.com/wallabag/wallabag/tree/1.2.0) (2013-11-25)
748 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.1.0...1.2.0)
749
750 ## [1.1.0](https://github.com/wallabag/wallabag/tree/1.1.0) (2013-10-25)
751 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0.0...1.1.0)
752
753 ## [1.0.0](https://github.com/wallabag/wallabag/tree/1.0.0) (2013-10-03)
754 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5.2...1.0.0)
755
756 ## [1.0-beta5.2](https://github.com/wallabag/wallabag/tree/1.0-beta5.2) (2013-09-20)
757 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5.1...1.0-beta5.2)
758
759 ## [1.0-beta5.1](https://github.com/wallabag/wallabag/tree/1.0-beta5.1) (2013-09-20)
760 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5...1.0-beta5.1)
761
762 ## [1.0-beta5](https://github.com/wallabag/wallabag/tree/1.0-beta5) (2013-09-20)
763 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta4...1.0-beta5)
764
765 ## [1.0-beta4](https://github.com/wallabag/wallabag/tree/1.0-beta4) (2013-08-25)
766 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta3...1.0-beta4)
767
768 ## [1.0-beta3](https://github.com/wallabag/wallabag/tree/1.0-beta3) (2013-08-17)
769 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta2...1.0-beta3)
770
771 ## [1.0-beta2](https://github.com/wallabag/wallabag/tree/1.0-beta2) (2013-08-11)
772 [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta1...1.0-beta2)
773
774 ## [1.0-beta1](https://github.com/wallabag/wallabag/tree/1.0-beta1) (2013-08-07)
775 [Full Changelog](https://github.com/wallabag/wallabag/compare/0.3...1.0-beta1)
776
777 ## [0.3](https://github.com/wallabag/wallabag/tree/0.3) (2013-07-31)
778 [Full Changelog](https://github.com/wallabag/wallabag/compare/0.2.1...0.3)
779
780 ## [0.2.1](https://github.com/wallabag/wallabag/tree/0.2.1) (2013-04-23)
781 [Full Changelog](https://github.com/wallabag/wallabag/compare/0.2...0.2.1)
782
783 ## [0.2](https://github.com/wallabag/wallabag/tree/0.2) (2013-04-21)
784 [Full Changelog](https://github.com/wallabag/wallabag/compare/0.11...0.2)
785
786 ## [0.11](https://github.com/wallabag/wallabag/tree/0.11) (2013-04-19)
787 [Full Changelog](https://github.com/wallabag/wallabag/compare/0.1...0.11)
788
789 ## [0.1](https://github.com/wallabag/wallabag/tree/0.1) (2013-04-19)