diff options
-rw-r--r-- | CHANGELOG.md | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..95c17e67 --- /dev/null +++ b/CHANGELOG.md | |||
@@ -0,0 +1,59 @@ | |||
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 | ## [Unreleased] | ||
6 | ### Added | ||
7 | |||
8 | - cea846d documentation about importing large file into nginx Fix #1849: configuration to avoid 413 Request Entity Too Large. (Nicolas Lœuillet) | ||
9 | - c802181 Documentation about wallabag API (Nicolas Lœuillet) | ||
10 | - 4a749ca Round estimated time and add reading speed for Baggy (Nicolas Lœuillet) | ||
11 | - af47742 Documentation about wallabag v1 CLI import (Nicolas Lœuillet) | ||
12 | - 48bb967 Add migrate link in documentation (Nicolas Lœuillet) | ||
13 | |||
14 | ### Changed | ||
15 | |||
16 | - c6cbe75 Move tag form in Material theme (Nicolas Lœuillet) | ||
17 | |||
18 | ### Fixed | ||
19 | |||
20 | - 7ead8a0 Fix estimated reading time in material view #1893 (Nicolas Lœuillet) | ||
21 | - cb48a56 remove download_picture setting and manage show_printlink in material theme #1867 (Nicolas Lœuillet) | ||
22 | - 808f541 Fix documentation link in developer page (Nicolas Lœuillet) | ||
23 | - 7a2157b Fix typo on configuration page (Nicolas Lœuillet) | ||
24 | - 0c608f1 Change the installation method in issue template (Nicolas Lœuillet) | ||
25 | - 9479ae8 Lock ocramius/proxy-manager (Jeremy Benoist) | ||
26 | - b5cf84b Fix Archive page title translation (Nicolas Lœuillet) | ||
27 | - e71c376 Force user-agent for iansommerville.com (Jeremy Benoist) | ||
28 | |||
29 | ### Removed | ||
30 | |||
31 | - 466c0c6 Remove empty portugese documentation (Nicolas Lœuillet) | ||
32 | - 8687bcd Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet) | ||
33 | - 0bb5669 Remove SMTP configuration environment overrides (Mathieu Bruyen) | ||
34 | |||
35 | ## [2.0.0] - 2016-04-04 | ||
36 | ### Added | ||
37 | |||
38 | * save an article, read it, favorite it, archive it. (Hopefully) | ||
39 | * annotations: In each article you read, you can write annotations. ([read the doc](http://doc.wallabag.org/en/v2/user/annotations.html)) | ||
40 | * filter entries by reading time, domain name, creation date, status, etc. | ||
41 | * assign tags to entries | ||
42 | * edit article titles | ||
43 | * a REST API ([you can have a look to the documentation](http://v2.wallabag.org/api/doc)) | ||
44 | * authorization via oAuth2 | ||
45 | * a new default theme, called `material` | ||
46 | * RSS feeds (with ability to limit number of articles) | ||
47 | * create a new account from the config page (for super admin only) | ||
48 | * recover passwords from login page (you have to fill your email on config page) | ||
49 | * picture preview, if available, is displayed for each entry | ||
50 | * Public registration | ||
51 | * migration from wallabag v1/v2 (based on JSON export) ([read the doc](http://doc.wallabag.org/en/v2/user/import.html)) | ||
52 | * 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)) | ||
53 | * exports in many formats (PDF, JSON, EPUB, MOBI, XML, CSV and TXT). | ||
54 | * 2-Factor authentication via email ([read the doc](http://doc.wallabag.org/en/v2/user/configuration.html#two-factor-authentication)) | ||
55 | * 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)) | ||
56 | * Occitan, German, French, Turkish, Persian, Romanian, Polish, Danish, Spanish and English translations | ||
57 | * Quickstart for beginners (when you don't have any entries) | ||
58 | * Internal settings for administrator (the account created during installation) | ||
59 | * For 3rd apps developers, a developer page is available to create API token | ||