Skip to content

Commit

Permalink
Updated feature list and changelog for the upcoming version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjomckay committed Apr 19, 2021
1 parent 9390fc7 commit 07b1cb3
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,12 @@

## Features

* Following users locally on your device, Newpipe-style (local subscriptions)
* Device-local subscriptions and groups, Newpipe-style, including a feed view
* Viewing profiles
* Viewing tweets and replies
* Viewing pictures, videos and GIFs in tweets
* Searching for tweets and users
* Viewing trending topics
* Supports opening twitter.com links directly

## Screenshots
Expand Down
5 changes: 0 additions & 5 deletions fastlane/metadata/android/en-US/changelogs/20210331.txt

This file was deleted.

32 changes: 32 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/20210419.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
This release contains a few exciting major changes! 🎉

<b>Local Subscriptions</b>

Fritter now has support for device-local subscriptions, meaning you can now follow all your favourite Twitter accounts without needing an account yourself!

There is no limit to the number of accounts you can follow, and you are also able to place accounts into a "subscription group", allowing you to create custom categorised feeds.

Thanks to everyone who participated in issue #1, especially the following for suggestions and helping to test:

* @backme7
* @peterflock
* @q1nt
* @lukas-conlance
* @candiesdoodle
* @ScriptForAll

<b>Removal of Nitter Support</b>

Support for Nitter instances has now been removed, and is now replaced with direct support for the Twitter API, using the same methods Nitter uses under the hood.

This was done mainly so that the app doesn't DOS (abuse) public Nitter instances, and also due to development issues caused by differing data structures from all the different Nitter versions being hosted in the wild.

<b>Changelog</b>

* Added support for local subscriptions and groups
* Added support for quoted tweets
* Added worldwide trending page
* Removed Nitter support in favour of using the Twitter API directly
* Improved profile view performance
* Improved general image performance
* Fixed not being able view some media (photos, GIFs, videos)
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 2.0.0+20210331
version: 2.0.0+20210419

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 07b1cb3

Please sign in to comment.