Summary of changes
There's a lot of changes in this release. The main change is a re-worked process for adding new posts, in an attempt to make fider feel more modern and to remove barriers to adding new suggestions and ideas. This includes a new full-screen modal for entering the new post. We've also changed the way that new posts are added for users who aren't logged in. You can enter your suggestion as though you are logged in, and just at the end you need to choose how to continue - with email or some other auth. Once you have confirmed your email you can then finalise and submit your post.
Another big change, there is no more "upload an image" button. Images are now handled inline in the editor, and the editor has been rolled out to adding / editing posts as well as comments now. So you can upload images and paste images into the editor now - behind the scenes they're still uploaded in the same way to the same locations you've configured (either db, s3, or file).
What's Changed - headliners
- ✍️ New idea UI re-worked, to make adding a new idea more pleasant
- 🖼️ No more "image upload" buttons - images are now handled inline in the editor
- 🎉 Ability for user to set the tags on post creation - (#1211) by @JimKnoxx in #1306
- ⚡ATOM feed implementation for posts and comments by @afeuerstein in #1287
What's changed - other bits
- Input search in the filter dropdown (wrapped into #1319)
- Better form error handling (wrapped into #1319)
- Moved away from crowdin for translations @mattwoberts in #1325
- Improved redirect handling on oauth signin page (#1321) by @JimKnoxx in #1322
- Improved handling of long strings in titles and code blocks (#1333) by @JimKnoxx in #1334
New Contributors 🎉
- @JimKnoxx made their first contribution in #1306
- @afeuerstein made their first contribution in #1287
Many thanks, and @JimKnoxx thanks for the all the translation help there and the big pile of things you spotted and sorted.
Full Changelog: v0.27.0...v0.28.0