Releases: Justintime50/glass
Releases · Justintime50/glass
v4.2.0
v4.1.1
- The
Back to Postsbutton now retains which page you came from to return you to the proper posts page - Code blocks now properly preserve newlines
v4.1.0
- YouTube Shorts links can now be embedded
v4.0.2
- Post previews strip additional non-human readable characters to provide a clean single statement on the beginning of the post
v4.0.1
- 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
- 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
- Upgrades Laravel to v12
- Adds properties to models
- Adds new
AWS_PREFIXenv variable to define a prefix (if used,AWS_PUBLIC_URLshould 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
- 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_idto 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
- Adds PHP 8.4 support
- Docker Swarm support (changes made to configuration and tooling)
- S3 file support for images
- Adds
golftheme - New auth view layouts
- Bumps Docker image with improved PHP-FPM throughput
- Bumps dependencies