Skip to content

Releases: uses-ink/uses.ink

v0.7.0

09 Oct 23:27
Compare
Choose a tag to compare

Feat

  • add headings + choose renderer
  • add render time
  • improve error page
  • add support for fonts
  • add support for themes + add some default themes
  • improve not-found page
  • better error handling
  • make pre elements interactive
  • add custom img components
  • add footer
  • switch to bun

Fix

  • postinstall script musl detection
  • code title border color
  • postinstall script to also work on x64 systems and remove the correct file based on the current system
  • correctly import inter font
  • git describe not working when no tag is present
  • minor improvements/bugfixes
  • save space in docker by removing typst-compiler for gnu and only keeping musl
  • user-content hrefs
  • minor improvements/fixes for themes
  • make code blocks titles stick
  • remove testing value
  • responsive not-found
  • correct url in not-found
  • better mode toggling

Refactor

  • postinstall script refactored
  • move configuration part out of constants
  • start looking for alternative markdown renderers
  • disable d2 rendering at the moment
  • use .glob() for loading local files
  • move markdown and typst to separate components

v0.5.3

16 Aug 23:33
Compare
Choose a tag to compare

Fix

  • try all the readme patterns
  • weird list layout on firefox
  • rework error handling for page not found

Refactor

  • fetch the tree instead of trying each readme
  • remove search functionality

v0.5.2

15 Aug 20:21
Compare
Choose a tag to compare

Feat

  • implement caching for smaller portions of the rendering

Fix

  • deps: update dependency tailwind-merge to v2.5.2 (#48)
  • deps: update dependency ts-pattern to v5.3.1 (#42)
  • deps: update dependency tailwind-merge to v2.5.2 (#43)
  • deps: update shiki monorepo to v1.13.0 (#47)
  • add separator for auto-generated label
  • nicer error message for repo not found in auto-generated readme
  • auto-generated readme should generate correctly
  • deps: update dependency tailwind-merge to v2.5.0 (#41)
  • add default repo in page name
  • deps: update dependency lucide-react to ^0.427.0 (#39)

Refactor

  • move d2.wasm.br out of the public directory because this is used on the server

v0.5.1

09 Aug 02:28
Compare
Choose a tag to compare

Feat

  • add copy meta for codeblocks + defaultCopy config

Fix

  • deps: update dependency lucide-react to ^0.426.0 (#38)

Refactor

  • disable render cache for dev mode
  • do not parse matter before checking cache

v0.4.3

08 Aug 17:17
Compare
Choose a tag to compare

Feat

  • add render caching
  • add pikchr diagrams rendering

Fix

  • correctly set loggers levels in dev

Refactor

  • switch to consola for logging

v0.5.0

07 Aug 18:10
Compare
Choose a tag to compare

Fix

  • only instanciate the wasm module once

v0.4.2

07 Aug 22:59
Compare
Choose a tag to compare

Fix

  • search the config file correctly

Refactor

  • switch to cli version of d2

v0.4.1

07 Aug 18:10
Compare
Choose a tag to compare

Fix

  • only instanciate the wasm module once

v0.4.0

07 Aug 15:58
Compare
Choose a tag to compare

Feat

  • add d2 support for diagrams

Fix

  • deps: update dependency cache-manager to v5.7.6 (#33)
  • use latest version of chromium

Refactor

  • use brotli-compressed wasm

v0.3.15

05 Aug 14:26
Compare
Choose a tag to compare

Feat

  • support for mermaid diagrams
  • add support for user-config at <user>/<user>

Fix

  • deps: update dependency lucide-react to ^0.424.0 (#31)
  • deps: update dependency lucide-react to ^0.419.0 (#29)
  • deps: update shiki monorepo to v1.12.1 (#28)