website/themes/serene/CHANGELOG.md

3.9 KiB

Changelog

All notable changes to this project will be documented in this file.

2.1.2 - 2023-09-19

Fix:

  • Outdate alert not 'hidden' (#49)

2.1.1 - 2023-09-16

Add:

  • Custom 404 page

2.0.1 - 2023-09-13

Fix:

  • Min height of prose page & post page

2.0.0 - 2023-09-01

Warning

This version contains several breaking changes. If you came from a previous version and want to upgrade, I suggest you start all over again.

UI:

  • Text selction now is styled
  • Other minor tweaks
  • Change defalut bg color of codeblock to transparent

Add:

  • Option dispaly_tags and truncate_summary @woojiq (#40)
  • Support for footnote and backlink
  • Active TOC indicator
  • Generay prose section/page
  • Config option sections, now you can rename blog to somthing else, e.g. posts
  • Support for header nav fold/unfold
  • Option for homepage layout, can be about or list
  • A separate _custom_css.html for css customization

Fix:

  • Codeblock distance calculation
  • Codeblock highlight style
  • Add description tag only when it's available
  • Post 3 column layout issue
  • Inline code style in list item
  • Link text-decoration style on mobile

1.2.0 - 2023-08-19

UI:

  • Use noborder theme of giscus by default
  • Post list item and callout styles changed
  • Code block styles improved
  • Default colors changed

Add:

  • Outline styles @mrtnvgr (#26)
  • Support self-host font (#29)
  • Copy button for code blocks (#30)
  • Support light/dark switch for code blocks (#33)
  • Support tags for project page
  • Back-to-top button
  • A shortcode for code block with file name: codeblock (#39)

Fix:

  • Update theme toggle icon on page load @mrtnvgr (#25)
  • Layout shift problem on post page (#27)

1.1.1 - 2023-08-09

  • Allow no tags in front matter @mrtnvgr
  • Fix figcaption width issue

1.1.0 - 2023-05-27

  • Fix theme auto-toggle logic
  • A few ui tweaks

1.0.0 - 2023-05-24

Warning

The 1.0.0 version contains many breaking changes. If you came from a previous version and want to upgrade, I suggest you start all over again.

Breaking

  • config.toml restructured, config items are renamed
  • All analytics configs removed, use _head_extend.html instead
  • All comment-support configs removed, replace with giscus
  • Icons now using svg files
  • Callout renamed: info -> note, caution -> warning, warning -> alert
  • Callout removed: good, bad, happy, unhappy, check, wrong, flag, star
  • cc_license removed
  • Reading-progress-bar removed
  • Back-to-top button removed
  • Many other tweaks

0.2.0 - 2022-02-16

Add:

  • KaTeX support
  • Mermaid support

Fix:

  • Style issue of table-of-contents
  • A few non-critical bugs

0.1.0 - 2022-01-14

First release 🎉