lemmur-app-android/CHANGELOG.md

128 lines
3.7 KiB
Markdown
Raw Normal View History

2021-04-05 21:31:24 +02:00
## v0.4.0 - 2021-04-05
2021-03-18 19:30:31 +01:00
### Added
- Share buttons on windows/linux now copy the data to the clipboard
2021-04-05 21:25:08 +02:00
- Initial translations have been incorporated into lemmur. It is not yet possible to contribute translation strings
2021-03-18 19:30:31 +01:00
2021-04-05 20:14:39 +02:00
### Changed
- Transitioned to Lemmy API v3
### Fixed
- Quote blocks in posts and comments are now much prettier
2021-04-05 20:14:39 +02:00
- Code blocks now have monospace font. As they should
2021-03-18 19:34:35 +01:00
- Switching accounts in the profile tab now correctly reacts to the change
2021-04-05 21:25:08 +02:00
- You can no longer add the same instance twice just by changing capitalization (thanks to @ryg-git)
2021-02-25 22:31:41 +01:00
## v0.3.0 - 2021-02-25
2021-02-09 21:16:57 +01:00
2021-02-24 21:59:01 +01:00
WARNING: due to some internal changes your local settings will be reset (logged out of accounts, removed instances, theme back to default)
2021-02-09 21:16:57 +01:00
### Added
2021-02-24 21:59:01 +01:00
- Added inbox page, that can be accessed by tapping bell in the home tab
2021-02-09 21:16:57 +01:00
- Added page with saved posts/comments. It can be accessed from the profile tab under the bookmark icon
2021-02-24 21:59:01 +01:00
- Added ability to send private messages
2021-02-18 17:12:04 +01:00
- Added modlog page. Can be visited in the context of an instance or community from the about tab
2021-02-25 23:03:28 +01:00
- You can now create posts from the community page
2021-02-24 20:52:18 +01:00
### Changed
2021-02-25 23:14:24 +01:00
- Titles on some pages, have an appear effect when scrolling down
2021-02-24 21:59:01 +01:00
- Long pressing comments now has a ripple effect
2021-02-24 22:08:11 +01:00
- Nerd stuff now contains more nerd stuff
2021-02-25 21:56:06 +01:00
- Communities that a user follows will no longer appear on a user's profile in most scenarios
2021-02-09 21:16:57 +01:00
2021-02-12 17:57:32 +01:00
### Fixed
2021-02-24 21:59:01 +01:00
- 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