Skip to content

Releases: victorwynne/quattle

v1.6.0

13 Nov 18:33
Compare
Choose a tag to compare

This release ensures compatibility with Jekyll v4.3.1

Changelog

New: SCSS for styling social media posts. See an example in the style guide.

New: Support for TZInfo - Ruby Timezone Library. It is no longer necessary to add time zone offsets to the date front matter.

v1.5.5

12 Apr 18:48
bbd1e0f
Compare
Choose a tag to compare

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

27 Mar 00:23
86dbcb9
Compare
Choose a tag to compare

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

24 Mar 16:54
a3beafb
Compare
Choose a tag to compare

Changelog

Updated Gems: concurrent-ruby from 1.1.9 to 1.1.10* and kramdown from 2.3.1 to 2.3.2

  • This release sets the Ruby compatibility version at 2.2 which required me to do the same for the quattle gem.

v1.5.2

13 Mar 01:05
Compare
Choose a tag to compare

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

23 Feb 09:49
Compare
Choose a tag to compare

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

22 Feb 15:33
Compare
Choose a tag to compare

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

02 Jan 00:17
Compare
Choose a tag to compare

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

29 Dec 01:15
Compare
Choose a tag to compare

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

27 Dec 23:22
Compare
Choose a tag to compare

#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.