Release v0.2.0
This commit is contained in:
parent
67e9ea9a3b
commit
71290a5f78
63
CHANGELOG.md
63
CHANGELOG.md
|
@ -1,24 +1,51 @@
|
||||||
## Unreleased
|
## v0.2.0 - 2021-01-27
|
||||||
|
|
||||||
First release of Lemmur the Lemmy mobile client!
|
### Breaking changes
|
||||||
|
|
||||||
Features include:
|
- Lemmur now works exclusively with Lemmy API v2
|
||||||
|
|
||||||
- Manage multiple accounts/instances
|
### Added
|
||||||
- Instance view
|
|
||||||
- Community view
|
- You can now manage account-specific settings, such as username, avatar, etc.
|
||||||
- Post view
|
|
||||||
- User profile view
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed a bug where in some circumstances removal of an instance would fail
|
||||||
|
|
||||||
|
## v0.1.1 - 2021-01-17
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
#### Pages
|
||||||
|
|
||||||
|
- Instance page
|
||||||
|
- Community page
|
||||||
|
- Post page
|
||||||
|
- User profile page
|
||||||
- Home tab
|
- Home tab
|
||||||
- Communities tab
|
- Communities tab
|
||||||
- Comment
|
- Search tab
|
||||||
- create
|
- Profile tab
|
||||||
- upvote/downvote
|
- Settings
|
||||||
- save
|
|
||||||
- delete
|
#### Actions
|
||||||
- Post
|
|
||||||
- create
|
- Create comment
|
||||||
- upvote/downvote
|
- Create post
|
||||||
- save
|
- Upvote/Downvote
|
||||||
- Light/dark/AMOLED themes
|
- Save comments/posts
|
||||||
- Follow/Unfollow communities
|
- Follow/Unfollow communities
|
||||||
|
|
||||||
|
#### Other
|
||||||
|
|
||||||
|
- Light/dark/AMOLED themes
|
||||||
|
- Manage multiple accounts/instances
|
||||||
|
|
||||||
|
### Notable things that don't work / are not implemented yet
|
||||||
|
|
||||||
|
- No notifications page
|
||||||
|
- No way to browse saved posts/comments
|
||||||
|
- Themes are not yet finalized so they might not look great in some situations
|
||||||
|
- Other than pictures, there is absolutely no caching
|
||||||
|
|
||||||
|
Remember: there's always option to open instance/community/post/comment in web browser from the app if there is a missing feature
|
||||||
|
|
|
@ -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.
|
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||||
# Read more about iOS versioning at
|
# Read more about iOS versioning at
|
||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||||
version: 0.1.0
|
version: 0.2.0
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.7.0 <3.0.0"
|
sdk: ">=2.7.0 <3.0.0"
|
||||||
|
|
Loading…
Reference in New Issue