Skip to content

Commit

Permalink
3.0.2 release
Browse files Browse the repository at this point in the history
xal committed Oct 6, 2021
1 parent 873c0bf commit db12c4f
Showing 3 changed files with 179 additions and 167 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.2] - 2021-08-06
### 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

## [2.7.1] - 2021-08-06
### Added
* Soapbox FE brand color support
332 changes: 166 additions & 166 deletions ios/Runner.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
# 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: 3.0.0+270
version: 3.0.2+272

publish_to: none

0 comments on commit db12c4f

Please sign in to comment.