[v.1.66.0] Better create post/comment
[v.1.66.0] Better create post/comment
Will probably update create post/comment screens in this update.
Changes so far:
- Change icon & splash background based on system theme (eg. light background for light theme, dark background for dark theme).
- Fix a bug where punctuation is included in the url. Eg. https://en.wikipedia.org/. is parsed as
https://en.wikipedia.org/.
instead ofhttps://en.wikipedia.org/
) - Changed person/community mention auto-complete to insert just the mention by default. Eg. previously tapping on the suggestion
idunnololz@lemmy.world
would insert[@idunnololz@lemmy.world](https://lemmy.world/u/idunnololz)
, after the change tapping it would insert@idunnololz@lemmy.world
. Add a long-press menu with the option to insert the full link. - Improve mod logs further. Add a "detailed view" to the mod logs. Tapping a mod log event in the event list will open up the a detailed view.
- Slight optimization when rendering the post feed.
- Update add/edit post screen to support custom thumbnails, alt text and language.
- Update add/edit comment screen to support specifying a language.
- Fix a bug where sometimes the inbox screen doesn't auto-refresh when you open it.