]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Prepare 2.3.5 release 3812/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 14 Dec 2018 19:59:16 +0000 (20:59 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Fri, 14 Dec 2018 19:59:16 +0000 (20:59 +0100)
CHANGELOG.md
RELEASE_PROCESS.md
app/config/wallabag.yml

index eb2c308406909925d3dc7453e2255fc1ad65b14e..52988f859c2c86dee8b8f6ae6d56162793931165 100644 (file)
@@ -1,5 +1,18 @@
 # Changelog
 
+## [2.3.5](https://github.com/wallabag/wallabag/tree/2.3.5)
+   [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.4...2.3.5)
+
+### Fixes
+
+- Jump to 2.3.5-dev and update release process [#3778](https://github.com/wallabag/wallabag/pull/3778)
+- Remove preview picture from single entry view page [#3765](https://github.com/wallabag/wallabag/pull/3765)
+- Fix Android app login issue [#3784](https://github.com/wallabag/wallabag/pull/3784)
+- material: fix missing thumbnail on list view [#3782](https://github.com/wallabag/wallabag/pull/3782)
+- material: decrease size of tags on list view [#3783](https://github.com/wallabag/wallabag/pull/3783)
+- build: upgrade yarn dependencies, update prod assets [#3781](https://github.com/wallabag/wallabag/pull/3781)
+- No more dev for guzzle-site-authenticator [#3810](https://github.com/wallabag/wallabag/pull/3810)
+
 ## [2.3.4](https://github.com/wallabag/wallabag/tree/2.3.4)
    [Full Changelog](https://github.com/wallabag/wallabag/compare/2.3.3...2.3.4)
 
index 7e43d9d69007f7f9217d1f6eb18f7263d4d6ad69..8995580b9f9c8013856907437f4f97da2b823b9f 100644 (file)
@@ -6,12 +6,15 @@ A release is mostly a git tag of http://github.com/wallabag/wallabag, following
 
 During this documentation, we assume the release is `$LAST_WALLABAG_RELEASE` (like 2.3.4).
 
-#### Files to edit
+#### Prepare the release
 
-- `app/config/wallabag.yml` (`wallabag_core.version`)
-- `CHANGELOG.md`
+- Update these files with new information
+    - `app/config/wallabag.yml` (`wallabag_core.version`)
+    - `CHANGELOG.md`
+- Create a PR named "Prepare $LAST_WALLABAG_RELEASE release".
+- Wait for test to be ok, merge it.
 
-#### Create release on GitHub
+#### Create a new release on GitHub
 
 - Run these commands to create the tag:
 
index 847a80582ad17a5d2ed895dfe7d93f9125cf6e14..1948175c05aa3128d4c2a964dfcfe7758c5a4f8a 100644 (file)
@@ -1,5 +1,5 @@
 wallabag_core:
-    version: 2.3.5-dev
+    version: 2.3.5
     paypal_url: "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9UBA65LG3FX9Y&lc=gb"
     languages:
         en: 'English'