Skip to content

Commit e51390a

Browse files
update version to 0.9.9.92
Signed-off-by: David Luhmer <david-dev@live.de>
1 parent d708ef6 commit e51390a

4 files changed

Lines changed: 40 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
0.9.9.92
2+
---------------------
3+
4+
- Dependency updates
5+
- Added - <a href="https://github.com/nextcloud/news-android/pull/1603">!1603 - Automatically
6+
trigger sync when bottom is reached</a>
7+
- Added - <a href="https://github.com/nextcloud/news-android/issues/1367">#1367 - Add Pinch to zoom
8+
for images (thanks to @DoHe)</a>
9+
- Added - <a href="https://github.com/nextcloud/news-android/pull/1531">!1531 - Show snackbar after
10+
batch marking items as read (thanks to @Unpublished)</a>
11+
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1590">#1590 - Fixed broken
12+
widget</a>
13+
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1591">#1591 - Handle URL
14+
encoding when reading mediaThumbnail from body (thanks to @DoHe)</a>
15+
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1576">#1576 - Import opml do not
16+
work at all</a>
17+
- Fixed - <a href="https://github.com/nextcloud/news-android/issues/1510">#1510 - Client sends form
18+
data when POSTing instead of JSON</a>
19+
- Many smaller changes under the hood
20+
121
0.9.9.91
222
---------------------
323
- Dependency updates

News-Android-App/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525

2626
vectorDrawables.useSupportLibrary = true
2727

28-
versionCode 192
29-
versionName "0.9.9.91"
28+
versionCode 193
29+
versionName "0.9.9.92"
3030
}
3131

3232
buildFeatures {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Dependency updates
2+
- Added - !1603 - Automatically trigger sync when bottom is reached
3+
- Added - #1367 - Add Pinch to zoom for images (thanks to @DoHe)
4+
- Added - !1531 - Show snackbar after batch marking items as read (thanks to @Unpublished)
5+
- Fixed - #1590 - Fixed broken widget
6+
- Fixed - #1591 - Handle URL encoding when reading mediaThumbnail from body (thanks to @DoHe)
7+
- Fixed - #1576 - Import opml do not work at all
8+
- Fixed - #1510 - Client sends form data when POSTing instead of JSON
9+
- Many smaller changes under the hood
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
- Dependency updates
2+
- Added - !1603 - Automatically trigger sync when bottom is reached
3+
- Added - #1367 - Add Pinch to zoom for images (thanks to @DoHe)
4+
- Added - !1531 - Show snackbar after batch marking items as read (thanks to @Unpublished)
5+
- Fixed - #1590 - Fixed broken widget
6+
- Fixed - #1591 - Handle URL encoding when reading mediaThumbnail from body (thanks to @DoHe)
7+
- Fixed - #1576 - Import opml do not work at all
8+
- Fixed - #1510 - Client sends form data when POSTing instead of JSON
9+
- Many smaller changes under the hood

0 commit comments

Comments
 (0)