Skip to content

Commit 6499839

Browse files
committed
chore: release v1.8.0
1 parent cd0e0b8 commit 6499839

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ The logo uses [Mexellent](https://www.1001fonts.com/mexcellent-font.html) font m
2626

2727
# CHANGELOG
2828

29+
## v1.8.0 (2021-09-28)
30+
31+
* feat: Add light/dark mode toggle, #6 ([cd0e0b8](https://github.com/hikerpig/toc-bar-userscript/commit/cd0e0b8)), closes [#6](https://github.com/hikerpig/toc-bar-userscript/issues/6)
32+
2933
## v1.7.0 (2021-02-04)
3034

3135
* feat: optimize for github issues, related #2 ([27ce1b0](https://github.com/hikerpig/toc-bar-userscript/commit/27ce1b0)), closes [#2](https://github.com/hikerpig/toc-bar-userscript/issues/2)

toc-bar.user.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// @license MIT
77
// @description A floating table of content widget
88
// @description:zh-CN 自动生成文章大纲目录,在页面右侧展示一个浮动的组件。覆盖常用在线阅读资讯站(技术向)。github/medium/MDN/掘金/简书等
9-
// @version 1.7.0
9+
// @version 1.8.0
1010
// @match *://www.jianshu.com/p/*
1111
// @match *://cdn2.jianshu.io/p/*
1212
// @match *://zhuanlan.zhihu.com/p/*

0 commit comments

Comments
 (0)