lemmur-app-android/CHANGELOG.md

97 lines
2.5 KiB
Markdown
Raw Normal View History

2021-02-09 21:16:57 +01:00
## Unreleased
### Added
- Added page with saved posts/comments. It can be accessed from the profile tab under the bookmark icon
2021-02-12 17:57:32 +01:00
### Fixed
- Time of posts is now displayed properly. Unless you live in UTC zone, then you won't notice a difference.
2021-02-11 12:56:20 +01:00
- Fixed a bug where links would not work on Android 11
2021-02-12 17:57:32 +01:00
2021-02-09 16:10:31 +01:00
## v0.2.3 - 2021-02-09
2021-02-08 12:15:48 +01:00
2021-02-09 15:12:13 +01:00
Lemmur is now available on the [play store](https://play.google.com/store/apps/details?id=com.krawieck.lemmur) and [f-droid](https://f-droid.org/packages/com.krawieck.lemmur)
2021-02-08 12:15:48 +01:00
### Changed
2021-02-09 15:12:13 +01:00
- Posts with large amount of text are now truncated in infinite scroll views
2021-02-08 12:15:48 +01:00
- Changed image viewer dismissal to be more fun. The image now also moves on the x axis, changes scale and rotates a bit for more user enjoyment
2021-02-09 15:12:13 +01:00
### Fixed
- Fixed issue where the "About lemmur" tile would not appear on Windows/Linux
- Added a bigger bottom margin in the comment section to prevent the floating action button from covering the last comment
2021-02-03 15:12:37 +01:00
## v0.2.2 - 2021-02-03
Minimum Lemmy version supported: `v0.9.4`
2021-01-31 15:07:36 +01:00
### Added
- Online users count is now correctly displayed
2021-02-03 15:12:37 +01:00
- APKs are now signed
2021-01-31 15:07:36 +01:00
### Fixed
- Fixed a bug where replying to a comment would instead reply to the parent of that comment
- Fixed a bug where comments would be displayed as a grey block
2021-01-30 18:47:26 +01:00
- Fixed a bug where adding/removing accounts could cause the home/communities/search tabs to crash
- Fixed a bug where up/down voting twice cause the comment/post to crash
2021-02-03 15:12:37 +01:00
## v0.2.1 - 2021-02-03
[YANKED]
2021-01-27 00:07:51 +01:00
## v0.2.0 - 2021-01-27
2020-09-22 03:46:29 +02:00
2021-01-27 00:07:51 +01:00
### Breaking changes
2020-09-22 03:46:29 +02:00
2021-01-27 00:07:51 +01:00
- Lemmur now works exclusively with Lemmy API v2
2020-09-22 03:46:29 +02:00
2021-01-27 00:07:51 +01:00
### Added
- You can now manage account-specific settings, such as username, avatar, etc.
### 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
2020-11-02 13:24:09 +01:00
- Home tab
- Communities tab
2021-01-27 00:07:51 +01:00
- Search tab
- Profile tab
- Settings
#### Actions
- Create comment
- Create post
- Upvote/Downvote
- Save comments/posts
2020-09-22 03:46:29 +02:00
- Follow/Unfollow communities
2021-01-27 00:07:51 +01:00
#### 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