Compare commits

...

1 Commits

Author SHA1 Message Date
Filip Krawczyk faf37f6234 Release v0.9.0 2022-08-29 16:05:04 +02:00
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## v0.9.0 - 2022-08-29
### Added

View File

@ -0,0 +1,5 @@
### Added
- Create post community picker now has autocomplete
- You can now add an instance from the three dots menu on the instance page
- Editor for writing comments, posts, and profile bio now has a toolbar with shortcuts to all the common markdown things

View File

@ -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: 0.8.0+19
version: 0.9.0+20
environment:
sdk: ">=2.17.0 <3.0.0"