Skip to content

Releases: Big-Fig/Fediverse.app

3.2.0

02 Nov 14:45
@xal xal
Compare
Choose a tag to compare

Fixed

  • API calls for Mastodon 3.x features

3.0.2

06 Oct 18:30
@xal xal
Compare
Choose a tag to compare

Added

  • Settings option for pre-upload media during editing
  • Human-readable and localized error messages

Changed

  • BREAKING Move Fediverse API wrappers code to separate package dart_fediverse_api
  • Flutter engine & 3rd libraries to updated to the latest versions. Improves performance and stability

Fixed

  • Remove unnecessary counter badge on About menu item

v2.7.1

06 Aug 20:18
@xal xal
Compare
Choose a tag to compare

Added:

  • Soapbox FE brand color support
  • PL translation
  • Add metadata(description only in this release) support for media attachments. You can view it through media attachments details page and edit them during uploading.

Fixed:

  • use background image from frontend_configuration instead of instance metadata for Pleroma until bug will be fixed on Pleroma

Changed:

  • Media uploading logic reworked. Media starts upload only after user start sending a message instead of auto-upload on attach

v2.6.1

11 Jul 19:42
@xal xal
Compare
Choose a tag to compare

Changed

  • update cover image in README.md
  • remove settings from about_page.dart to avoid errors when user not logged in yet
  • display only local accounts on instance directory page
  • better context for guest mode
  • improve notification_list_item_widget.dart: perform notification actions as pleroma async operation without blocking dialog

Fixes

  • fix version url in about_page.dart
  • guest mode fixes for media
  • fix push notifications on mastodon
  • fix async_dialog.dart: don't crash when performing async operation without actual dialog
  • edit_timeline_settings_dialog.dart: don't listen provider in button callback
  • handling sharing intents: better check for oauth callback

2.6.0-beta

10 Jul 20:33
@xal xal
Compare
Choose a tag to compare
2.6.0-beta Pre-release
Pre-release

Added

  • Server-list autocomplete
  • Explore as guest feature to view instances data via Public API
  • About page
  • More lint rules

Changed

  • Much better registration UI, UX & logic
  • Specify package versions explicitly in pubspec.yaml
  • update libraries and Flutter
  • update Readme
  • resubscribe to PushRelay if PushRelay server URL is changed
  • move Disposable logic to easy_dispose_* packages

Fixes

  • Fix mocks for some unit tests

2.5.0-beta

22 Jun 19:38
@xal xal
Compare
Choose a tag to compare
2.5.0-beta Pre-release
Pre-release

[2.5.0] [internal] 2021 June 22

Added

  • Push notifications rich layouts: big text, big image, default
  • Push notifications actions: reply to chat/mention, accept/reject follow request.

Changed

  • BREAKING. Push notifications rework. Add support for new version of PushRelayServer which don't decrypts message on server side.
    Fedi don't decrypt pushes too(it is not easy too implement and will be added later). Fedi usse an encrypted push message as trigger to load latest notification and display it to user. See more in Readme
  • You should re-subscribe for push notifications inside app to use new push relay server. Otherwise, you will see old behavior.
  • Update Readme: describe receive_sharing_intent and iOS group ids
  • Update Readme: push notifications
  • Remove empty time ago prefixes from localization

v2.4.1

16 Jun 20:32
@xal xal
Compare
Choose a tag to compare

Added

  • README
  • CHANGELOG
  • LICENSE
  • On/Off Crashlytics handling settings option
  • config via .env files
  • On/Off firebase, FCM push, Crashlytics, Ask Review features

Changed

  • Ask for something dialog
  • Rework sharing UI & logic. Add more options for share. Divide share in several messages if attachments limit reached

Fixes

  • Add hacks in REST API parsing related to internal flutter errors
  • Additional checks to avoid non-fatals in UI when data is not ready yet but UI want display it
  • Fix preview for messages with html tags
  • Fix clear database cache option
  • Fix count limit option for files cache

v2.3.1-beta

16 Jun 20:32
@xal xal
Compare
Choose a tag to compare
v2.3.1-beta Pre-release
Pre-release

Added

  • handle incoming share events
  • hashtag timeline page for remote instances
  • public timeline for remote instances
  • settings support for remote instance timelines

v2.2.0-beta

13 Jun 20:53
@xal xal
Compare
Choose a tag to compare
v2.2.0-beta Pre-release
Pre-release

Added

  • featured tags
  • endorsements
  • instance activity
  • trends
  • instance directory

v2.1.2

13 Jun 20:53
@xal xal
Compare
Choose a tag to compare

Fixes

  • hotfixes to make stable release from 2.0.54