Skip to content

Latest commit

 

History

History
247 lines (160 loc) · 6.15 KB

CHANGELOG.md

File metadata and controls

247 lines (160 loc) · 6.15 KB

Changelog

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

3.4.0 - 2024-04-25

Add:

3.3.1 - 2024-03-10

Fix:

  • Callout content overflow issue

UI:

  • Change highlight color of diff syntax
  • A few tweaks

3.3.0 - 2024-03-01

Add:

  • New css variables: --callout-border-radius --detail-border-radius

Fix:

  • Overflow issue on mobile screens

UI:

  • Update quote icon
  • A few tweaks

3.2.0 - 2024-01-26

Add:

  • Dark mode img/chart brightness option

3.1.0 - 2024-01-20

Add:

  • New shortcode: quote and detail

Fix:

  • Add word-wrap: break-word to inline code

3.0.0 - 2024-01-14

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.

Add:

  • recent homepage layout
  • featured mark
  • Add title to ToC when it's too long
  • A way to sort categories
  • Project item image
  • prerender/prefetch when hover, using speculationrules or prefetch
  • RSS mask
  • A few more css variables

Fix:

  • Theme init logic
  • Mobile sidebar ui

UI:

  • A few tweaks
  • Default icon size set to 20 (You should re-copy the static/icon folder)

2.3.0 - 2024-01-09

Fix:

  • z-index of mobile sidebar

UI:

  • Color change and some small tweaks

Remove:

  • Default custom font removed

2.2.1 - 2024-01-02

Fix:

  • Use sessionStorage for theme init in _base.html

2.2.0 - 2023-12-29

Fix:

  • Use sessionStorage for theme restore
  • Fix an issue when initializing giscus theme
  • Hide # anchor link in feed 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 🎉