Skip to content

Commit

Permalink
Release beta 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robertodoering committed May 22, 2022
1 parent 2a7012d commit b23d5c1
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Version 0.9.0
2022-05-20

This updates comes with a complete technical rewrite of the app to generally improve performance and allow for easier implementation of new features.
Thanks a lot for for testing harpy and providing feedback!

For a full list of changes please refer to the in-app changelog.
7 changes: 7 additions & 0 deletions android/fastlane/metadata/android/pro/en-US/changelogs/79.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Version 0.9.0
2022-05-20

This updates comes with a complete technical rewrite of the app to generally improve performance and allow for easier implementation of new features.
Thanks a lot for for testing harpy and providing feedback!

For a full list of changes please refer to the in-app changelog.
8 changes: 4 additions & 4 deletions android/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
freeVersionName=0.8.4+3
freeVersionCode=75
proVersionName=0.8.4+3
proVersionCode=10
freeVersionName=0.9.0
freeVersionCode=79
proVersionName=0.9.0
proVersionCode=79
24 changes: 24 additions & 0 deletions assets/changelogs/79.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Version 0.9.0
2022-05-20

This updates comes with a complete technical rewrite of the app to generally improve performance and allow for easier implementation of new features.
Thanks a lot for for testing harpy and providing feedback!

- Fixed tweeting with mentions was not possible
- Fixed saving images & videos didn't show up in media galleries
- Added android 12 overscroll effect
- Added showing exact follower / following count on long press
- Improved video player
- Updated design
- Added quality selection
- Seeking is now more sensitive and easier
- Videos will now pause when off-screen
- Videos will now pause when another video is played
- Improved loading images
- Image loading will now be retried up to 5 times before showing the error placeholder
- Added option to remember scroll positions in lists when switching tabs
- In `settings › general` (disabled by default)
- Fixed applying invalid tweet search filter was possible
- Date & time formatting is now based on device locale
- Horizontally scrolling in the home page is now less sensitive
- Many style and UX improvements

0 comments on commit b23d5c1

Please sign in to comment.