]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Updated changelog for 2.3 3474/head
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 11 Dec 2017 18:52:21 +0000 (19:52 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 11 Dec 2017 18:52:21 +0000 (19:52 +0100)
.github/PULL_REQUEST_TEMPLATE.md
CHANGELOG.md
RELEASE_PROCESS.md

index 214b906b02edf6ff3322f53019dfb6eae103c5a3..3885cc84148f059361d2fd84b086ed4641644af7 100644 (file)
@@ -7,6 +7,7 @@
 | Tests pass?   | yes/no
 | Documentation | yes/no
 | Translation   | yes/no
+| CHANGELOG.md  | yes/no
 | Fixed tickets | #...
 | License       | MIT
 
index 43d11485cb2672b8d5162db5eefcce8c2df0d93e..eb8b1f704fd08be37789b65d0c062cebf89eb280 100644 (file)
@@ -27,6 +27,7 @@
 - Isolated tests [#3137](https://github.com/wallabag/wallabag/pull/3137)
 - Log an error level message when user auth fail [#3195](https://github.com/wallabag/wallabag/pull/3195)
 - Add a real configuration for CS-Fixer [#3258](https://github.com/wallabag/wallabag/pull/3258)
+- Replace ant with Makefile [#3398](https://github.com/wallabag/wallabag/pull/3398)
 
 ### Features
 
@@ -47,6 +48,7 @@
 - Add **list users** command [#3301](https://github.com/wallabag/wallabag/pull/3301)
 - Add **reload entry** command [#3326](https://github.com/wallabag/wallabag/pull/3326)
 - Add starred_at field which is set when an entry is starred [#3330](https://github.com/wallabag/wallabag/pull/3330)
+- Add originUrl property to Entry [#3346](https://github.com/wallabag/wallabag/pull/3346)
 
 ### Changes
 
@@ -62,7 +64,8 @@
 - Displays an error with an annotation with a too long quote [#3093](https://github.com/wallabag/wallabag/pull/3093)
 - Validate language & preview picture fields [#3192](https://github.com/wallabag/wallabag/pull/3192)
 - remove craueconfig domain name setting and add a proper one in parameters [#3173](https://github.com/wallabag/wallabag/pull/3173)
-- Better public sharing page [#3204](https://github.com/wallabag/wallabag/pull/3204)
+- Better public sharing page [#3204](https://github.com/wallabag/wallabag/pull/3204), [#3449](https://github.com/wallabag/wallabag/pull/3449)
+- Improved pagination, navigation, tag's list and footer UI [#3459](https://github.com/wallabag/wallabag/pull/3459), [#3467](https://github.com/wallabag/wallabag/pull/3467), [#3461](https://github.com/wallabag/wallabag/pull/3461), [#3463](https://github.com/wallabag/wallabag/pull/3463)
 
 ### Fixes
 
@@ -77,6 +80,7 @@
 - Replace images with & in url [#3176](https://github.com/wallabag/wallabag/pull/3176)
 - Ignore tag's case [#3139](https://github.com/wallabag/wallabag/pull/3139)
 - Multiple tag search, which was broken from API [#3309](https://github.com/wallabag/wallabag/pull/3309)
+- In RSS feeds, pubDate now conformant to DateTime RFC822 specifications [#3471](https://github.com/wallabag/wallabag/pull/3471)
 
 ### Translations
 
index 8ac48f058c0611499a71ec8869f789078a99a60e..38dd5a7c80c43c06540ff3c8daa7dbdc89819d1e 100644 (file)
@@ -9,7 +9,7 @@ During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE`.
 #### Files to edit
 
 - `app/config/wallabag.yml` (`wallabag_core.version`)
-- `CHANGELOG.md` (by using this command `github-changes -o wallabag -r wallabag -k YOURGITHUBTOKEN --only-pulls --use-commit-body --title Changelog --date-format YYYY/MM/DD --between-tags 2.0.0-alpha.0...master -n 2.1.3`. [github-changes is available here](https://github.com/lalitkapoor/github-changes))
+- `CHANGELOG.md`
 
 #### Create release on GitHub