All Versions
82
Latest Version
2.0
Avg Release Cycle
35 days
Latest Release
-

Changelog History
Page 1

  • v2.0 Changes

    • โฌ‡๏ธ drop ContentFormatter.whitelist just use ContentFormatter.allowlist
  • v1.1 Changes

    • ๐Ÿ‘ depend on html-pipeline >= 2.14.1 and drop support for earlier version
  • v1.0.1 Changes

    • ๐Ÿšš ContentFormatter.whitelist is now deprecated in favour of ContentFormatter.allowlist. Will be removed in v2.0
    • ๐Ÿ‘Œ Support more recent versions of html-pipeline gem
    • ๐Ÿ›  Fixes for issues with viewing moderation history with ruby 3.0 or rails 7.0
    • โฌ‡๏ธ Drop support for Rails < 5.2

    ๐Ÿ‘€ See the full list of changes here: https://github.com/thredded/thredded/compare/v1.0.0...v1.0.1

  • v1.0.0 Changes

    • โž• Added support for Rails 6.1, 7.0, Ruby 3 #919 #903

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a bug when there is an ophaned PostModerationRecord. #857. Thanks @andreibondarev
    • ๐Ÿ›  Fix an issue with localised labels #859. Thanks @denzelem
    • ๐Ÿš… Switch to RailsGravatar. #881 Thanks @rickychilcott
    • ๐Ÿ›  Fixed a bug with preview rendering on Rails 6.0+ #932
    • ๐Ÿ›  Fixed issues with Database Pool exhaustion #926 - thanks to @rickychilcott and others.

    โœ‚ Removed

    • โœ‚ Removed support for unsupported rails versions (<5.2)

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

  • v0.16.16 Changes

    February 13, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a post caching bug where post contents could be replaced by contents of another post on the same page. #839 #854
  • v0.16.15 Changes

    December 30, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed race condition in User(Private)TopicReadState update. #845 #846
    • ๐Ÿ›  Fixed compatibility with NewRelic in Rails 4. #842 #848
    • ๐Ÿ›  Fixed deprecation warnings from inline_svg. cae5ae88
    • ๐Ÿ›  Fixed deprecation warnings from onebox. c4ae525b
  • v0.16.14 Changes

    October 21, 2019

    โž• Added

    • ๐Ÿ‘ Experimental Webpack support. #838
    • ๐Ÿ‘ Sprockets 4.0.0 support.
    • Messageboard group page. Can be disabled by setting Thredded.show_messageboard_group_page = false. #829
  • v0.16.13 Changes

    August 17, 2019

    โž• Added

    • ๐Ÿš… Rails 6.0.0 support (6.0.0.rc2 no longer supported).
    • 0๏ธโƒฃ Destroy Messageboard button in the UI for admins. Disabled by default. #826

    ๐Ÿ›  Fixed

    • Fixed post_moderation_records user reference type when using UUID. #819
  • v0.16.12 Changes

    July 26, 2019

    โž• Added

    • ๐Ÿš… Rails 6.0.0.rc2 support. #824
    • ๐Ÿ‘Œ Improved moderation history performance. a48a4726 f1874fba
  • v0.16.11 Changes

    April 27, 2019

    ๐Ÿ›  Fixed

    • Table column alignment now works. #804
    • ๐Ÿ‘Œ Improved AutofollowUsers performance. #807 #808