Skip to content

Releases: Justintime50/glass

v4.2.0

26 Apr 04:33
fb3cc93

Choose a tag to compare

  • Upgrade to Laravel 13
  • Add cache DB table
  • Bump dependencies

v4.1.1

03 Dec 22:58

Choose a tag to compare

  • The Back to Posts button now retains which page you came from to return you to the proper posts page
  • Code blocks now properly preserve newlines

v4.1.0

02 Dec 18:32

Choose a tag to compare

  • YouTube Shorts links can now be embedded

v4.0.2

26 Nov 22:23

Choose a tag to compare

  • Post previews strip additional non-human readable characters to provide a clean single statement on the beginning of the post

v4.0.1

26 Nov 22:05

Choose a tag to compare

  • The image library modal now loads images in descending order based on when they were uploaded
  • YouTube links that were automatically linked via Trix are now properly embeded instead
  • S3 hosted images properly show previews again when selected from image library

v4.0.0

26 Nov 20:59

Choose a tag to compare

  • BREAKING: The markdown editor and renderer for post content has been replaced with Trix, a WYSIWYG editor. This allows for easier post creation while still providing powerful rendering capabilities. This does mean however that all previous post content may not render properly when upgrading as it may contain markdown while the new Trix editor saves HTML to the DB. It's recommended to script a markdown to HTML content replacer for your DB content if there are many blog posts or simply go edit and adjust each post one-by-one after upgrading to correct the rendered content. Due to the stylistic choices of everyone's writing and layout, providing a tool to do this is not viable.
    • Pasting an image link (eg: from the image library) will render the image inline
    • Pasting a YouTube or Tweet link will render it embedded
    • Pasting a block of code with single or triple backticks will render code blocks and inline code
  • Bumps Docker image
    • PHP 8.5
    • Now uses supervisord to start php/nginx/email queue
  • Comment notifications are now sent via email to admins if the blog has comments enabled (closes #93)
  • Fixes various UI elements (layout, colors, etc)
  • Bumps dependencies

v3.3.0

04 Jul 06:29

Choose a tag to compare

  • Upgrades Laravel to v12
  • Adds properties to models
  • Adds new AWS_PREFIX env variable to define a prefix (if used, AWS_PUBLIC_URL should then be the true base of the S3 bucket)
  • Alerts now show proper color for errors, helping to easily distinguish.
  • Alerts are now dismissible
  • Bumps dependencies

v3.2.0

07 Jan 23:24
a7f0fcf

Choose a tag to compare

  • Adds confirmation prompts to deleting records
  • Fixes a bug where you could not delete an image used by a post by adding a database migration to set the image_id to null on posts when an image is deleted that is still referred to in a post
  • Fixes a missing modal header accent color in themes
  • Bumps dependencies

v3.1.0

12 Dec 17:20

Choose a tag to compare

  • Adds PHP 8.4 support
  • Docker Swarm support (changes made to configuration and tooling)
  • S3 file support for images
  • Adds golf theme
  • New auth view layouts
  • Bumps Docker image with improved PHP-FPM throughput
  • Bumps dependencies

v3.0.1

19 Jul 02:21

Choose a tag to compare

  • Replaces FontAwesome with Bootstrap Icons
  • Fixes a bug where image filenames could overflow their containers if long
  • Fixes the Back to Posts button to respect pagination (closes #86)
  • Bumps dependencies