Thredded v0.3.0 Release Notes

Release Date: 2016-04-22 // about 8 years ago
  • ๐Ÿš… Thredded now supports Rails 4.2+ only.

    โœ… Thredded now also fully supports the latest Rails 5 beta, but currently this requires using github main versions of certain gems. See rails_5_0.gemfile for more information.

    ๐Ÿ›  Fixed

    • (Private)Topic slugs re-generate at appropriate time 28c09f4
    • Editing topics and private message subjects. #235
    • Require login for PrivateTopicsController. 5739f5
    • ๐Ÿ”ง Current user method now configurable via initializer. #234
    • Pagination and possible route conflicts throughout. #202
    • Redirects to the correct page after posting a reply. #205
    • Search with special by:user and in:category qualifiers. #206
    • Private topics now validate presence of at least one user other than the creator. #207
    • "Not found" and "Permission denied" errors now render with the correct response codes. #208
    • Thredded user associations are now correctly nullified / destroyed when a user is destroyed in the parent app.

    โž• Added

    • ๐Ÿš€ Dummy App renamed to "Thredded Demo" and demo deployed to Heroku
    • โž• Added vimeo and youtube auto-embed support. #216
    • Ability to delete posts. #214
    • Global search across all messageboards. #215
    • Global notification settings, message notification settings. #210
    • Private topic user select now looks prettier and loads the user via AJAX, instead of generating a huge select with all the users. #199.
    • ๐Ÿ›  The theme is now more customizable thanks to a number of fixes and new variables. #197
    • โšก๏ธ The topic read state is now visually updated on click. #198
    • Email preview classes are now provided. #196.
    • I18n'd a bunch of static copy. (Thanks @glebm!)

    ๐Ÿ”„ Changed

    • โšก๏ธ Navigation layout/design updated ec699fd
    • Changed from using Bbcode OR Markdown to both, simultaneously. #221
    • โœ‚ Removed Timecop in favor of built-in rails travel_to helper. #226
    • ๐Ÿšš Moved from CanCanCan to Pundit. #228
    • ๐Ÿ“‡ Renamed "Private Topics" to "Private Messages"
    • ๐Ÿ“‡ Renamed $thredded-base-font-color to $thredded-text-color.
    • ๐Ÿ“‡ Renamed $thredded-base-background-color to $thredded-background-color.