- NEW option to show the number of replies on the right side of a card's title (like the default Flarum design) instead of on the image.
- NEW option to show the last post informations on the cards (like the default Flarum design): username & date of last post.
- NEW FEATURE: support for
shebaoting/repost
extension. - New migration file for the aforementioned new options & features.
- Post image search function now detects images in posts set via inline styles property
background: url(...)
orbackground-image: url()
, like for the thumbnails in YouTube video embeds.
- The way read cards are marked (removed B&W filter): now read cards' title and text have a lighter font weight (like the default Flarum discussion list behavior)
- When there are too many tags, not all of them where visible: now they will scroll horizontally when you hover on the cards' tag list on desktop and you can manually scroll them on mobile.
- French translation bug
- NEW FEATURE: Support for
v17development/flarum-blog
extension - NEW Option to chose to use the blog's images (post featured image and blog default's image) for blog post cards
- NEW Option to chose to use blog posts' summary as preview text for blog post cards
- A donation link
- Options for 3rd party extensions will only be enabled if said extensions are installed and activated.
- Text & description associated with 3rd party extensions options
- Views won't throw error when
show views
option is activated but the relevant extension isn't installed and activated.
- Support & discuss URLs
- Removed old funding.yml
- Renaming the extension to Flarum Discussion Cards
- French translation bug (removed extra quote)
- NEW FEATURE : Setting a default image per tag
- NEW FEATURE : Setting custom number of primary cards and custom cards width per tag
- NEW on Index page (all discussions) shows default card images based on tags of discussion (based on tag priority)
- NEW migrations (tag settings)
- Client and server-side validation for the tags settings
- Some validation for the general extension settings
- French translation
- Changelog.md
- Admin Settings page form & text
- Image stub (changed it for a more neutral one with the Flarum logo)
- Migrations (with new settings keys and added new tag settings)
- Switched read/unread discussions' filter (now read are grayscaled and unread are in full colors)
- Reamde.md, License.md, namespace...
- Removed Russian translation
- Replaced deprecated $.tooltip
- UploadImageButton now showing the uploaded image (created a new custom component).