diff --git a/CHANGELOG.md b/CHANGELOG.md index f1a0527..4131d08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -0.7.5-dev 2020-0X-XX by [@Alkarex](https://github.com/Alkarex) +0.7.6 2020-05-28 by [@Alkarex](https://github.com/Alkarex) +- Fix regression: crash when clicking "Original page" +- Allow HTTP (in addition of HTTPS) +- Fix logout + +0.7.5-dev 2020-04-25 by [@Alkarex](https://github.com/Alkarex) - Use published time instead of crawl time from API to show article publication date 0.7.4 2020-04-19 by [@Alkarex](https://github.com/Alkarex) diff --git a/app/build.gradle b/app/build.gradle index 2af7f3a..0ff537a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -17,7 +17,7 @@ android { applicationId "org.freshrss.easyrss" minSdkVersion 7 targetSdkVersion 29 - versionCode 705 - versionName '0.7.5' + versionCode 706 + versionName '0.7.6' } } diff --git a/app/src/main/res/values/version.xml b/app/src/main/res/values/version.xml index b2d5a19..7182463 100644 --- a/app/src/main/res/values/version.xml +++ b/app/src/main/res/values/version.xml @@ -1,6 +1,6 @@ - 0.7.5 + 0.7.6