Thredded v0.14.5 Release Notes

  • โž• Added

    • ๐Ÿ‘Œ Improved performance of rendering threads with multiple onebox by rendering the posts concurrently. #696
    • Private topic parameters can now be pre-filled from URL. #b107e65c

    A "Send private message" link can now be generated like this:

      new_private_topic_path(private_topic: { user_names: 'glebm' })
    

    ๐Ÿ›  Fixed

    • Now handles pages beyond the last one by issuing a redirect to the last page. #4a43b1e3