Skip to content

Releases: mnjm/kayal

v0.3.1

27 Aug 04:34
Compare
Choose a tag to compare

What's Changed

  • fix: backdrop filter on webkit (safari) devices for menu and search by @oli06 in #27

Dep

  • Bumped max supported hugo version to v0.133.1
  • Bumped marmaid to v11.0.2

New Contributors

  • @oli06 made their first contribution in #27

Full Changelog: v0.3.0...v0.3.1

v0.3.0

16 Aug 17:21
Compare
Choose a tag to compare

New

Added client side search using fuse.js. Demo. To enable it, add

enableSearch = true

to config/_default/hugo.toml and add

[outputs]
  home = ["HTML", "RSS", "JSON"]

to config/_default/hugo.toml

Fix

  • Corrected image optimization issue with fixed size on WebP images.

Dependencies

  • Bumped max Hugo version to v0.132.2
  • Removed Hugo extended requirement

v0.2.0

11 Aug 08:15
Compare
Choose a tag to compare

New

  • Added RSS feed.
  • Added a page option to display cover image.
  • Responsive Images Optimisation using Hugo's Img Processing
  • Added card view to list and term pages.

Breaking Changes

  • Removed showDate from list and term pages. (Date will now always be shown in non-card views)
  • Removed readMore from recents in profile homepage.
  • Moved profile homepage setting from [homepage] to [homepage.profile]

Fix

  • Articles were not ordered by weight when grouped by year

v0.1.3

04 Aug 11:38
Compare
Choose a tag to compare

Changes

  • Added breadcrumbs, which can be controlled using the showBreadcrumbs parameter.
  • Added an option to preload custom fonts.
  • Added scrollbar styling on chromium based browsers.
  • Improved code copy.

Fixes

  • Removed the "socials" heading text on the profile homepage.
  • Fixed Mermaid git graph scaling issues on mobile screens.
  • Fixed code copy button placement to account for scrolling in non-highlighted code blocks.

Dependency

  • Bumped Hugo max version to v0.131

Full Changelog: v0.1.2...v0.1.3

v0.1.2

31 Jul 08:22
Compare
Choose a tag to compare

What's Changed

  • Mermaid diagram support by @mnjm in #4

Full Changelog: v0.1.1...v0.1.2

v0.1.1

29 Jul 11:58
Compare
Choose a tag to compare

What's Changed

  • Fix: Mobile menu was not centered.
  • Fix: Weird box shadows in the gist shortcode.
  • Code copy now works with line numbers enabled.
  • Added icons to code copy
  • Fix: Date format was not handled properly.
  • Added few more Icon svg files - copy related icons + square check.

Full Changelog: v0.1...v0.1.1

v0.1

24 Jul 12:36
0248eaf
Compare
Choose a tag to compare

First release of Kayal