Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Release 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkarex committed May 8, 2020
1 parent a5292f3 commit 4f64d95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
2 changes: 1 addition & 1 deletion app/src/main/res/values/version.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="Version">0.7.5</string>
<string name="Version">0.7.6</string>

</resources>

0 comments on commit 4f64d95

Please sign in to comment.