Release v0.4.0

This commit is contained in:
shilangyu 2021-04-05 21:31:24 +02:00
parent e8dc695cc6
commit 6e7957f193
3 changed files with 17 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## v0.4.0 - 2021-04-05
### Added

View File

@ -0,0 +1,15 @@
### Added
- Share buttons on windows/linux now copy the data to the clipboard
- Initial translations have been incorporated into lemmur. It is not yet possible to contribute translation strings
### Changed
- Transitioned to Lemmy API v3
### Fixed
- Quote blocks in posts and comments are now much prettier
- Code blocks now have monospace font. As they should
- Switching accounts in the profile tab now correctly reacts to the change
- You can no longer add the same instance twice just by changing capitalization (thanks to @ryg-git)

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.3.0+12
version: 0.4.0+13
environment:
sdk: ">=2.7.0 <3.0.0"