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
andthredded_user_preferences
now use uniqueuser_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.
- timeago.js with locales that contain a hyphen (e.g.
-
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.