2.2.1 (2025-01-26)
- add CNAME to Pages (28bf64f)
2.2.0 (2024-07-14)
- properly raise error on missing toc end (22d5bed)
- properly handle duplicates above the TOC placeholder (fb6b9c5)
- update to Kotlin Multiplatform 2.0.0 (f624c62)
- upload maven package to GitHub Packages (4d8ea40)
2.1.0 (2024-05-09)
- 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)
- add badges to readme (98bb1ea)
- add brew install instructions (11c0525)
- fix typos in readme (cd2a504)
- always upload jar artifacts (0a70b50)
- automatically update homebrew tap on release (96bd118)
- fix generate native (cdfd471)
- run build on pull request (7aa36a9)
2.0.1 (2024-03-09)
- better handle codeblocks in lists (23aa065)
- handle bolds and italics with underscores (de60ad8)
- remove println upon generate (54e0b36)
- avoid duplicate build on pull request (24fdb11)
2.0.0 (2023-09-22)
- rename BitBucket Server to generic
1.2.0 (2023-08-02)
- 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)
- 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)
- update README (867f98c)
1.1.0 (2022-12-30)
- change text over markdown textview (ebed501)
- support anchor prefixes (a05ad85)
- update README and interface for anchors prefix (71f04bb)
- support GitHub, Gitlab, BitBucket Server, dev.to and more (thanks to anchors in the markdown)
- allow to re-generate/update existing TOC
- allow to control 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
- ...