Skip to content

Commit 98ee81b

Browse files
committed
chore: release v1.8.1
1 parent e502408 commit 98ee81b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ The logo uses [Mexellent](https://www.1001fonts.com/mexcellent-font.html) font m
2626

2727
# CHANGELOG
2828

29+
## v1.8.1 (2021-11-02)
30+
31+
* feat: add support to indepth.dev ([e502408](https://github.com/hikerpig/toc-bar-userscript/commit/e502408))
32+
* feat: hide toc-bar in print mode, close #7 ([7b3b149](https://github.com/hikerpig/toc-bar-userscript/commit/7b3b149)), closes [#7](https://github.com/hikerpig/toc-bar-userscript/issues/7)
33+
2934
## v1.8.0 (2021-09-28)
3035

3136
* 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)

toc-bar.user.js

Lines changed: 1 addition & 1 deletion
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.8.0
9+
// @version 1.8.1
1010
// @match *://www.jianshu.com/p/*
1111
// @match *://cdn2.jianshu.io/p/*
1212
// @match *://zhuanlan.zhihu.com/p/*

0 commit comments

Comments
 (0)