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

Commit 4f64d95

Browse files
committed
Release 0.7.6
1 parent a5292f3 commit 4f64d95

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
0.7.5-dev 2020-0X-XX by [@Alkarex](https://github.com/Alkarex)
1+
0.7.6 2020-05-28 by [@Alkarex](https://github.com/Alkarex)
2+
- Fix regression: crash when clicking "Original page"
3+
- Allow HTTP (in addition of HTTPS)
4+
- Fix logout
5+
6+
0.7.5-dev 2020-04-25 by [@Alkarex](https://github.com/Alkarex)
27
- Use published time instead of crawl time from API to show article publication date
38

49
0.7.4 2020-04-19 by [@Alkarex](https://github.com/Alkarex)

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ android {
1717
applicationId "org.freshrss.easyrss"
1818
minSdkVersion 7
1919
targetSdkVersion 29
20-
versionCode 705
21-
versionName '0.7.5'
20+
versionCode 706
21+
versionName '0.7.6'
2222
}
2323
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33

4-
<string name="Version">0.7.5</string>
4+
<string name="Version">0.7.6</string>
55

66
</resources>

0 commit comments

Comments
 (0)