Thredded Versions Save

The best Rails forums engine ever.

v1.1.0

1 year ago
  • fix issue with mis-rendering of posts in multithreading (and add tests) [#971]
  • fix rare issue with rendering of duplicated posts [#973]
  • Drop support for Rails 5.2 - if you need support for rails 5.2 use v1.0.x
  • fix thredded routes when main app has include rails.application.routes.url_helpers in its helpers [#961]
  • Drop support for html-pipeline < 2.14.1

See the full list of changes here: https://github.com/thredded/thredded/compare/v1.0.1...v1.1.0

v1.0.1

1 year ago
  • 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

2 years ago
  • 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

4 years ago

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

4 years ago

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

4 years ago

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

4 years ago

Added

  • Rails 6.0.0 support (6.0.0.rc2 no longer supported).
  • 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.11

5 years ago

Fixed

  • Table column alignment now works. #804
  • Improved AutofollowUsers performance. #807 #808

v0.16.10

5 years ago

Added

  • Rails 6 beta support. #802 #800
  • Thredded now adds the CSP nonce to inline script tags if CSP is enabled on Rails v5.2+. #797

See the full list of changes here: https://github.com/thredded/thredded/compare/v0.16.9...v0.16.10.

v0.16.9

5 years ago

Fixed

  • Moderation > Pending now works again in Rails 4. #794

  • @-mentions are now parsed and highlighted using Thredded.user_name_column instead of user.thredded_display_name. #790