Thredded v0.10.1 Release Notes

  • ๐Ÿ”„ Changed

    • ๐Ÿšš Post actions moved to a dropdown menu. #533

    โž• Added

    • Posts can be marked as unread. #533
    • ๐Ÿ’… More Sass variables for style customization:

      • $thredded-messageboards-grid-item-border-(width|color)
      • $thredded-messageboards-grid-item-(padding|gutter)-(x|y)
      • $thredded-overlay-(background-color|box-shadow)
    • ๐Ÿ‘Œ Support PostgreSQL UUID primary keys. #538

    • A divider line between sticky and non-sticky topic. #537

    ๐Ÿ›  Fixed

    Internals

    • ๐Ÿ’ป Thredded now caches only the posts' contents (and not the UI around them). #536
    • The Thredded::ApplicationController#signed_in? method has been renamed to thredded_signed_in?, to avoid conflicts with the parent (application) controller. #543

    ๐Ÿ‘€ See the full list of changes here: https://github.com/thredded/thredded/compare/v0.10.0...v0.10.1.