Releases: derlin/bitdowntoc
Releases · derlin/bitdowntoc
Latest sucessful build
nightly chore: update dependencies
v2.2.0
v2.1.0
2.1.0 (2024-05-09)
🚀 Features
- add hashnode support (7e4ea1c)
- add indent-spaces option (481b0a6)
- add syntax highlighting in web (e323a23)
- honor system dark theme preferences (236f4d5)
- improve web UI layout (778d6b6)
- support GitLab 17.0 (a71350a)
- support reading from stdin (ce0908b)
🐛 Bug Fixes
💬 Documentation
- add badges to readme (98bb1ea)
- add brew install instructions (11c0525)
- fix typos in readme (cd2a504)
🦀 Build and CI
v2.0.1
v2.0.0
v1.2.0
1.2.0 (2023-08-02)
🚀 Features
- add new lines inside TOC and link to bitdowntoc sources (3021ca0), closes #9 #10
- add opensource tracking using posthog (5930805)
- serve minified CSS (9ce2b93)
- web: improve CSS for mobile (42c96b0)
🐛 Bug Fixes
- compound emojis in dev.to profile (088c08e)
- emojis in dev.to profile (again) (b90cc64)
- handle emojis, HTML tags, markdown links and quotes properly (8624d95)
- use built-in anchors on dev.to (4044e1a)
💬 Documentation
- update README (867f98c)
v1.1.0
v1.0.0
1.0.0 (2022-12-29)
🚀 Features
- support GitHub, Gitlab, BitBucket Server, dev.to and more (thanks to anchors in the markdown)
- allow to re-generate/update existing TOC
- allow controlling TOC placement with the
[TOC]
marker - add options for levels, characters used for the TOC, and more
- support both a CLI (jar or native executables) and a web version
- ...