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

Changelog History
Page 4

  • v0.14.2 Changes

    โž• Added

    • ๐Ÿš… Rails 5.2 support.
    • User's display name (via Thredded.user_display_name_method) is now displayed in autocomplete results if it is different from the user name (Thredded.user_name_column). #680

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

  • v0.14.1 Changes

    โž• Added

    • Italian localization. ๐Ÿ‡ฎ๐Ÿ‡น #669
    • ๐Ÿ‘ Allow disabling user links. #673
    • ๐Ÿ‘ Allow customizing first messageboard post. #670

    ๐Ÿ›  Fixed

    • A minor JavaScript error on the topic edit form. #be45f262

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

  • v0.14.0 Changes

    โž• Added

    • 0๏ธโƒฃ Messageboard locking. By default, only moderators can create new topics in locked messageboards. Posting to the existing topics is not affected. #635

    • German localization. ๐Ÿ‡ฉ๐Ÿ‡ช #666

    ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ thredded_user_details and thredded_user_preferences now use unique user_id indices. #609
    • Mention completion now works in IE11. yuku-t/textcomplete#125

    NB: If updating to this version from 0.13.x, you must copy and run the upgrade migration after updating the gem:

    cp "$(bundle show thredded)"/db/upgrade_migrations/20170811090735_upgrade_thredded_v0_13_to_v_014.rb db/migrate
    rake db:migrate
    

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

  • v0.13.8 Changes

    ๐Ÿ›  Fixed

    • Made @-mention dropdown work properly with usernames with no spaces. #645
    • โšก๏ธ Other @-mention dropdown improvements (update to latest textcomplete)

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

  • v0.13.7 Changes

    โž• Added

    • Simplified Chinese localization. ๐Ÿ‡จ๐Ÿ‡ณ #632
  • v0.13.6 Changes

    ๐Ÿ›  Fixed

    • Private posts can be edited again.

    โž• Added

    • Locked topics have a different badge color in the topics list. Locked topics also display a message saying that they are locked. #629
  • v0.13.5 Changes

    ๐Ÿ›  Fixed

    • timeago.js with locales that contain a hyphen (e.g. zh-CN). #626

    ๐Ÿ”„ Changed

    • Post notification email subject no longer contains the post's author name. Notification emails for the same topic now stay in the same thread in the email client. #90c6f5ff

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

  • v0.13.4 Changes

    โž• Added

    • CSS classes for targeting specific preference list items. #614

    ๐Ÿ›  Fixed

    • Sticky topics in search results no longer break search results. #611
    • If a user was subscribed to a topic via more than one notifier, they would only be notified via one of them. #540
  • v0.13.3 Changes

    โž• Added

    • French localization :fr:. #605
    • Email templates now use i18n throughout. The copy has been improved. #607

    ๐Ÿ”„ Changed

    • Avatars are now larger on large screens. #565
  • v0.13.2 Changes

    ๐Ÿš€ This release updates the bundled JavaScript dependencies, [autosize] and [textcomplete], to their latest versions.

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