aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorNicolas Lœuillet <nicolas@loeuillet.org>2016-04-10 20:24:20 +0200
committerNicolas Lœuillet <nicolas@loeuillet.org>2016-04-10 20:24:20 +0200
commit386d1120c3578ed39c4143c71d19d1c0d098da1e (patch)
tree5a044fd9cd18544353e80b1841cffbf08b488459 /CHANGELOG.md
parent9b2fe57eb6c169a8dfd5b41fbf45322a1bb8f0fc (diff)
downloadwallabag-386d1120c3578ed39c4143c71d19d1c0d098da1e.tar.gz
wallabag-386d1120c3578ed39c4143c71d19d1c0d098da1e.tar.zst
wallabag-386d1120c3578ed39c4143c71d19d1c0d098da1e.zip
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md39
1 files changed, 22 insertions, 17 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95c17e67..edab7936 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,32 +5,37 @@ All notable changes to this project will be documented in this file. This projec
5## [Unreleased] 5## [Unreleased]
6### Added 6### Added
7 7
8- cea846d documentation about importing large file into nginx Fix #1849: configuration to avoid 413 Request Entity Too Large. (Nicolas Lœuillet) 8- [Documentation about importing large file](http://doc.wallabag.org/en/v2/user/installation.html#installing-on-nginx) into nginx. (Nicolas Lœuillet)
9- c802181 Documentation about wallabag API (Nicolas Lœuillet) 9- [Documentation about wallabag API](http://doc.wallabag.org/en/v2/developer/api.html) (Nicolas Lœuillet)
10- 4a749ca Round estimated time and add reading speed for Baggy (Nicolas Lœuillet) 10- [#1861](https://github.com/wallabag/wallabag/pull/1861) Round estimated time and add reading speed for Baggy (Nicolas Lœuillet)
11- af47742 Documentation about wallabag v1 CLI import (Nicolas Lœuillet) 11- [Documentation about wallabag v1 CLI import](http://doc.wallabag.org/en/v2/user/migration.html#import-via-command-line-interface-cli) (Nicolas Lœuillet)
12- 48bb967 Add migrate link in documentation (Nicolas Lœuillet) 12- [Add migrate link](http://doc.wallabag.org/en/v2/user/migration.html) in documentation (Nicolas Lœuillet)
13 13
14### Changed 14### Changed
15 15
16- c6cbe75 Move tag form in Material theme (Nicolas Lœuillet) 16- [#1823](https://github.com/wallabag/wallabag/pull/1823) Persian translation (Masoud Abkenar)
17- [#1901](https://github.com/wallabag/wallabag/pull/1901) Spanish translation (Jeremy Benoist)
18- [#1879](https://github.com/wallabag/wallabag/pull/1879) Move tag form in Material theme (Nicolas Lœuillet)
17 19
18### Fixed 20### Fixed
19 21
20- 7ead8a0 Fix estimated reading time in material view #1893 (Nicolas Lœuillet) 22- [#1903](https://github.com/wallabag/wallabag/pull/1903) Force server version to avoid connection error (Jeremy Benoist)
21- cb48a56 remove download_picture setting and manage show_printlink in material theme #1867 (Nicolas Lœuillet) 23- [#1887](https://github.com/wallabag/wallabag/pull/1887) Fix duplicate article when added via the bookmarklet (Nicolas Lœuillet)
22- 808f541 Fix documentation link in developer page (Nicolas Lœuillet) 24- [#1895](https://github.com/wallabag/wallabag/pull/1895) API: All the entries are fetched via GET /api/entries (Nicolas Lœuillet)
23- 7a2157b Fix typo on configuration page (Nicolas Lœuillet) 25- [#1898](https://github.com/wallabag/wallabag/pull/1898) Fix estimated reading time in material view #1893 (Nicolas Lœuillet)
24- 0c608f1 Change the installation method in issue template (Nicolas Lœuillet) 26- [#1896](https://github.com/wallabag/wallabag/pull/1896) remove download_picture setting and manage show_printlink in material theme #1867 (Nicolas Lœuillet)
25- 9479ae8 Lock ocramius/proxy-manager (Jeremy Benoist) 27- [#1894](https://github.com/wallabag/wallabag/pull/1894) Fix documentation link in developer page (Nicolas Lœuillet)
26- b5cf84b Fix Archive page title translation (Nicolas Lœuillet) 28- [#1891](https://github.com/wallabag/wallabag/pull/1891) Fix typo on configuration page (Nicolas Lœuillet)
27- e71c376 Force user-agent for iansommerville.com (Jeremy Benoist) 29- [#1884](https://github.com/wallabag/wallabag/pull/1884) Change the installation method in issue template (Nicolas Lœuillet)
30- [#1844](https://github.com/wallabag/wallabag/pull/1844) Lock ocramius/proxy-manager (Jeremy Benoist)
31- [#1840](https://github.com/wallabag/wallabag/pull/1840) Fix Archive page title translation (Nicolas Lœuillet)
32- [#1801](https://github.com/wallabag/wallabag/pull/1804) Force user-agent for iansommerville.com (Jeremy Benoist)
28 33
29### Removed 34### Removed
30 35
31- 466c0c6 Remove empty portugese documentation (Nicolas Lœuillet) 36- [#1900](https://github.com/wallabag/wallabag/pull/1900) Remove empty portugese documentation (Nicolas Lœuillet)
32- 8687bcd Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet) 37- [#1868](https://github.com/wallabag/wallabag/pull/1868) Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet)
33- 0bb5669 Remove SMTP configuration environment overrides (Mathieu Bruyen) 38- [#1824](https://github.com/wallabag/wallabag/pull/1824) Remove SMTP configuration environment overrides (Mathieu Bruyen)
34 39
35## [2.0.0] - 2016-04-04 40## [2.0.0] - 2016-04-04
36### Added 41### Added