Skip to content

v2.3.0 - Unicorn 🦄

Compare
Choose a tag to compare
@ferg1e ferg1e released this 22 Nov 13:44
· 200 commits to master since this release

This is the source code for Comment Castles v2.3.0.

Changelog

  • On the help page, indicated that the formatting rules apply to user profiles.
  • Removed setting the font size on the single post page titles because it was messing up the line height when the title word wrapped.
  • Added a new setting for main text color.
  • For lists of posts, increased the margin between the last post and the more button so that the margin matches the margin between the first post and the sorting options.
  • Added a new setting for post spacing. This is the amount of vertical spacing between posts for lists of posts.
  • Combined the is_visible and is_followed flags into a single flag. This makes it so that the follow/unfollow button is always synced with content visibility. If you can see the content, then the button will always be unfollow. If you can't see the content, then the button will always be follow.
  • Changed the GitHub link in the site footer to point to the new project name.
  • Made new user sign ups automatically follow all users that the admin is following. This forces the logged out view to be exactly the same as when someone first logs in.
  • Simplified the help page content and emphasized the whitelist moderation.
  • Refactored the following page routes.
  • Added a button to the following page that unfollows all users.
  • Added a button to the following page that follows all the users that admin is following.
  • Changed the default view mode for logged in users from discover to locked.
  • Showed a message on the sign up page when a logged out user tries to follow or unfollow a user. The new message on the sign up page indicates that they need to sign up in order to follow or unfollow.
  • Removed the box that surrounded post content and top comment content. That box was creating a sort of double border that looked bad.