cross-posted from: https://lemmy.world/post/25109976
This is a pretty big release so I will roll this release out slowly.
The bulk of the release changes how actions work internally in the app. Actions are anything that a user performs that directly causes a change. Eg. creating a post or comment.
Changes to user actions were made to address an issue of the app. In the old version of the app, create post and create comment actions would be retried on network error. This caused issues where duplicate posts and comments can be created. To address this issue posts and comments will no longer be retried on error. Instead users will be given the option to retry these actions manually.
To facilitate these changes, the release refreshes the UI for the user actions screen and adds a shortcut on the “You” screen. It adds an additional details screen that can be seen by tapping any actions in the user actions screen. This new details screen allows users to retry/rerun an action or delete an action.
This release also continues to iterate on the “hide duplicate posts” feature introduced previously. This feature is still considered experimental as I anticipate further changes are necessary to make it usable.
This release also include many bug fixes and smaller user requests. See below for details.
Full changelog
- Add shortcut to user actions screen in the “You” screen.
- Add details screen for a user action.
- Add ability to retry/rerun or delete actions.
- Redesigned the user actions screen to be more user friendly.
- Made the user stats tappable on the “You” screen.
- Change post/comment actions to not retry. This is to prevent duplicate posts/comments.
- Rename “auto-hide duplicate posts” to “mark duplicate posts as read”.
- Improve mark duplicate posts as read to recognize crossposts and original posts as the same post.
- Improve markdown parsing for inline code.
- Fix a bug where loading inbox pages past page 1 would cause the wrong page to be loaded.
- Fix scrolling issues on the inbox screen.
- Fix inconsistent theme issues in dialogs.
- Fix bugs where duplicate posts were not correctly being marked as read when “mark duplicate posts as read” is enabled.
- Update translations.
Update
Pulled in all the latest translations. Releasing as v1.53.1.
Trying this for the first time :D.
Play store link: Summit for Lemmy
Nice!