]>
Commit | Line | Data |
---|---|---|
1 | # Changelog | |
2 | ||
3 | All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). | |
4 | ||
5 | ## [2.0.7] - 2016-08-22 | |
6 | ||
7 | ### Added | |
8 | ||
9 | - [#2222](https://github.com/wallabag/wallabag/pull/2222) Added creation date and reading time on article view (Nicolas Lœuillet) | |
10 | - [#2134](https://github.com/wallabag/wallabag/pull/2134) Run tests on an uptodate HHVM (Jeremy Benoist) | |
11 | ||
12 | ### Changed | |
13 | ||
14 | - [#2221](https://github.com/wallabag/wallabag/pull/2221) Replaced favorite word/icon with star one (Nicolas Lœuillet) | |
15 | ||
16 | ### Fixed | |
17 | ||
18 | - [#2224](https://github.com/wallabag/wallabag/pull/2224) Avoid breaking import when fetching fail (Jeremy Benoist) | |
19 | - [#2216](https://github.com/wallabag/wallabag/pull/2216), [#2220](https://github.com/wallabag/wallabag/pull/2220) Enable CORS headers for OAUTH part (Rurik19) | |
20 | - [#2095](https://github.com/wallabag/wallabag/pull/2095) Fix form user display when 2FA is disabled (Nicolas Lœuillet) | |
21 | ||
22 | ## [2.0.6] - 2016-08-10 | |
23 | ||
24 | ### Changed | |
25 | ||
26 | - [#2199](https://github.com/wallabag/wallabag/pull/2199) Handling socials links into a config file (Simon Alberny) | |
27 | - [#2172](https://github.com/wallabag/wallabag/pull/2172) Change the way to login user in tests (Jeremy Benoist) | |
28 | - [#2155](https://github.com/wallabag/wallabag/pull/2155) Use friendsofphp instead of fabpot for PHP CS Fixer (Jeremy Benoist) | |
29 | ||
30 | ### Fixed | |
31 | ||
32 | - [#2200](https://github.com/wallabag/wallabag/pull/2200) Fixed typo in entry:notice:entry_saved (charno6) | |
33 | - [#2185](https://github.com/wallabag/wallabag/pull/2185) Fix 3rd-Party Apps links (Chrome & Firefox) (Thomas Citharel) | |
34 | - [#2165](https://github.com/wallabag/wallabag/pull/2165) Fix a few french translations typos (Thomas Citharel) | |
35 | - [#2157](https://github.com/wallabag/wallabag/pull/2157) Handle only upper or only lower reading filter (Jeremy Benoist) | |
36 | - [#2156](https://github.com/wallabag/wallabag/pull/2156) Try to find bad redirection after delete (Jeremy Benoist) | |
37 | ||
38 | ## [2.0.5] - 2016-05-31 | |
39 | ||
40 | ### Added | |
41 | ||
42 | - [#2052](https://github.com/wallabag/wallabag/pull/2052) Add unread filter to entries pages (Dan Bartram) | |
43 | ||
44 | ### Changed | |
45 | ||
46 | - [#2093](https://github.com/wallabag/wallabag/pull/2093) Replace vertical dots in material theme with horizontal dots (Nicolas Lœuillet) | |
47 | - [#2054](https://github.com/wallabag/wallabag/pull/2054) Update italian translation (Daniele Conca) | |
48 | - [#2068](https://github.com/wallabag/wallabag/pull/2068), [#2049](https://github.com/wallabag/wallabag/pull/2049) Update documentation (Josh Panter, Mario Vormstein) | |
49 | ||
50 | ### Fixed | |
51 | ||
52 | - [#2122](https://github.com/wallabag/wallabag/pull/2122) Fix the deletion of Tags/Entries relation when delete an entry (Jeremy Benoist, Nicolas Lœuillet) | |
53 | - [#2095](https://github.com/wallabag/wallabag/pull/2095) Fix form user display when 2FA is disabled (Nicolas Lœuillet) | |
54 | - [#2092](https://github.com/wallabag/wallabag/pull/2092) API: Starred and archived clears if article is already exists (Rurik19) | |
55 | - [#2097](https://github.com/wallabag/wallabag/issues/2097) Fix image path in 2-factor authentification email (Baptiste Mille-Mathias) | |
56 | - [#2069](https://github.com/wallabag/wallabag/pull/2069) Do not specify language in Firefox addon link (Merouane Atig) | |
57 | ||
58 | ## [2.0.4] - 2016-05-07 | |
59 | ||
60 | ### Added | |
61 | ||
62 | - [#2016](https://github.com/wallabag/wallabag/pull/2016) Big updates in [our documentation](http://doc.wallabag.org/en/master/) (Nicolas Lœuillet) | |
63 | - [#2028](https://github.com/wallabag/wallabag/pull/2028) Documentation about android application (Strubbl) | |
64 | - [#2019](https://github.com/wallabag/wallabag/pull/2019) Italian translation (Daniele Conca) | |
65 | - [#2011](https://github.com/wallabag/wallabag/pull/2011) Documentation about wallabag upgrade (biva) | |
66 | - [#1985](https://github.com/wallabag/wallabag/pull/1985) Documentation about rights access (FoxMaSk) | |
67 | - [#1969](https://github.com/wallabag/wallabag/pull/1969) Third resources for API in documentation (Nicolas Lœuillet) | |
68 | - [#1967](https://github.com/wallabag/wallabag/pull/1967) FAQ page in documentation (Nicolas Lœuillet) | |
69 | ||
70 | ### Changed | |
71 | ||
72 | - [#1977](https://github.com/wallabag/wallabag/pull/1977) Spanish documentation (jami7) | |
73 | ||
74 | ### Fixed | |
75 | ||
76 | - [#2023](https://github.com/wallabag/wallabag/pull/2023) Fix translation for validators (Nicolas Lœuillet) | |
77 | - [#2020](https://github.com/wallabag/wallabag/pull/2020) Fix number of entries in tag/list (Nicolas Lœuillet) | |
78 | - [#2022](https://github.com/wallabag/wallabag/pull/2022) Fix pagination bar on small devices (Nicolas Lœuillet) | |
79 | - [#2013](https://github.com/wallabag/wallabag/pull/2013) Fix tag listing (Nicolas Lœuillet) | |
80 | - [#1976](https://github.com/wallabag/wallabag/pull/1976) Fix filter reading time (Nicolas Lœuillet) | |
81 | - [#2005](https://github.com/wallabag/wallabag/pull/2005) Fix reading speed not defined when user was created via config page (Nicolas Lœuillet) | |
82 | - [#2010](https://github.com/wallabag/wallabag/pull/2010) Set the title via POST /api/entries (Nicolas Lœuillet) | |
83 | ||
84 | ## [2.0.3] - 2016-04-22 | |
85 | ||
86 | ### Added | |
87 | ||
88 | - [#1962](https://github.com/wallabag/wallabag/pull/1962) cURL examples in documentation about API (Dirk Deimeke) | |
89 | ||
90 | ### Fixed | |
91 | ||
92 | - Forgot `composer.lock` file in 2.0.2 release so some users may encounter `Fatal error: Out of memory` error during installation | |
93 | ||
94 | ## [2.0.2] - 2016-04-21 | |
95 | ||
96 | ### Added | |
97 | ||
98 | - [#1945](https://github.com/wallabag/wallabag/pull/1945) cURL examples in documentation about API (Dirk Deimeke) | |
99 | - [#1911](https://github.com/wallabag/wallabag/pull/1911) Add title hover on entry titles (Thomas Citharel) | |
100 | ||
101 | ### Changed | |
102 | ||
103 | - [#1944](https://github.com/wallabag/wallabag/pull/1944), [#1953](https://github.com/wallabag/wallabag/pull/1953), [#1954](https://github.com/wallabag/wallabag/pull/1954) Due to branches renaming, update documentation and configuration (maxi62330, Nicolas Lœuillet) | |
104 | - [#1942](https://github.com/wallabag/wallabag/pull/1942) Optimize import (Nicolas Lœuillet) | |
105 | - [#1935](https://github.com/wallabag/wallabag/pull/1935) Update spanish translation (jami7) | |
106 | - [#1929](https://github.com/wallabag/wallabag/pull/1929) Change guid and link in RSS feeds to give original entry URL (Nicolas Lœuillet) | |
107 | - [#1918](https://github.com/wallabag/wallabag/pull/1918) Improve pagination when user has lot of entries (Nicolas Lœuillet) | |
108 | - [#1916](https://github.com/wallabag/wallabag/pull/1916) Change PHP arrays and move test parameters in a separated file (Jeremy Benoist) | |
109 | ||
110 | ### Fixed | |
111 | ||
112 | - [#1957](https://github.com/wallabag/wallabag/pull/1957) Fix translation for `Go to your account` button (Nicolas Lœuillet) | |
113 | - [#1925](https://github.com/wallabag/wallabag/pull/1925) Redirect to homepage if refered is null (Nicolas Lœuillet) | |
114 | - [#1912](https://github.com/wallabag/wallabag/pull/1912) Fix 500 Internal Server Error -> "Setting piwik_enabled couldn't be found" (Jeremy Benoist) | |
115 | ||
116 | ## [2.0.1] - 2016-04-11 | |
117 | ### Added | |
118 | ||
119 | - [Documentation about importing large file](http://doc.wallabag.org/en/v2/user/installation.html#installing-on-nginx) into nginx. (Nicolas Lœuillet) | |
120 | - [Documentation about wallabag API](http://doc.wallabag.org/en/v2/developer/api.html) (Nicolas Lœuillet) | |
121 | - [#1861](https://github.com/wallabag/wallabag/pull/1861) Round estimated time and add reading speed for Baggy (Nicolas Lœuillet) | |
122 | - [Documentation about wallabag v1 CLI import](http://doc.wallabag.org/en/v2/user/migration.html#import-via-command-line-interface-cli) (Nicolas Lœuillet) | |
123 | - [Add migrate link](http://doc.wallabag.org/en/v2/user/migration.html) in documentation (Nicolas Lœuillet) | |
124 | ||
125 | ### Changed | |
126 | ||
127 | - [#1823](https://github.com/wallabag/wallabag/pull/1823) Persian translation (Masoud Abkenar) | |
128 | - [#1901](https://github.com/wallabag/wallabag/pull/1901) Spanish translation (Jeremy Benoist) | |
129 | - [#1879](https://github.com/wallabag/wallabag/pull/1879) Move tag form in Material theme (Nicolas Lœuillet) | |
130 | ||
131 | ### Fixed | |
132 | ||
133 | - [#1903](https://github.com/wallabag/wallabag/pull/1903) Force server version to avoid connection error (Jeremy Benoist) | |
134 | - [#1887](https://github.com/wallabag/wallabag/pull/1887) Fix duplicate article when added via the bookmarklet (Nicolas Lœuillet) | |
135 | - [#1895](https://github.com/wallabag/wallabag/pull/1895) API: All the entries are fetched via GET /api/entries (Nicolas Lœuillet) | |
136 | - [#1898](https://github.com/wallabag/wallabag/pull/1898) Fix estimated reading time in material view #1893 (Nicolas Lœuillet) | |
137 | - [#1896](https://github.com/wallabag/wallabag/pull/1896) remove download_picture setting and manage show_printlink in material theme #1867 (Nicolas Lœuillet) | |
138 | - [#1894](https://github.com/wallabag/wallabag/pull/1894) Fix documentation link in developer page (Nicolas Lœuillet) | |
139 | - [#1891](https://github.com/wallabag/wallabag/pull/1891) Fix typo on configuration page (Nicolas Lœuillet) | |
140 | - [#1884](https://github.com/wallabag/wallabag/pull/1884) Change the installation method in issue template (Nicolas Lœuillet) | |
141 | - [#1844](https://github.com/wallabag/wallabag/pull/1844) Lock ocramius/proxy-manager (Jeremy Benoist) | |
142 | - [#1840](https://github.com/wallabag/wallabag/pull/1840) Fix Archive page title translation (Nicolas Lœuillet) | |
143 | - [#1801](https://github.com/wallabag/wallabag/pull/1804) Force user-agent for iansommerville.com (Jeremy Benoist) | |
144 | ||
145 | ### Removed | |
146 | ||
147 | - [#1900](https://github.com/wallabag/wallabag/pull/1900) Remove empty portugese documentation (Nicolas Lœuillet) | |
148 | - [#1868](https://github.com/wallabag/wallabag/pull/1868) Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet) | |
149 | - [#1824](https://github.com/wallabag/wallabag/pull/1824) Remove SMTP configuration environment overrides (Mathieu Bruyen) | |
150 | ||
151 | ## [2.0.0] - 2016-04-03 | |
152 | ### Added | |
153 | ||
154 | * save an article, read it, favorite it, archive it. (Hopefully) | |
155 | * annotations: In each article you read, you can write annotations. ([read the doc](http://doc.wallabag.org/en/v2/user/annotations.html)) | |
156 | * filter entries by reading time, domain name, creation date, status, etc. | |
157 | * assign tags to entries | |
158 | * edit article titles | |
159 | * a REST API ([you can have a look to the documentation](http://v2.wallabag.org/api/doc)) | |
160 | * authorization via oAuth2 | |
161 | * a new default theme, called `material` | |
162 | * RSS feeds (with ability to limit number of articles) | |
163 | * create a new account from the config page (for super admin only) | |
164 | * recover passwords from login page (you have to fill your email on config page) | |
165 | * picture preview, if available, is displayed for each entry | |
166 | * Public registration | |
167 | * migration from wallabag v1/v2 (based on JSON export) ([read the doc](http://doc.wallabag.org/en/v2/user/import.html)) | |
168 | * migration from Pocket (it works, but we need to implement asynchronous import: if you have too many articles, it can fail) ([read the doc](http://doc.wallabag.org/en/v2/user/import.html)) | |
169 | * exports in many formats (PDF, JSON, EPUB, MOBI, XML, CSV and TXT). | |
170 | * 2-Factor authentication via email ([read the doc](http://doc.wallabag.org/en/v2/user/configuration.html#two-factor-authentication)) | |
171 | * Tagging rule: create a rule to automatically assign tags to entries! ([read the doc](http://doc.wallabag.org/en/v2/user/configuration.html#tagging-rules)) | |
172 | * Occitan, German, French, Turkish, Persian, Romanian, Polish, Danish, Spanish and English translations | |
173 | * Quickstart for beginners (when you don't have any entries) | |
174 | * Internal settings for administrator (the account created during installation) | |
175 | * For 3rd apps developers, a developer page is available to create API token |