X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=CHANGELOG.md;h=e6415983833397f5582200cadcea1dc604f57ca4;hb=1556c925a42619c1298edebb73eb86c009b3f3c8;hp=95c17e6735f4b6f523ba624eda301f5e9d81df1b;hpb=9b2fe57eb6c169a8dfd5b41fbf45322a1bb8f0fc;p=github%2Fwallabag%2Fwallabag.git diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c17e67..e6415983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,37 +2,74 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [2.0.3] - 2016-04-22 + +### Added + +- [#1962](https://github.com/wallabag/wallabag/pull/1962) cURL examples in documentation about API (Dirk Deimeke) + +### Fixed + +- Forgot `composer.lock` file in 2.0.2 release so some users may encounter `Fatal error: Out of memory` error during installation + +## [2.0.2] - 2016-04-21 + +### Added + +- [#1945](https://github.com/wallabag/wallabag/pull/1945) cURL examples in documentation about API (Dirk Deimeke) +- [#1911](https://github.com/wallabag/wallabag/pull/1911) Add title hover on entry titles (Thomas Citharel) + +### Changed + +- [#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) +- [#1942](https://github.com/wallabag/wallabag/pull/1942) Optimize import (Nicolas Lœuillet) +- [#1935](https://github.com/wallabag/wallabag/pull/1935) Update spanish translation (jami7) +- [#1929](https://github.com/wallabag/wallabag/pull/1929) Change guid and link in RSS feeds to give original entry URL (Nicolas Lœuillet) +- [#1918](https://github.com/wallabag/wallabag/pull/1918) Improve pagination when user has lot of entries (Nicolas Lœuillet) +- [#1916](https://github.com/wallabag/wallabag/pull/1916) Change PHP arrays and move test parameters in a separated file (Jeremy Benoist) + +### Fixed + +- [#1957](https://github.com/wallabag/wallabag/pull/1957) Fix translation for `Go to your account` button (Nicolas Lœuillet) +- [#1925](https://github.com/wallabag/wallabag/pull/1925) Redirect to homepage if refered is null (Nicolas Lœuillet) +- [#1912](https://github.com/wallabag/wallabag/pull/1912) Fix 500 Internal Server Error -> "Setting piwik_enabled couldn't be found" (Jeremy Benoist) + +## [2.0.1] - 2016-04-11 ### Added -- cea846d documentation about importing large file into nginx Fix #1849: configuration to avoid 413 Request Entity Too Large. (Nicolas Lœuillet) -- c802181 Documentation about wallabag API (Nicolas Lœuillet) -- 4a749ca Round estimated time and add reading speed for Baggy (Nicolas Lœuillet) -- af47742 Documentation about wallabag v1 CLI import (Nicolas Lœuillet) -- 48bb967 Add migrate link in documentation (Nicolas Lœuillet) +- [Documentation about importing large file](http://doc.wallabag.org/en/v2/user/installation.html#installing-on-nginx) into nginx. (Nicolas Lœuillet) +- [Documentation about wallabag API](http://doc.wallabag.org/en/v2/developer/api.html) (Nicolas Lœuillet) +- [#1861](https://github.com/wallabag/wallabag/pull/1861) Round estimated time and add reading speed for Baggy (Nicolas Lœuillet) +- [Documentation about wallabag v1 CLI import](http://doc.wallabag.org/en/v2/user/migration.html#import-via-command-line-interface-cli) (Nicolas Lœuillet) +- [Add migrate link](http://doc.wallabag.org/en/v2/user/migration.html) in documentation (Nicolas Lœuillet) ### Changed -- c6cbe75 Move tag form in Material theme (Nicolas Lœuillet) +- [#1823](https://github.com/wallabag/wallabag/pull/1823) Persian translation (Masoud Abkenar) +- [#1901](https://github.com/wallabag/wallabag/pull/1901) Spanish translation (Jeremy Benoist) +- [#1879](https://github.com/wallabag/wallabag/pull/1879) Move tag form in Material theme (Nicolas Lœuillet) ### Fixed -- 7ead8a0 Fix estimated reading time in material view #1893 (Nicolas Lœuillet) -- cb48a56 remove download_picture setting and manage show_printlink in material theme #1867 (Nicolas Lœuillet) -- 808f541 Fix documentation link in developer page (Nicolas Lœuillet) -- 7a2157b Fix typo on configuration page (Nicolas Lœuillet) -- 0c608f1 Change the installation method in issue template (Nicolas Lœuillet) -- 9479ae8 Lock ocramius/proxy-manager (Jeremy Benoist) -- b5cf84b Fix Archive page title translation (Nicolas Lœuillet) -- e71c376 Force user-agent for iansommerville.com (Jeremy Benoist) +- [#1903](https://github.com/wallabag/wallabag/pull/1903) Force server version to avoid connection error (Jeremy Benoist) +- [#1887](https://github.com/wallabag/wallabag/pull/1887) Fix duplicate article when added via the bookmarklet (Nicolas Lœuillet) +- [#1895](https://github.com/wallabag/wallabag/pull/1895) API: All the entries are fetched via GET /api/entries (Nicolas Lœuillet) +- [#1898](https://github.com/wallabag/wallabag/pull/1898) Fix estimated reading time in material view #1893 (Nicolas Lœuillet) +- [#1896](https://github.com/wallabag/wallabag/pull/1896) remove download_picture setting and manage show_printlink in material theme #1867 (Nicolas Lœuillet) +- [#1894](https://github.com/wallabag/wallabag/pull/1894) Fix documentation link in developer page (Nicolas Lœuillet) +- [#1891](https://github.com/wallabag/wallabag/pull/1891) Fix typo on configuration page (Nicolas Lœuillet) +- [#1884](https://github.com/wallabag/wallabag/pull/1884) Change the installation method in issue template (Nicolas Lœuillet) +- [#1844](https://github.com/wallabag/wallabag/pull/1844) Lock ocramius/proxy-manager (Jeremy Benoist) +- [#1840](https://github.com/wallabag/wallabag/pull/1840) Fix Archive page title translation (Nicolas Lœuillet) +- [#1801](https://github.com/wallabag/wallabag/pull/1804) Force user-agent for iansommerville.com (Jeremy Benoist) ### Removed -- 466c0c6 Remove empty portugese documentation (Nicolas Lœuillet) -- 8687bcd Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet) -- 0bb5669 Remove SMTP configuration environment overrides (Mathieu Bruyen) +- [#1900](https://github.com/wallabag/wallabag/pull/1900) Remove empty portugese documentation (Nicolas Lœuillet) +- [#1868](https://github.com/wallabag/wallabag/pull/1868) Remove keyboard shortcut and add tagging rule panel in baggy (Nicolas Lœuillet) +- [#1824](https://github.com/wallabag/wallabag/pull/1824) Remove SMTP configuration environment overrides (Mathieu Bruyen) -## [2.0.0] - 2016-04-04 +## [2.0.0] - 2016-04-03 ### Added * save an article, read it, favorite it, archive it. (Hopefully)