]> git.immae.eu Git - github/wallabag/wallabag.git/blame - CHANGELOG.md
Prepare release 2.0.2
[github/wallabag/wallabag.git] / CHANGELOG.md
CommitLineData
9b2fe57e
NL
1# Changelog
2
3All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4
18bb5a90
NL
5## [Unreleased]
6
7### Added
8
9### Changed
10
11### Fixed
12
13### Removed
14
d098cb04 15## [2.0.1] - 2016-04-11
9b2fe57e
NL
16### Added
17
386d1120
NL
18- [Documentation about importing large file](http://doc.wallabag.org/en/v2/user/installation.html#installing-on-nginx) into nginx. (Nicolas Lœuillet)
19- [Documentation about wallabag API](http://doc.wallabag.org/en/v2/developer/api.html) (Nicolas Lœuillet)
20- [#1861](https://github.com/wallabag/wallabag/pull/1861) Round estimated time and add reading speed for Baggy (Nicolas Lœuillet)
21- [Documentation about wallabag v1 CLI import](http://doc.wallabag.org/en/v2/user/migration.html#import-via-command-line-interface-cli) (Nicolas Lœuillet)
22- [Add migrate link](http://doc.wallabag.org/en/v2/user/migration.html) in documentation (Nicolas Lœuillet)
9b2fe57e
NL
23
24### Changed
25
386d1120
NL
26- [#1823](https://github.com/wallabag/wallabag/pull/1823) Persian translation (Masoud Abkenar)
27- [#1901](https://github.com/wallabag/wallabag/pull/1901) Spanish translation (Jeremy Benoist)
28- [#1879](https://github.com/wallabag/wallabag/pull/1879) Move tag form in Material theme (Nicolas Lœuillet)
9b2fe57e
NL
29
30### Fixed
31
386d1120
NL
32- [#1903](https://github.com/wallabag/wallabag/pull/1903) Force server version to avoid connection error (Jeremy Benoist)
33- [#1887](https://github.com/wallabag/wallabag/pull/1887) Fix duplicate article when added via the bookmarklet (Nicolas Lœuillet)
34- [#1895](https://github.com/wallabag/wallabag/pull/1895) API: All the entries are fetched via GET /api/entries (Nicolas Lœuillet)
35- [#1898](https://github.com/wallabag/wallabag/pull/1898) Fix estimated reading time in material view #1893 (Nicolas Lœuillet)
36- [#1896](https://github.com/wallabag/wallabag/pull/1896) remove download_picture setting and manage show_printlink in material theme #1867 (Nicolas Lœuillet)
37- [#1894](https://github.com/wallabag/wallabag/pull/1894) Fix documentation link in developer page (Nicolas Lœuillet)
38- [#1891](https://github.com/wallabag/wallabag/pull/1891) Fix typo on configuration page (Nicolas Lœuillet)
39- [#1884](https://github.com/wallabag/wallabag/pull/1884) Change the installation method in issue template (Nicolas Lœuillet)
40- [#1844](https://github.com/wallabag/wallabag/pull/1844) Lock ocramius/proxy-manager (Jeremy Benoist)
41- [#1840](https://github.com/wallabag/wallabag/pull/1840) Fix Archive page title translation (Nicolas Lœuillet)
42- [#1801](https://github.com/wallabag/wallabag/pull/1804) Force user-agent for iansommerville.com (Jeremy Benoist)
9b2fe57e
NL
43
44### Removed
45
386d1120
NL
46- [#1900](https://github.com/wallabag/wallabag/pull/1900) Remove empty portugese documentation (Nicolas Lœuillet)
47- [#1868](https://github.com/wallabag/wallabag/pull/1868) Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet)
48- [#1824](https://github.com/wallabag/wallabag/pull/1824) Remove SMTP configuration environment overrides (Mathieu Bruyen)
9b2fe57e 49
d098cb04 50## [2.0.0] - 2016-04-03
9b2fe57e
NL
51### Added
52
53* save an article, read it, favorite it, archive it. (Hopefully)
54* annotations: In each article you read, you can write annotations. ([read the doc](http://doc.wallabag.org/en/v2/user/annotations.html))
55* filter entries by reading time, domain name, creation date, status, etc.
56* assign tags to entries
57* edit article titles
58* a REST API ([you can have a look to the documentation](http://v2.wallabag.org/api/doc))
59* authorization via oAuth2
60* a new default theme, called `material`
61* RSS feeds (with ability to limit number of articles)
62* create a new account from the config page (for super admin only)
63* recover passwords from login page (you have to fill your email on config page)
64* picture preview, if available, is displayed for each entry
65* Public registration
66* migration from wallabag v1/v2 (based on JSON export) ([read the doc](http://doc.wallabag.org/en/v2/user/import.html))
67* 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))
68* exports in many formats (PDF, JSON, EPUB, MOBI, XML, CSV and TXT).
69* 2-Factor authentication via email ([read the doc](http://doc.wallabag.org/en/v2/user/configuration.html#two-factor-authentication))
70* 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))
71* Occitan, German, French, Turkish, Persian, Romanian, Polish, Danish, Spanish and English translations
72* Quickstart for beginners (when you don't have any entries)
73* Internal settings for administrator (the account created during installation)
74* For 3rd apps developers, a developer page is available to create API token