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

Changelog History
Page 7

  • v0.6.2 Changes

    ๐Ÿ›  This is a minor bugfix release.

    ๐Ÿ›  Fixed

    • โšก๏ธ Moderating posts, topics, and users no longer changes their updated_at attribute.
    • Posts and topics that are not yet visible to all users no longer appear as last posts / topics in the respective topic / messageboard.
    • Cleaned up dependencies.

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

  • v0.6.1 Changes

    ๐Ÿ›  This is a minor bugfix release.

    โž• Added

    • โž• Adds an Activity tab to moderation, with a list of all the forum topics and posts, most recent first.

    ๐Ÿ›  Fixed

    • Moderation history rendering of deleted content.
    • Various bugs in @-mentions and highlighting.

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

  • v0.6.0 Changes

    June 12, 2016

    NB: If updating to this version from 0.5.x, you will need to copy and run this migration.

    โž• Added

    • โž• Adds a Users tab to moderation, where individual users can be moderated.
    • ๐Ÿ‘Œ Improves the display of posts in the moderation, showing the topic and whether the post started the topic.
    • Thredded now provides a way to render a user's recent posts in the main_app.

    ๐Ÿ”„ Changed

    • Moderators are now shown all content, including blocked content. A notice is shown on blocked content.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that prevented user deletion in main_app if they had posted on the forums.

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

  • v0.5.1 Changes

    ๐Ÿ›  This is a minor bugfix release.

    ๐Ÿ›  Fixed

    • ๐Ÿ”’ Security: only allow http, https, and relative iframe src protocols.
    • ๐Ÿ”’ Security: sanitization filter is applied last (no actual issues were discovered, but this is how it should be).
    • ๐Ÿ›  Fixes multiple issues with @-mentions parsing and highlighting. e6357ff
    • ๐Ÿ›  Minor CSS fixes.
    • Messageboards index page title is now i18n'd.
    • The "Delete Topic" now shows a confirmation dialog.
    • ๐Ÿ‘ป Editing posts by deleted users no longer throws an exception.

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

  • v0.5.0 Changes

    NB: If updating to this version from 0.4.x, you will need to copy and run this migration.

    โž• Added

    ๐Ÿš€ This release includes two major features:

    โž• Additionally, content formatting is now easier to configure. #321

    ๐Ÿ”„ Changed

    • <figure> and <figcaption> are now allowed in formatted post content.

    ๐Ÿ›  Fixed

    • YouTube embeds. #314
    • Creating a topic now marks it as read. #322
    • Dates older than a year now display the year. #309
    • ๐Ÿ‘ป <a> tags without href in posts no longer cause an exception. #313

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

  • v0.4.0 Changes

    May 21, 2016

    NB: If updating to this version from 0.3.x, you will need to copy and run this migration.

    ๐Ÿ›  Fixed

    • Results from messageboards that cannot be read by the user no longer appear in the search results. 77293c
    • Word-wrap is no longer a hard one (wraps in the middle of a word), and now wraps in a more acceptable spot - after words, at hyphens, etc.
    • Mailers now use permalinks to posts that always redirect to the correct page number. #301

    โž• Added

    • Messageboard groups (#261) and editing (#303).
    • Spoiler(s) tag for post contents 5c8102a [spoiler]vader is luke's father[spoiler]
    • ๐Ÿ’… Styled blockquote tags.
    • Empty partials before and after post textareas (for customization and extensibility) #293
    • ๐Ÿ†• New topic form page now allows pre-filling the fields from URL parameters. #297
    • Date format fix for dates older than 1 week. 9d71ba

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

  • v0.3.2 Changes

    May 04, 2016
    • Main app routes are delegated correctly when using the standalone layout. 8a2ff56
    • Posts now have word-break: break-all applied to prevent overly long string form breaking the layout. #267
    • ๐Ÿš… I18n for rails-timeago. #270
  • v0.3.1 Changes

    May 01, 2016

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป Mobile Safari navigation UI bug. #265
    • ๐Ÿ”’ iframe security vulnerability. 04fa108a7
    • Markdown blockquotes. #259
    • Read state tracking timestamp issue. 2c85076ba
    • ๐Ÿ’… Search input styles in various OS/Browser combinations.
    • (Private)Topic read permission denied error. #269

    โž• Added

    • ๐ŸŒ Brazilian Portuguese translation. #264.
  • v0.3.0 Changes

    April 22, 2016

    ๐Ÿš… Thredded now supports Rails 4.2+ only.

    โœ… Thredded now also fully supports the latest Rails 5 beta, but currently this requires using github main versions of certain gems. See rails_5_0.gemfile for more information.

    ๐Ÿ›  Fixed

    • (Private)Topic slugs re-generate at appropriate time 28c09f4
    • Editing topics and private message subjects. #235
    • Require login for PrivateTopicsController. 5739f5
    • ๐Ÿ”ง Current user method now configurable via initializer. #234
    • Pagination and possible route conflicts throughout. #202
    • Redirects to the correct page after posting a reply. #205
    • Search with special by:user and in:category qualifiers. #206
    • Private topics now validate presence of at least one user other than the creator. #207
    • "Not found" and "Permission denied" errors now render with the correct response codes. #208
    • Thredded user associations are now correctly nullified / destroyed when a user is destroyed in the parent app.

    โž• Added

    • ๐Ÿš€ Dummy App renamed to "Thredded Demo" and demo deployed to Heroku
    • โž• Added vimeo and youtube auto-embed support. #216
    • Ability to delete posts. #214
    • Global search across all messageboards. #215
    • Global notification settings, message notification settings. #210
    • Private topic user select now looks prettier and loads the user via AJAX, instead of generating a huge select with all the users. #199.
    • ๐Ÿ›  The theme is now more customizable thanks to a number of fixes and new variables. #197
    • โšก๏ธ The topic read state is now visually updated on click. #198
    • Email preview classes are now provided. #196.
    • I18n'd a bunch of static copy. (Thanks @glebm!)

    ๐Ÿ”„ Changed

    • โšก๏ธ Navigation layout/design updated ec699fd
    • Changed from using Bbcode OR Markdown to both, simultaneously. #221
    • โœ‚ Removed Timecop in favor of built-in rails travel_to helper. #226
    • ๐Ÿšš Moved from CanCanCan to Pundit. #228
    • ๐Ÿ“‡ Renamed "Private Topics" to "Private Messages"
    • ๐Ÿ“‡ Renamed $thredded-base-font-color to $thredded-text-color.
    • ๐Ÿ“‡ Renamed $thredded-base-background-color to $thredded-background-color.
  • v0.2.2 Changes

    April 04, 2016

    ๐Ÿ›  Fixed

    • Gemspec had been missing the file-listing for a while therefore previous gem versions would have had installation issues. To use previous, broken, versions refer to the changelog notes for each below.
    • Images are now no larger than the post container div. CSS now makes sure the images are appropriately sized.
    • ๐Ÿ›  Fix an incorrectly closed div in thredded/topics#show
    • Small fix for topics count circle - making sure 3 digit numbers fit in container circle.

    โž• Added

    • Rake task added to copy emojis to correct location in parent application.
    • ๐Ÿ’… Properly styled categories in thredded/topics#index