]>
Commit | Line | Data |
---|---|---|
c0e8e603 NL |
1 | # Changelog |
2 | ||
b4da3ee8 NL |
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 | ||
c0e8e603 NL |
85 | ## [2.2.3](https://github.com/wallabag/wallabag/tree/2.2.3) (2017-05-17) |
86 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.2...2.2.3) | |
87 | ||
c0e8e603 NL |
88 | - Lock guzzle-site-authenticator to avoid errors [\#3124](https://github.com/wallabag/wallabag/pull/3124) ([j0k3r](https://github.com/j0k3r)) |
89 | - reorder contrib strings in about page [\#3123](https://github.com/wallabag/wallabag/pull/3123) ([X-dark](https://github.com/X-dark)) | |
90 | - Fixed documentation URL [\#3117](https://github.com/wallabag/wallabag/pull/3117) ([nicosomb](https://github.com/nicosomb)) | |
91 | - Update graby\* licenses [\#3097](https://github.com/wallabag/wallabag/pull/3097) ([j0k3r](https://github.com/j0k3r)) | |
92 | - Fix API pagination is broken if perPage is custom value [\#3096](https://github.com/wallabag/wallabag/pull/3096) ([aaa2000](https://github.com/aaa2000)) | |
93 | - 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)) | |
94 | - Translate error message in login page [\#3090](https://github.com/wallabag/wallabag/pull/3090) ([aaa2000](https://github.com/aaa2000)) | |
95 | - Fix display the form errors correctly [\#3082](https://github.com/wallabag/wallabag/pull/3082) ([aaa2000](https://github.com/aaa2000)) | |
96 | - Disable negative numbers in filters [\#3076](https://github.com/wallabag/wallabag/pull/3076) ([bourvill](https://github.com/bourvill)) | |
97 | - Small typo in documentation fix \#3061 [\#3072](https://github.com/wallabag/wallabag/pull/3072) ([bourvill](https://github.com/bourvill)) | |
98 | - Ignore tests exported files [\#3066](https://github.com/wallabag/wallabag/pull/3066) ([tcitworld](https://github.com/tcitworld)) | |
99 | - Correct create\_application en string [\#3064](https://github.com/wallabag/wallabag/pull/3064) ([gileri](https://github.com/gileri)) | |
100 | - Make symfony-assets-install use `relative` symlinks [\#3052](https://github.com/wallabag/wallabag/pull/3052) ([shtrom](https://github.com/shtrom)) | |
101 | - Add export notice at the end of the epub [\#3023](https://github.com/wallabag/wallabag/pull/3023) ([mart-e](https://github.com/mart-e)) | |
102 | - Save alpha channel when downloading PNG images [\#3017](https://github.com/wallabag/wallabag/pull/3017) ([Kdecherf](https://github.com/Kdecherf)) | |
103 | - Update paywall.rst \(more details and clear cache\) [\#2985](https://github.com/wallabag/wallabag/pull/2985) ([etiess](https://github.com/etiess)) | |
104 | - Update paywall.rst \(EN\) with details + clear cache [\#2971](https://github.com/wallabag/wallabag/pull/2971) ([j0k3r](https://github.com/j0k3r)) | |
105 | - remove language on html tag [\#2968](https://github.com/wallabag/wallabag/pull/2968) ([chrido](https://github.com/chrido)) | |
106 | ||
107 | ## [2.2.2](https://github.com/wallabag/wallabag/tree/2.2.2) (2017-03-02) | |
108 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.1...2.2.2) | |
109 | ||
c0e8e603 NL |
110 | - Update Polish translation [\#2932](https://github.com/wallabag/wallabag/pull/2932) ([mruminski](https://github.com/mruminski)) |
111 | - Update Spanish translation [\#2917](https://github.com/wallabag/wallabag/pull/2917) ([ngosang](https://github.com/ngosang)) | |
112 | - Remove word repetition from german translation [\#2911](https://github.com/wallabag/wallabag/pull/2911) ([jlnostr](https://github.com/jlnostr)) | |
113 | - Italian documentation added [\#2878](https://github.com/wallabag/wallabag/pull/2878) ([matteocoder](https://github.com/matteocoder)) | |
114 | - Add informations about Apache 2.4 [\#2874](https://github.com/wallabag/wallabag/pull/2874) ([kgaut](https://github.com/kgaut)) | |
115 | - Fixed symlinks issue during release creation [\#2950](https://github.com/wallabag/wallabag/pull/2950) ([nicosomb](https://github.com/nicosomb)) | |
116 | - Use wallabag/tcpdf [\#2931](https://github.com/wallabag/wallabag/pull/2931) ([j0k3r](https://github.com/j0k3r)) | |
117 | - Add activation of 'rewrite' mod of Apache [\#2926](https://github.com/wallabag/wallabag/pull/2926) ([qtheuret](https://github.com/qtheuret)) | |
118 | - Updated CHANGELOG with latest changes [\#2916](https://github.com/wallabag/wallabag/pull/2916) ([nicosomb](https://github.com/nicosomb)) | |
119 | - Import: we now skip messages when user is null [\#2915](https://github.com/wallabag/wallabag/pull/2915) ([nicosomb](https://github.com/nicosomb)) | |
120 | - Added wallabag.it link in README [\#2913](https://github.com/wallabag/wallabag/pull/2913) ([nicosomb](https://github.com/nicosomb)) | |
121 | - Moved :it: documentation into it folder [\#2908](https://github.com/wallabag/wallabag/pull/2908) ([nicosomb](https://github.com/nicosomb)) | |
122 | - Alert that 2FA must be authorized in app/config/parameters.yml [\#2905](https://github.com/wallabag/wallabag/pull/2905) ([nicofrand](https://github.com/nicofrand)) | |
123 | - Update Spanish translation [\#2892](https://github.com/wallabag/wallabag/pull/2892) ([ngosang](https://github.com/ngosang)) | |
124 | - Doc: translated mobile apps configuration in french [\#2882](https://github.com/wallabag/wallabag/pull/2882) ([nicosomb](https://github.com/nicosomb)) | |
125 | - Fixed typo in "first\_steps" [\#2879](https://github.com/wallabag/wallabag/pull/2879) ([matteocoder](https://github.com/matteocoder)) | |
126 | - Doc - information about Apache 2.4 [\#2875](https://github.com/wallabag/wallabag/pull/2875) ([kgaut](https://github.com/kgaut)) | |
127 | - Log restricted access value [\#2869](https://github.com/wallabag/wallabag/pull/2869) ([j0k3r](https://github.com/j0k3r)) | |
128 | - 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)) | |
129 | - fix misspells in polish translation [\#2846](https://github.com/wallabag/wallabag/pull/2846) ([mruminski](https://github.com/mruminski)) | |
130 | - Update RulerZ [\#2842](https://github.com/wallabag/wallabag/pull/2842) ([K-Phoen](https://github.com/K-Phoen)) | |
131 | - Show active list in the left menu during search [\#2841](https://github.com/wallabag/wallabag/pull/2841) ([Kdecherf](https://github.com/Kdecherf)) | |
132 | - Restored correct version for framework-extra-bundle [\#2840](https://github.com/wallabag/wallabag/pull/2840) ([nicosomb](https://github.com/nicosomb)) | |
133 | - scripts/update.sh: 18: scripts/update.sh: composer.phar: not found [\#2839](https://github.com/wallabag/wallabag/pull/2839) ([foxmask](https://github.com/foxmask)) | |
134 | - Update Oc version [\#2838](https://github.com/wallabag/wallabag/pull/2838) ([Quent-in](https://github.com/Quent-in)) | |
135 | - Search by term: extend to entries url [\#2832](https://github.com/wallabag/wallabag/pull/2832) ([Kdecherf](https://github.com/Kdecherf)) | |
136 | - Update of CraueConfigBundle in Occitan [\#2831](https://github.com/wallabag/wallabag/pull/2831) ([Quent-in](https://github.com/Quent-in)) | |
137 | - Fix rendering of entry title in Twig views [\#2830](https://github.com/wallabag/wallabag/pull/2830) ([Kdecherf](https://github.com/Kdecherf)) | |
138 | - Translate missing strings for de-DE. [\#2826](https://github.com/wallabag/wallabag/pull/2826) ([jlnostr](https://github.com/jlnostr)) | |
139 | - Renamed Developer section to API client management [\#2824](https://github.com/wallabag/wallabag/pull/2824) ([nicosomb](https://github.com/nicosomb)) | |
140 | - Fix nav-panel-search height [\#2818](https://github.com/wallabag/wallabag/pull/2818) ([Kdecherf](https://github.com/Kdecherf)) | |
141 | - 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)) | |
142 | - 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)) | |
143 | - first\_article.rst already inside articles.rst [\#2785](https://github.com/wallabag/wallabag/pull/2785) ([matteocoder](https://github.com/matteocoder)) | |
144 | - share.rst already integrated inside articles.rst [\#2784](https://github.com/wallabag/wallabag/pull/2784) ([matteocoder](https://github.com/matteocoder)) | |
145 | ||
146 | ## [2.2.1](https://github.com/wallabag/wallabag/tree/2.2.1) (2017-01-31) | |
147 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.2.0...2.2.1) | |
148 | ||
c0e8e603 NL |
149 | - Fixed duplicate entry for share\_public in craue\_setting\_table [\#2809](https://github.com/wallabag/wallabag/pull/2809) ([nicosomb](https://github.com/nicosomb)) |
150 | ||
151 | ## [2.2.0](https://github.com/wallabag/wallabag/tree/2.2.0) (2017-01-28) | |
152 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6.1...2.2.0) | |
153 | ||
c0e8e603 NL |
154 | - Added indexes on is\_archived and is\_starred [\#2789](https://github.com/wallabag/wallabag/pull/2789) ([nicosomb](https://github.com/nicosomb)) |
155 | - Fix \#2056 update config.yml [\#2624](https://github.com/wallabag/wallabag/pull/2624) ([Rurik19](https://github.com/Rurik19)) | |
c0e8e603 NL |
156 | |
157 | ## [2.1.6.1](https://github.com/wallabag/wallabag/tree/2.1.6.1) (2017-01-23) | |
158 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.6...2.1.6.1) | |
159 | ||
160 | ## [2.1.6](https://github.com/wallabag/wallabag/tree/2.1.6) (2017-01-18) | |
161 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.5...2.1.6) | |
162 | ||
c0e8e603 | 163 | - Update copyright year [\#2736](https://github.com/wallabag/wallabag/pull/2736) ([lex111](https://github.com/lex111)) |
c0e8e603 NL |
164 | - Fixed possible JS injection via the title edition [\#2758](https://github.com/wallabag/wallabag/pull/2758) ([nicosomb](https://github.com/nicosomb)) |
165 | ||
166 | ## [2.1.5](https://github.com/wallabag/wallabag/tree/2.1.5) (2016-11-21) | |
167 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.4...2.1.5) | |
168 | ||
c0e8e603 NL |
169 | - Force composer to run as PHP 5.5.9 [\#2623](https://github.com/wallabag/wallabag/pull/2623) ([j0k3r](https://github.com/j0k3r)) |
170 | ||
171 | ## [2.1.4](https://github.com/wallabag/wallabag/tree/2.1.4) (2016-11-19) | |
172 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.3...2.1.4) | |
173 | ||
c0e8e603 NL |
174 | - Add .travis.yml change to RELEASE\_PROCESS [\#2605](https://github.com/wallabag/wallabag/pull/2605) ([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)) | |
176 | - Fix clear-cache problem using —no-dev [\#2603](https://github.com/wallabag/wallabag/pull/2603) ([j0k3r](https://github.com/j0k3r)) | |
c0e8e603 NL |
177 | - User-agents have moved to site-config [\#2587](https://github.com/wallabag/wallabag/pull/2587) ([j0k3r](https://github.com/j0k3r)) |
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)) | |
179 | - Added help on config screen [\#2578](https://github.com/wallabag/wallabag/pull/2578) ([nicosomb](https://github.com/nicosomb)) | |
180 | - Added tooltips in header bar [\#2577](https://github.com/wallabag/wallabag/pull/2577) ([nicosomb](https://github.com/nicosomb)) | |
181 | - Changed behavior when we change language [\#2571](https://github.com/wallabag/wallabag/pull/2571) ([nicosomb](https://github.com/nicosomb)) | |
182 | - Added creation date on entries view [\#2570](https://github.com/wallabag/wallabag/pull/2570) ([nicosomb](https://github.com/nicosomb)) | |
183 | - Removed support website on about page [\#2565](https://github.com/wallabag/wallabag/pull/2565) ([nicosomb](https://github.com/nicosomb)) | |
184 | - Improve PR template [\#2563](https://github.com/wallabag/wallabag/pull/2563) ([j0k3r](https://github.com/j0k3r)) | |
185 | - Bigger image preview in case of only image content [\#2562](https://github.com/wallabag/wallabag/pull/2562) ([j0k3r](https://github.com/j0k3r)) | |
186 | - Improve tags list on small screen [\#2561](https://github.com/wallabag/wallabag/pull/2561) ([Rurik19](https://github.com/Rurik19)) | |
187 | - Replaced TokenStorage with TokenStorageInterface [\#2556](https://github.com/wallabag/wallabag/pull/2556) ([nicosomb](https://github.com/nicosomb)) | |
188 | - Reorder variable assignation in update.sh script, fix \#2554 [\#2555](https://github.com/wallabag/wallabag/pull/2555) ([dkrmr](https://github.com/dkrmr)) | |
189 | - Round readingtime to avoid crazy number [\#2552](https://github.com/wallabag/wallabag/pull/2552) ([j0k3r](https://github.com/j0k3r)) | |
190 | - Reordered documentation [\#2550](https://github.com/wallabag/wallabag/pull/2550) ([nicosomb](https://github.com/nicosomb)) | |
191 | - Updated default parameters.yml file in documentation [\#2546](https://github.com/wallabag/wallabag/pull/2546) ([nicosomb](https://github.com/nicosomb)) | |
192 | - Update the upgrade documentation [\#2545](https://github.com/wallabag/wallabag/pull/2545) ([nicosomb](https://github.com/nicosomb)) | |
193 | ||
194 | ## [2.1.3](https://github.com/wallabag/wallabag/tree/2.1.3) (2016-11-04) | |
195 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.2...2.1.3) | |
196 | ||
c0e8e603 NL |
197 | - Force user-agent for .slashdot.org [\#2528](https://github.com/wallabag/wallabag/pull/2528) ([Kdecherf](https://github.com/Kdecherf)) |
198 | - Translation update - French [\#2519](https://github.com/wallabag/wallabag/pull/2519) ([Jibec](https://github.com/Jibec)) | |
199 | - docs: fix link to wallabag-stats project [\#2518](https://github.com/wallabag/wallabag/pull/2518) ([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)) | |
201 | - Fix missing words in Android application documentation [\#2485](https://github.com/wallabag/wallabag/pull/2485) ([bmillemathias](https://github.com/bmillemathias)) | |
202 | - Removed MD5 hash in documentation [\#2466](https://github.com/wallabag/wallabag/pull/2466) ([nicosomb](https://github.com/nicosomb)) | |
c0e8e603 NL |
203 | - Use created\_at as default sort [\#2534](https://github.com/wallabag/wallabag/pull/2534) ([j0k3r](https://github.com/j0k3r)) |
204 | - Added documentation about failed to load external entity error [\#2530](https://github.com/wallabag/wallabag/pull/2530) ([nicosomb](https://github.com/nicosomb)) | |
205 | - Add Instapaper to CLI import [\#2524](https://github.com/wallabag/wallabag/pull/2524) ([lologhi](https://github.com/lologhi)) | |
206 | - fix path for the install scripts [\#2521](https://github.com/wallabag/wallabag/pull/2521) ([foxmask](https://github.com/foxmask)) | |
207 | - Inject parameter instead of service [\#2520](https://github.com/wallabag/wallabag/pull/2520) ([j0k3r](https://github.com/j0k3r)) | |
208 | - Updated Capistrano configuration [\#2513](https://github.com/wallabag/wallabag/pull/2513) ([nicosomb](https://github.com/nicosomb)) | |
209 | - Exploded WallabagRestController into many controllers [\#2509](https://github.com/wallabag/wallabag/pull/2509) ([nicosomb](https://github.com/nicosomb)) | |
210 | - Added the whole path to parameters.yml file [\#2508](https://github.com/wallabag/wallabag/pull/2508) ([nicosomb](https://github.com/nicosomb)) | |
211 | - Added require.sh to check if composer is installed [\#2507](https://github.com/wallabag/wallabag/pull/2507) ([nicosomb](https://github.com/nicosomb)) | |
212 | - Fixed entries export filtered with a tag [\#2506](https://github.com/wallabag/wallabag/pull/2506) ([nicosomb](https://github.com/nicosomb)) | |
213 | - Added tag label in the page title [\#2504](https://github.com/wallabag/wallabag/pull/2504) ([nicosomb](https://github.com/nicosomb)) | |
214 | - Added a check in Makefile to see if composer is installed [\#2500](https://github.com/wallabag/wallabag/pull/2500) ([nicosomb](https://github.com/nicosomb)) | |
215 | - Add relevant links to fetch content error page [\#2493](https://github.com/wallabag/wallabag/pull/2493) ([bmillemathias](https://github.com/bmillemathias)) | |
216 | - Added :fr: documentation for wallabag backup [\#2486](https://github.com/wallabag/wallabag/pull/2486) ([nicosomb](https://github.com/nicosomb)) | |
217 | - Document what to backup in Wallabag [\#2484](https://github.com/wallabag/wallabag/pull/2484) ([bmillemathias](https://github.com/bmillemathias)) | |
218 | - If reload content failed, don’t update it [\#2482](https://github.com/wallabag/wallabag/pull/2482) ([j0k3r](https://github.com/j0k3r)) | |
219 | - Some fixes [\#2481](https://github.com/wallabag/wallabag/pull/2481) ([j0k3r](https://github.com/j0k3r)) | |
220 | - Portuguese \(Brazilian\) translation [\#2473](https://github.com/wallabag/wallabag/pull/2473) ([pmichelazzo](https://github.com/pmichelazzo)) | |
221 | - Update wallabag version for master branch [\#2467](https://github.com/wallabag/wallabag/pull/2467) ([nicosomb](https://github.com/nicosomb)) | |
222 | - UI Changes [\#2460](https://github.com/wallabag/wallabag/pull/2460) ([tcitworld](https://github.com/tcitworld)) | |
223 | ||
224 | ## [2.1.2](https://github.com/wallabag/wallabag/tree/2.1.2) (2016-10-17) | |
225 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.1...2.1.2) | |
226 | ||
c0e8e603 NL |
227 | - German: improve existing and add missing translation [\#2459](https://github.com/wallabag/wallabag/pull/2459) ([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)) | |
229 | - Bring make dev [\#2451](https://github.com/wallabag/wallabag/pull/2451) ([tcitworld](https://github.com/tcitworld)) | |
230 | - Update ISSUE\_TEMPLATE.md [\#2432](https://github.com/wallabag/wallabag/pull/2432) ([j0k3r](https://github.com/j0k3r)) | |
231 | - Define a dev version for the master [\#2417](https://github.com/wallabag/wallabag/pull/2417) ([j0k3r](https://github.com/j0k3r)) | |
232 | - try to reduce assets build npm connection failing by updating nodejs [\#2375](https://github.com/wallabag/wallabag/pull/2375) ([tcitworld](https://github.com/tcitworld)) | |
233 | - Fixed hardcoded title for internal settings [\#2464](https://github.com/wallabag/wallabag/pull/2464) ([nicosomb](https://github.com/nicosomb)) | |
234 | - Fix tabs on material [\#2455](https://github.com/wallabag/wallabag/pull/2455) ([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)) | |
c0e8e603 NL |
236 | - View improvements [\#2450](https://github.com/wallabag/wallabag/pull/2450) ([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)) | |
238 | - Added information about tagging rules in documentation [\#2446](https://github.com/wallabag/wallabag/pull/2446) ([nicosomb](https://github.com/nicosomb)) | |
239 | - Mention example instance in docs [\#2444](https://github.com/wallabag/wallabag/pull/2444) ([Kaligule](https://github.com/Kaligule)) | |
240 | - Minor fixes in the english documentation [\#2439](https://github.com/wallabag/wallabag/pull/2439) ([zertrin](https://github.com/zertrin)) | |
241 | - Added french documentation for upgrade [\#2435](https://github.com/wallabag/wallabag/pull/2435) ([nicosomb](https://github.com/nicosomb)) | |
242 | - Added french documentation for parameters.yml [\#2434](https://github.com/wallabag/wallabag/pull/2434) ([nicosomb](https://github.com/nicosomb)) | |
243 | - Lock deps for FOSUser [\#2429](https://github.com/wallabag/wallabag/pull/2429) ([j0k3r](https://github.com/j0k3r)) | |
244 | - Fix links on english documentation homepage [\#2426](https://github.com/wallabag/wallabag/pull/2426) ([nicosomb](https://github.com/nicosomb)) | |
245 | - Fixed display for note in installation page [\#2422](https://github.com/wallabag/wallabag/pull/2422) ([nicosomb](https://github.com/nicosomb)) | |
246 | - Avoid error when Redis isn't here in tests [\#2420](https://github.com/wallabag/wallabag/pull/2420) ([j0k3r](https://github.com/j0k3r)) | |
247 | - Fixed Twitter Cards by adding a description tag [\#2419](https://github.com/wallabag/wallabag/pull/2419) ([nicosomb](https://github.com/nicosomb)) | |
248 | - Added support of Twitter Cards for public articles [\#2418](https://github.com/wallabag/wallabag/pull/2418) ([nicosomb](https://github.com/nicosomb)) | |
249 | - Remove automatic closing of the window from bookmarklet [\#2414](https://github.com/wallabag/wallabag/pull/2414) ([szafranek](https://github.com/szafranek)) | |
250 | - When a sub command fail, display error message [\#2413](https://github.com/wallabag/wallabag/pull/2413) ([j0k3r](https://github.com/j0k3r)) | |
251 | - Fix PostgreSQL migrations [\#2412](https://github.com/wallabag/wallabag/pull/2412) ([j0k3r](https://github.com/j0k3r)) | |
252 | - Fix entities definition [\#2411](https://github.com/wallabag/wallabag/pull/2411) ([j0k3r](https://github.com/j0k3r)) | |
253 | - Optimize tag list display [\#2410](https://github.com/wallabag/wallabag/pull/2410) ([j0k3r](https://github.com/j0k3r)) | |
254 | - Show number of annotations instead of nbAnnotations placeholder [\#2406](https://github.com/wallabag/wallabag/pull/2406) ([szafranek](https://github.com/szafranek)) | |
255 | - Fix few invalid HTML tags [\#2405](https://github.com/wallabag/wallabag/pull/2405) ([szafranek](https://github.com/szafranek)) | |
256 | - Cleaned up documentation for installation process [\#2403](https://github.com/wallabag/wallabag/pull/2403) ([nicosomb](https://github.com/nicosomb)) | |
257 | - Removed 1.x stuff in CHANGELOG [\#2402](https://github.com/wallabag/wallabag/pull/2402) ([nicosomb](https://github.com/nicosomb)) | |
258 | - Set env to prod in documentation [\#2400](https://github.com/wallabag/wallabag/pull/2400) ([j0k3r](https://github.com/j0k3r)) | |
259 | - Use default locale for user config [\#2399](https://github.com/wallabag/wallabag/pull/2399) ([j0k3r](https://github.com/j0k3r)) | |
260 | - Ensure orphan tag are remove in API [\#2397](https://github.com/wallabag/wallabag/pull/2397) ([j0k3r](https://github.com/j0k3r)) | |
261 | - Update messages.pl.yml [\#2396](https://github.com/wallabag/wallabag/pull/2396) ([mruminski](https://github.com/mruminski)) | |
262 | - Add ability to use socket [\#2395](https://github.com/wallabag/wallabag/pull/2395) ([j0k3r](https://github.com/j0k3r)) | |
263 | - Ability to check multiple urls in API [\#2393](https://github.com/wallabag/wallabag/pull/2393) ([j0k3r](https://github.com/j0k3r)) | |
264 | - Added default picture if preview picture is null [\#2389](https://github.com/wallabag/wallabag/pull/2389) ([nicosomb](https://github.com/nicosomb)) | |
265 | - Fixed two-factor checkbox display in user admin panel [\#2388](https://github.com/wallabag/wallabag/pull/2388) ([nicosomb](https://github.com/nicosomb)) | |
266 | - Changed Changelog by using github-changelog-generator from @skywinder [\#2386](https://github.com/wallabag/wallabag/pull/2386) ([nicosomb](https://github.com/nicosomb)) | |
267 | - Added documentation about siteconfig fix [\#2385](https://github.com/wallabag/wallabag/pull/2385) ([nicosomb](https://github.com/nicosomb)) | |
268 | - Added OpenGraph support for public articles [\#2383](https://github.com/wallabag/wallabag/pull/2383) ([nicosomb](https://github.com/nicosomb)) | |
269 | - Fix exists API call [\#2377](https://github.com/wallabag/wallabag/pull/2377) ([tcitworld](https://github.com/tcitworld)) | |
270 | - Clickable tags [\#2374](https://github.com/wallabag/wallabag/pull/2374) ([tcitworld](https://github.com/tcitworld)) | |
271 | - Remove mouf/nodejs-installer from composer [\#2363](https://github.com/wallabag/wallabag/pull/2363) ([j0k3r](https://github.com/j0k3r)) | |
272 | - Changed relation between API client and refresh token [\#2351](https://github.com/wallabag/wallabag/pull/2351) ([nicosomb](https://github.com/nicosomb)) | |
273 | - Fix relations export for Entry [\#2332](https://github.com/wallabag/wallabag/pull/2332) ([j0k3r](https://github.com/j0k3r)) | |
274 | ||
275 | ## [2.1.1](https://github.com/wallabag/wallabag/tree/2.1.1) (2016-10-04) | |
276 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.1.0...2.1.1) | |
277 | ||
c0e8e603 NL |
278 | - Create config even if user is disabled [\#2359](https://github.com/wallabag/wallabag/pull/2359) ([j0k3r](https://github.com/j0k3r)) |
279 | - Add php-bcmath extension to requirements [\#2354](https://github.com/wallabag/wallabag/pull/2354) ([Zayon](https://github.com/Zayon)) | |
280 | - Basically, fix everything [\#2353](https://github.com/wallabag/wallabag/pull/2353) ([tcitworld](https://github.com/tcitworld)) | |
c0e8e603 NL |
281 | - Update messages.pl.yml [\#2341](https://github.com/wallabag/wallabag/pull/2341) ([mruminski](https://github.com/mruminski)) |
282 | - small improvement for german translation [\#2340](https://github.com/wallabag/wallabag/pull/2340) ([Strubbl](https://github.com/Strubbl)) | |
283 | - Fix for 2.1 installation [\#2338](https://github.com/wallabag/wallabag/pull/2338) ([j0k3r](https://github.com/j0k3r)) | |
284 | ||
285 | ## [2.1.0](https://github.com/wallabag/wallabag/tree/2.1.0) (2016-10-03) | |
286 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.8...2.1.0) | |
287 | ||
c0e8e603 NL |
288 | - Docker : install PHP 'gd' extension [\#2319](https://github.com/wallabag/wallabag/pull/2319) ([pmartin](https://github.com/pmartin)) |
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)) | |
290 | - Remove error message when creating ePub versions [\#2330](https://github.com/wallabag/wallabag/pull/2330) ([pmichelazzo](https://github.com/pmichelazzo)) | |
c0e8e603 NL |
291 | |
292 | ## [2.0.8](https://github.com/wallabag/wallabag/tree/2.0.8) (2016-09-07) | |
293 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.7...2.0.8) | |
294 | ||
c0e8e603 | 295 | - Allow failure for PHP 7.1 [\#2236](https://github.com/wallabag/wallabag/pull/2236) ([j0k3r](https://github.com/j0k3r)) |
c0e8e603 NL |
296 | - Add a check for the database connection [\#2262](https://github.com/wallabag/wallabag/pull/2262) ([j0k3r](https://github.com/j0k3r)) |
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)) | |
298 | - V2 improve view [\#2238](https://github.com/wallabag/wallabag/pull/2238) ([modos189](https://github.com/modos189)) | |
299 | - Add configuration for german documentation [\#2235](https://github.com/wallabag/wallabag/pull/2235) ([nicosomb](https://github.com/nicosomb)) | |
300 | - Fixes mailto link in documentation [\#2234](https://github.com/wallabag/wallabag/pull/2234) ([cstuder](https://github.com/cstuder)) | |
301 | - Cut entries title in card view: continued [\#2230](https://github.com/wallabag/wallabag/pull/2230) ([modos189](https://github.com/modos189)) | |
302 | ||
303 | ## [2.0.7](https://github.com/wallabag/wallabag/tree/2.0.7) (2016-08-22) | |
304 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.6...2.0.7) | |
305 | ||
c0e8e603 NL |
306 | - Avoid breaking import when fetching fail [\#2224](https://github.com/wallabag/wallabag/pull/2224) ([j0k3r](https://github.com/j0k3r)) |
307 | - Added creation date and reading time on article view [\#2222](https://github.com/wallabag/wallabag/pull/2222) ([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)) | |
309 | - Enable PATCH method for CORS in API part [\#2220](https://github.com/wallabag/wallabag/pull/2220) ([Rurik19](https://github.com/Rurik19)) | |
310 | - Enable CORS headers for OAUTH part [\#2216](https://github.com/wallabag/wallabag/pull/2216) ([Rurik19](https://github.com/Rurik19)) | |
311 | - Run tests on an uptodate HHVM [\#2134](https://github.com/wallabag/wallabag/pull/2134) ([j0k3r](https://github.com/j0k3r)) | |
312 | - Fix form user display when 2FA is disabled [\#2095](https://github.com/wallabag/wallabag/pull/2095) ([nicosomb](https://github.com/nicosomb)) | |
313 | ||
314 | ## [2.0.6](https://github.com/wallabag/wallabag/tree/2.0.6) (2016-08-10) | |
315 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.5...2.0.6) | |
316 | ||
c0e8e603 | 317 | - Run PHP 7.1 on Travis [\#2048](https://github.com/wallabag/wallabag/pull/2048) ([j0k3r](https://github.com/j0k3r)) |
c0e8e603 NL |
318 | - Fixed typo in entry:notice:entry\_saved [\#2200](https://github.com/wallabag/wallabag/pull/2200) ([charno6](https://github.com/charno6)) |
319 | - Handling socials links into a config file [\#2199](https://github.com/wallabag/wallabag/pull/2199) ([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)) | |
321 | - Remove binary from repo [\#2195](https://github.com/wallabag/wallabag/pull/2195) ([j0k3r](https://github.com/j0k3r)) | |
322 | - Fixed spelling Artúclos --\> Artículos [\#2194](https://github.com/wallabag/wallabag/pull/2194) ([benages](https://github.com/benages)) | |
323 | - Fix 3rd-Party Apps links \(Chrome & Firefox\) [\#2185](https://github.com/wallabag/wallabag/pull/2185) ([tcitworld](https://github.com/tcitworld)) | |
324 | - Change the way to login user in tests [\#2172](https://github.com/wallabag/wallabag/pull/2172) ([j0k3r](https://github.com/j0k3r)) | |
325 | - Fix a few french translations typos [\#2165](https://github.com/wallabag/wallabag/pull/2165) ([tcitworld](https://github.com/tcitworld)) | |
326 | - Update symlink to php-cs-fixer [\#2160](https://github.com/wallabag/wallabag/pull/2160) ([j0k3r](https://github.com/j0k3r)) | |
327 | - Handle only upper or only lower reading filter [\#2157](https://github.com/wallabag/wallabag/pull/2157) ([j0k3r](https://github.com/j0k3r)) | |
328 | - Try to find bad redirection after delete [\#2156](https://github.com/wallabag/wallabag/pull/2156) ([j0k3r](https://github.com/j0k3r)) | |
329 | - Use friendsofphp instead of fabpot [\#2155](https://github.com/wallabag/wallabag/pull/2155) ([j0k3r](https://github.com/j0k3r)) | |
330 | - translate documentation to German [\#2148](https://github.com/wallabag/wallabag/pull/2148) ([Strubbl](https://github.com/Strubbl)) | |
331 | - Corrected Regex for lighttpd rewrite [\#2145](https://github.com/wallabag/wallabag/pull/2145) ([even-allmighty](https://github.com/even-allmighty)) | |
332 | - Jump to Symfony 3.1 [\#2132](https://github.com/wallabag/wallabag/pull/2132) ([j0k3r](https://github.com/j0k3r)) | |
333 | ||
334 | ## [2.0.5](https://github.com/wallabag/wallabag/tree/2.0.5) (2016-05-31) | |
335 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.4...2.0.5) | |
336 | ||
c0e8e603 NL |
337 | - Improve English translation [\#2109](https://github.com/wallabag/wallabag/pull/2109) ([Poorchop](https://github.com/Poorchop)) |
338 | - Update api.rst [\#2044](https://github.com/wallabag/wallabag/pull/2044) ([joshp23](https://github.com/joshp23)) | |
339 | - new details in the doc about the rights access again;\) [\#2038](https://github.com/wallabag/wallabag/pull/2038) ([foxmask](https://github.com/foxmask)) | |
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)) | |
c0e8e603 NL |
341 | - Docs proposal [\#2112](https://github.com/wallabag/wallabag/pull/2112) ([Poorchop](https://github.com/Poorchop)) |
342 | - add screenshots of android docu in English [\#2111](https://github.com/wallabag/wallabag/pull/2111) ([Strubbl](https://github.com/Strubbl)) | |
343 | - CS [\#2098](https://github.com/wallabag/wallabag/pull/2098) ([j0k3r](https://github.com/j0k3r)) | |
344 | - Fix image path in 2-factor authentification email [\#2097](https://github.com/wallabag/wallabag/pull/2097) ([bmillemathias](https://github.com/bmillemathias)) | |
345 | - Update CONTRIBUTING file [\#2094](https://github.com/wallabag/wallabag/pull/2094) ([nicosomb](https://github.com/nicosomb)) | |
346 | - Replace vertical dots in material theme with horizontal dots [\#2093](https://github.com/wallabag/wallabag/pull/2093) ([nicosomb](https://github.com/nicosomb)) | |
347 | - Starred and Archived clears if article is already exists [\#2092](https://github.com/wallabag/wallabag/pull/2092) ([Rurik19](https://github.com/Rurik19)) | |
348 | - Do not specify language in Firefox addon link [\#2069](https://github.com/wallabag/wallabag/pull/2069) ([merwan](https://github.com/merwan)) | |
349 | - Added information about permissions on data/ [\#2068](https://github.com/wallabag/wallabag/pull/2068) ([mariovor](https://github.com/mariovor)) | |
350 | - Update CraueConfigBundle.it.yml [\#2054](https://github.com/wallabag/wallabag/pull/2054) ([jamiroconca](https://github.com/jamiroconca)) | |
351 | - Add unread filter to entries pages [\#2052](https://github.com/wallabag/wallabag/pull/2052) ([danbartram](https://github.com/danbartram)) | |
352 | - Update api.rst [\#2049](https://github.com/wallabag/wallabag/pull/2049) ([joshp23](https://github.com/joshp23)) | |
353 | ||
354 | ## [2.0.4](https://github.com/wallabag/wallabag/tree/2.0.4) (2016-05-07) | |
355 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.3...2.0.4) | |
356 | ||
c0e8e603 NL |
357 | - Change Travis/Scrutinizer pictures in README [\#2029](https://github.com/wallabag/wallabag/pull/2029) ([nicosomb](https://github.com/nicosomb)) |
358 | - Docu for android app [\#2028](https://github.com/wallabag/wallabag/pull/2028) ([Strubbl](https://github.com/Strubbl)) | |
359 | - Update messages.it.yml [\#2024](https://github.com/wallabag/wallabag/pull/2024) ([jamiroconca](https://github.com/jamiroconca)) | |
360 | - Fix translation for validators [\#2023](https://github.com/wallabag/wallabag/pull/2023) ([nicosomb](https://github.com/nicosomb)) | |
361 | - Fix pagination bar on small devices [\#2022](https://github.com/wallabag/wallabag/pull/2022) ([nicosomb](https://github.com/nicosomb)) | |
362 | - Fix number of entries in tag/list [\#2020](https://github.com/wallabag/wallabag/pull/2020) ([nicosomb](https://github.com/nicosomb)) | |
363 | - Create CraueConfigBundle.it.yml [\#2019](https://github.com/wallabag/wallabag/pull/2019) ([jamiroconca](https://github.com/jamiroconca)) | |
364 | - Update config.yml, add italian as available language [\#2018](https://github.com/wallabag/wallabag/pull/2018) ([jamiroconca](https://github.com/jamiroconca)) | |
365 | - Create messages.it.yml [\#2017](https://github.com/wallabag/wallabag/pull/2017) ([jamiroconca](https://github.com/jamiroconca)) | |
366 | - Update documentation [\#2016](https://github.com/wallabag/wallabag/pull/2016) ([nicosomb](https://github.com/nicosomb)) | |
367 | - Fix tags listing [\#2013](https://github.com/wallabag/wallabag/pull/2013) ([nicosomb](https://github.com/nicosomb)) | |
368 | - integrate upgrade.rst [\#2012](https://github.com/wallabag/wallabag/pull/2012) ([biva](https://github.com/biva)) | |
369 | - upgrade.rst \(Creation of an upgrade page in the documentation\) [\#2011](https://github.com/wallabag/wallabag/pull/2011) ([biva](https://github.com/biva)) | |
370 | - Set the title via POST /api/entries [\#2010](https://github.com/wallabag/wallabag/pull/2010) ([nicosomb](https://github.com/nicosomb)) | |
371 | - 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)) | |
372 | - Fix old branch name urls [\#2001](https://github.com/wallabag/wallabag/pull/2001) ([tcitworld](https://github.com/tcitworld)) | |
373 | - Update CraueConfigBundle.es.yml [\#1992](https://github.com/wallabag/wallabag/pull/1992) ([jami7](https://github.com/jami7)) | |
374 | - Rights access to the folders of the project [\#1985](https://github.com/wallabag/wallabag/pull/1985) ([foxmask](https://github.com/foxmask)) | |
375 | - Es translation [\#1977](https://github.com/wallabag/wallabag/pull/1977) ([j0k3r](https://github.com/j0k3r)) | |
376 | - Fix filter reading time [\#1976](https://github.com/wallabag/wallabag/pull/1976) ([nicosomb](https://github.com/nicosomb)) | |
377 | - Fix typos in API documentation [\#1970](https://github.com/wallabag/wallabag/pull/1970) ([nicosomb](https://github.com/nicosomb)) | |
378 | - Create 3rd Resources chapter in API documentation [\#1969](https://github.com/wallabag/wallabag/pull/1969) ([nicosomb](https://github.com/nicosomb)) | |
379 | - Add FAQ page in documentation [\#1967](https://github.com/wallabag/wallabag/pull/1967) ([nicosomb](https://github.com/nicosomb)) | |
380 | ||
381 | ## [2.0.3](https://github.com/wallabag/wallabag/tree/2.0.3) (2016-04-22) | |
382 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.2...2.0.3) | |
383 | ||
c0e8e603 NL |
384 | - Update API documentation with cURL examples [\#1962](https://github.com/wallabag/wallabag/pull/1962) ([nicosomb](https://github.com/nicosomb)) |
385 | ||
386 | ## [2.0.2](https://github.com/wallabag/wallabag/tree/2.0.2) (2016-04-21) | |
387 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.2...2.0.2) | |
388 | ||
c0e8e603 NL |
389 | - Fix translation for Go to your account button after subscription [\#1957](https://github.com/wallabag/wallabag/pull/1957) ([nicosomb](https://github.com/nicosomb)) |
390 | - Update links in documentation [\#1954](https://github.com/wallabag/wallabag/pull/1954) ([nicosomb](https://github.com/nicosomb)) | |
391 | - Actualisation des liens morts \(Documentation de traduction\) [\#1953](https://github.com/wallabag/wallabag/pull/1953) ([maxi62330](https://github.com/maxi62330)) | |
c0e8e603 NL |
392 | - Added some curl examples [\#1945](https://github.com/wallabag/wallabag/pull/1945) ([ddeimeke](https://github.com/ddeimeke)) |
393 | - Update Travis configuration with branches renaming [\#1944](https://github.com/wallabag/wallabag/pull/1944) ([nicosomb](https://github.com/nicosomb)) | |
394 | - Optimize import [\#1942](https://github.com/wallabag/wallabag/pull/1942) ([nicosomb](https://github.com/nicosomb)) | |
395 | ||
396 | ## [1.9.2](https://github.com/wallabag/wallabag/tree/1.9.2) (2016-04-18) | |
397 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.1...1.9.2) | |
398 | ||
c0e8e603 NL |
399 | ## [2.0.1](https://github.com/wallabag/wallabag/tree/2.0.1) (2016-04-11) |
400 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0...2.0.1) | |
401 | ||
402 | ## [2.0.0](https://github.com/wallabag/wallabag/tree/2.0.0) (2016-04-03) | |
403 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-beta.2...2.0.0) | |
404 | ||
405 | ## [2.0.0-beta.2](https://github.com/wallabag/wallabag/tree/2.0.0-beta.2) (2016-03-12) | |
406 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-beta.1...2.0.0-beta.2) | |
407 | ||
408 | ## [2.0.0-beta.1](https://github.com/wallabag/wallabag/tree/2.0.0-beta.1) (2016-03-01) | |
409 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-alpha.2...2.0.0-beta.1) | |
410 | ||
411 | ## [2.0.0-alpha.2](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.2) (2016-01-22) | |
412 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-alpha.1...2.0.0-alpha.2) | |
413 | ||
414 | ## [2.0.0-alpha.1](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.1) (2016-01-07) | |
415 | [Full Changelog](https://github.com/wallabag/wallabag/compare/2.0.0-alpha.0...2.0.0-alpha.1) | |
416 | ||
417 | ## [2.0.0-alpha.0](https://github.com/wallabag/wallabag/tree/2.0.0-alpha.0) (2015-09-14) | |
418 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1-b...2.0.0-alpha.0) | |
419 | ||
c0e8e603 NL |
420 | ## [1.9.1-b](https://github.com/wallabag/wallabag/tree/1.9.1-b) (2015-08-04) |
421 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1...1.9.1-b) | |
422 | ||
c0e8e603 NL |
423 | ## [1.9.1](https://github.com/wallabag/wallabag/tree/1.9.1) (2015-08-03) |
424 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta3...1.9.1) | |
425 | ||
c0e8e603 NL |
426 | ## [1.9.1beta3](https://github.com/wallabag/wallabag/tree/1.9.1beta3) (2015-06-06) |
427 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta2...1.9.1beta3) | |
428 | ||
429 | ## [1.9.1beta2](https://github.com/wallabag/wallabag/tree/1.9.1beta2) (2015-05-09) | |
430 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1beta1...1.9.1beta2) | |
431 | ||
432 | ## [1.9.1beta1](https://github.com/wallabag/wallabag/tree/1.9.1beta1) (2015-04-08) | |
433 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1alpha2...1.9.1beta1) | |
434 | ||
435 | ## [1.9.1alpha2](https://github.com/wallabag/wallabag/tree/1.9.1alpha2) (2015-04-07) | |
436 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9.1alpha1...1.9.1alpha2) | |
437 | ||
438 | ## [1.9.1alpha1](https://github.com/wallabag/wallabag/tree/1.9.1alpha1) (2015-03-08) | |
439 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9...1.9.1alpha1) | |
440 | ||
441 | ## [1.9](https://github.com/wallabag/wallabag/tree/1.9) (2015-02-18) | |
442 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9RC1...1.9) | |
443 | ||
c0e8e603 NL |
444 | ## [1.9RC1](https://github.com/wallabag/wallabag/tree/1.9RC1) (2015-02-16) |
445 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9beta2...1.9RC1) | |
446 | ||
447 | ## [1.9beta2](https://github.com/wallabag/wallabag/tree/1.9beta2) (2015-02-15) | |
448 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.9beta...1.9beta2) | |
449 | ||
450 | ## [1.9beta](https://github.com/wallabag/wallabag/tree/1.9beta) (2015-02-14) | |
451 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1old...1.9beta) | |
452 | ||
c0e8e603 NL |
453 | ## [1.8.1old](https://github.com/wallabag/wallabag/tree/1.8.1old) (2014-11-16) |
454 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1bis...1.8.1old) | |
455 | ||
456 | ## [1.8.1bis](https://github.com/wallabag/wallabag/tree/1.8.1bis) (2014-11-16) | |
457 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1b...1.8.1bis) | |
458 | ||
459 | ## [1.8.1b](https://github.com/wallabag/wallabag/tree/1.8.1b) (2014-11-16) | |
460 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.1...1.8.1b) | |
461 | ||
c0e8e603 NL |
462 | ## [1.8.1](https://github.com/wallabag/wallabag/tree/1.8.1) (2014-11-15) |
463 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.8.0...1.8.1) | |
464 | ||
c0e8e603 NL |
465 | ## [1.8.0](https://github.com/wallabag/wallabag/tree/1.8.0) (2014-10-10) |
466 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.2...1.8.0) | |
467 | ||
c0e8e603 NL |
468 | ## [1.7.2](https://github.com/wallabag/wallabag/tree/1.7.2) (2014-07-24) |
469 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.1...1.7.2) | |
470 | ||
c0e8e603 NL |
471 | ## [1.7.1](https://github.com/wallabag/wallabag/tree/1.7.1) (2014-07-15) |
472 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.7.0...1.7.1) | |
473 | ||
c0e8e603 NL |
474 | ## [1.7.0](https://github.com/wallabag/wallabag/tree/1.7.0) (2014-05-29) |
475 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1b...1.7.0) | |
476 | ||
c0e8e603 NL |
477 | ## [1.6.1b](https://github.com/wallabag/wallabag/tree/1.6.1b) (2014-04-11) |
478 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.1...1.6.1b) | |
479 | ||
c0e8e603 NL |
480 | ## [1.6.1](https://github.com/wallabag/wallabag/tree/1.6.1) (2014-04-03) |
481 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.6.0...1.6.1) | |
482 | ||
483 | ## [1.6.0](https://github.com/wallabag/wallabag/tree/1.6.0) (2014-04-03) | |
484 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.2...1.6.0) | |
485 | ||
c0e8e603 NL |
486 | ## [1.5.2](https://github.com/wallabag/wallabag/tree/1.5.2) (2014-02-21) |
487 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1.1...1.5.2) | |
488 | ||
c0e8e603 NL |
489 | ## [1.5.1.1](https://github.com/wallabag/wallabag/tree/1.5.1.1) (2014-02-19) |
490 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.1...1.5.1.1) | |
491 | ||
492 | ## [1.5.1](https://github.com/wallabag/wallabag/tree/1.5.1) (2014-02-19) | |
493 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.5.0...1.5.1) | |
494 | ||
c0e8e603 NL |
495 | ## [1.5.0](https://github.com/wallabag/wallabag/tree/1.5.0) (2014-02-13) |
496 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.4.0...1.5.0) | |
497 | ||
c0e8e603 NL |
498 | ## [1.4.0](https://github.com/wallabag/wallabag/tree/1.4.0) (2014-02-03) |
499 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.1...1.4.0) | |
500 | ||
c0e8e603 NL |
501 | ## [1.3.1](https://github.com/wallabag/wallabag/tree/1.3.1) (2014-01-07) |
502 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.3.0...1.3.1) | |
503 | ||
c0e8e603 NL |
504 | ## [1.3.0](https://github.com/wallabag/wallabag/tree/1.3.0) (2013-12-23) |
505 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.2.0...1.3.0) | |
506 | ||
c0e8e603 NL |
507 | ## [1.2.0](https://github.com/wallabag/wallabag/tree/1.2.0) (2013-11-25) |
508 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.1.0...1.2.0) | |
509 | ||
c0e8e603 NL |
510 | ## [1.1.0](https://github.com/wallabag/wallabag/tree/1.1.0) (2013-10-25) |
511 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0.0...1.1.0) | |
512 | ||
c0e8e603 NL |
513 | ## [1.0.0](https://github.com/wallabag/wallabag/tree/1.0.0) (2013-10-03) |
514 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5.2...1.0.0) | |
515 | ||
516 | ## [1.0-beta5.2](https://github.com/wallabag/wallabag/tree/1.0-beta5.2) (2013-09-20) | |
517 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5.1...1.0-beta5.2) | |
518 | ||
519 | ## [1.0-beta5.1](https://github.com/wallabag/wallabag/tree/1.0-beta5.1) (2013-09-20) | |
520 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta5...1.0-beta5.1) | |
521 | ||
522 | ## [1.0-beta5](https://github.com/wallabag/wallabag/tree/1.0-beta5) (2013-09-20) | |
523 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta4...1.0-beta5) | |
524 | ||
c0e8e603 NL |
525 | ## [1.0-beta4](https://github.com/wallabag/wallabag/tree/1.0-beta4) (2013-08-25) |
526 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta3...1.0-beta4) | |
527 | ||
528 | ## [1.0-beta3](https://github.com/wallabag/wallabag/tree/1.0-beta3) (2013-08-17) | |
529 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta2...1.0-beta3) | |
530 | ||
c0e8e603 NL |
531 | ## [1.0-beta2](https://github.com/wallabag/wallabag/tree/1.0-beta2) (2013-08-11) |
532 | [Full Changelog](https://github.com/wallabag/wallabag/compare/1.0-beta1...1.0-beta2) | |
533 | ||
c0e8e603 NL |
534 | ## [1.0-beta1](https://github.com/wallabag/wallabag/tree/1.0-beta1) (2013-08-07) |
535 | [Full Changelog](https://github.com/wallabag/wallabag/compare/0.3...1.0-beta1) | |
536 | ||
537 | ## [0.3](https://github.com/wallabag/wallabag/tree/0.3) (2013-07-31) | |
538 | [Full Changelog](https://github.com/wallabag/wallabag/compare/0.2.1...0.3) | |
539 | ||
c0e8e603 NL |
540 | ## [0.2.1](https://github.com/wallabag/wallabag/tree/0.2.1) (2013-04-23) |
541 | [Full Changelog](https://github.com/wallabag/wallabag/compare/0.2...0.2.1) | |
542 | ||
c0e8e603 NL |
543 | ## [0.2](https://github.com/wallabag/wallabag/tree/0.2) (2013-04-21) |
544 | [Full Changelog](https://github.com/wallabag/wallabag/compare/0.11...0.2) | |
545 | ||
546 | ## [0.11](https://github.com/wallabag/wallabag/tree/0.11) (2013-04-19) | |
547 | [Full Changelog](https://github.com/wallabag/wallabag/compare/0.1...0.11) | |
548 | ||
549 | ## [0.1](https://github.com/wallabag/wallabag/tree/0.1) (2013-04-19) |