Skip to content

v2.0.0

Compare
Choose a tag to compare
@Justintime50 Justintime50 released this 09 Oct 20:19
· 52 commits to main since this release
  • Image references are now stored in the database instead of losely through the filesystem. This means that tracking what images belong to what users and posts should work much smoother. Additionally, various improvements were made across the app to how images are handled resulting in a vastly improved image experience
    • Upgrade Note: When upgrading from v1.x, you will need to either manually add database entries for each image you previously had and link them to posts and users or re-upload images as needed
  • Categories are now unique and required, enforced at the database level
  • Various database indexes were added for common lookup patterns for faster queries
  • Foreign key constraints were added to enforce data integrity at the database level when records are related to one another
    • Due to this addition, comments of a post now get deleted when a post is deleted
  • Fixes various database field types and type validation on form submission to better align with the context they are used with
  • Fixes a bug that didn't show the dropdown chevrons for form-select fields when creating a post
  • Fixes a Bootstrap deprecation warning
  • Updates MariaDB from 10.11 to 11.1