Releases: victorwynne/quattle
v1.6.0
v1.5.5
Changelog
Nokogiri published a critical security update today to address a regular expression denial-of-service vulnerability.
Updated Gems: nokogiri
to 1.13.4 and public_suffix
to 4.0.7
v1.5.4
Changelog
This update is simply bumping quattle.gem
to require Ruby 2.7.0 or later. A necessary change in order to support an upcoming feature addition.
v1.5.3
v1.5.2
Changelog
A quick update to ensure compatibility with the latest release of Jekyll.
Updated Gems: jekyll
to 4.2.2 and jekyll-sass-converter
to 2.2.0
v1.5.1
Changelog
Just wanted to push out another small update with some minor changes to clean up the display of permalinks, post meta data, and author attribution.
v1.5.0
Changelog:
Added: $variables
for headers, header-before, and inline code borders
Added: meta properties and manifest.json
so that the website will now function as a progressive web app
Improved: the Atom feed to RSS 2.0. A separate links.xml
file is included that will only display posts that include link:
front matter
Improved: further refinements to blockquotes, lead (lede), post meta info
Changed: root font size and line height to be slightly larger
Changed: default font for Windows to Noto Sans
v1.4.0
Changelog for v1.4.0
Fixed: various inconsistencies for $variables
across color schemes
Changed: moved head.html
inside of the default.html
layout file instead. This single change cut build times on a test site with 150 pages and 500 posts by 32%!
Improved: further refinements to visual elements for both light and dark mode
Improved: code blocks are now styled differently depending on color scheme
v1.3.1
Just a gem bump for rouge to 3.27.0 which importantly supports Swift 5.5 keywords released in September. This will be reflected in syntax highlighting code blocks for Swift.
Keywords:
- actor
- nonisolated
- async
- await
- isolated
v1.3.0
#Changelog
Added: a tag cloud!
Added: a fresh coat of paint!
Fixed: a number of header tags that weren't consistent across pages
Changed: if no color scheme is requested the default is now dark
Improved: various visual tweaks and refinements to both light and dark mode
Improved: tags are now styled on posts and on the tags page
Improved: archive displays the number of posts per month, year, category, tag
Improved: the external URL listed for the link:
front matter will display the base domain as a source reference at the bottom of posts and link to the full URL
Removed: the related posts feature. Visually it became quite a busy mess at the bottom of each post; tags, source reference, footnotes, previous/next entries. Functionally it wasn't that useful because it relied on site.related_posts
which is time based only. Working on an alternate implementation.