Thredded v0.15.4 Release Notes

  • ➕ Added

    • A new helper method to start a private thread between two users, Thredded::UrlsHelper.send_private_message_path. If a thread already exists between the two users, returns the URL to that thread. Otherwise, returns a URL to the new message form with the recipient and subject pre-filled. #716
    • Posts and topics can now be submitted with the Ctrl+Return shortcut. #717
    • The number of posts / topics per page is now configurable via Thredded.posts_per_page and Thredded.topics_per_page. #711
    • For each topic on the Unread page, we now show the topic's messageboard. ed862031
    • Thredded::Errors::(Private)PostNotFound is raised and handled instead of ActiveRecord::NotFound. #513

    🔄 Changed

    • 0️⃣ The default number of posts per page has been reduced to 25. #713
    • ⚡️ Updated bundled JavaScript dependencies: autosize from v4.0.0 to v4.0.2 (9c4db86d), textcomplete from v0.14.5 to v0.17.1 (211ce25a).

    👀 See the full list of changes here: https://github.com/thredded/thredded/compare/v0.15.3...v0.15.4.