Skip to content

Latest commit

 

History

History
106 lines (50 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

106 lines (50 loc) · 5.02 KB

Changelog

0.4.1 (2023-09-30)

Continuous Integration

  • deps: update module github.com/hbstack/header to v0.10.0 (53e316a)
  • deps: update module github.com/hbstack/header to v0.9.0 (4df3fbc)
  • deps: update module github.com/hugomods/icons/vendors/bootstrap to v0.5.1 (ee4f668)
  • deps: update module github.com/twbs/icons to v1.11.0 (ad68103)
  • deps: update module github.com/twbs/icons to v1.11.1 (3564a34)

Bug Fixes 🐞

  • increase the expand_stall_threshold to 1000ms to get rid of misclicking (8e0a3c7)

0.4.0 (2023-09-01)

Continuous Integration

  • deps: update module github.com/hbstack/hb to v0.7.1 (f2eea65)
  • deps: update module github.com/hbstack/header to v0.8.2 (5d95f8b)

Features ✨

Bug Fixes 🐞

  • record the active item to avoid displaying multiple items after resuming (#34) (89a4c82)
  • replace mouseover, mouseout with mouseenter, mouseleave respectively (#33) (0f1c96e)

Styles 🎨

  • change the link color as navbar (508fdc9)

0.3.0 (2023-08-28)

Features ✨

  • add the expand_stall_threshold parameter (#26) (5afe506)

0.2.5 (2023-08-27)

Styles 🎨

  • tweak transition (2ef2991)
  • use default color and background on hover (cb09f7b)

0.2.4 (2023-08-27)

Styles 🎨

0.2.3 (2023-08-26)

Styles 🎨

0.2.2 (2023-08-26)

Bug Fixes

  • make sure clearing previous timer when creating a new timer (581fc1e)

0.2.1 (2023-08-26)

Bug Fixes

0.2.0 (2023-08-25)

⚠ BREAKING CHANGES

  • remove the color and bg parameters.

Features

Bug Fixes

  • adjust latest changes of upstream modules (#16) (ca12956)

Miscellaneous Chores