Skip to content

Releases: derlin/bitdowntoc

Latest sucessful build

17 Mar 09:18
Compare
Choose a tag to compare
feat(web): improve options by showing inputs on the right

Make it easier to read by aligning the inputs at the right of the
labels.

Note that it required spans to be added after the input type checkbox,
because some browsers (Firefox) do not allow :before and :after
pseudo-elements on elements with no content (such as input).
The span also needs to be opened and closed (versus `<span />`), or else
safari doesn't close it at the right place.

v2.2.1

27 Jan 07:00
Compare
Choose a tag to compare

2.2.1 (2025-01-26)

🐛 Bug Fixes

  • support 4 backticks (ccbbb65)
  • web: don't break UI on long lines (fd85878)

🦀 Build and CI

🌈 Styling

  • add hover text to icons and some buttons (bf25ec5)
  • update favicons (69b1b27)

v2.2.0

14 Jul 17:22
Compare
Choose a tag to compare

2.2.0 (2024-07-14)

🚀 Features

  • properly raise error on missing toc end (22d5bed)

🐛 Bug Fixes

  • properly handle duplicates above the TOC placeholder (fb6b9c5)
  • update to Kotlin Multiplatform 2.0.0 (f624c62)

🦀 Build and CI

  • upload maven package to GitHub Packages (4d8ea40)

v2.1.0

09 May 09:42
Compare
Choose a tag to compare

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

  • make --version work in jar (2509a80)
  • weird textarea behavior (42de885)

💬 Documentation

🦀 Build and CI

  • always upload jar artifacts (0a70b50)
  • automatically update homebrew tap on release (96bd118)
  • fix generate native (cdfd471)
  • run build on pull request (7aa36a9)

v2.0.1

09 Mar 18:36
Compare
Choose a tag to compare

2.0.1 (2024-03-09)

🐛 Bug Fixes

  • better handle codeblocks in lists (23aa065)
  • handle bolds and italics with underscores (de60ad8)
  • remove println upon generate (54e0b36)

🦀 Build and CI

  • avoid duplicate build on pull request (24fdb11)

v2.0.0

22 Sep 09:16
Compare
Choose a tag to compare

2.0.0 (2023-09-22)

⚠ BREAKING CHANGES

  • rename BitBucket Server to generic

🚀 Features

  • better support code blocks (82e14e3)
  • rename BitBucket Server to generic (bdd5f71)

🐛 Bug Fixes

  • indent list with 3 spaces (9682e73), closes #8

v1.2.0

02 Aug 14:19
Compare
Choose a tag to compare

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

v1.1.0

30 Dec 13:57
Compare
Choose a tag to compare

1.1.0 (2022-12-30)

🌈 Styling

  • change text over markdown textview (ebed501)

🚀 Features

  • support anchor prefixes (a05ad85)

💬 Documentation

  • update README and interface for anchors prefix (71f04bb)

v1.0.0

29 Dec 19:10
Compare
Choose a tag to compare

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
  • ...