Releases: uses-ink/uses.ink
Releases · uses-ink/uses.ink
v0.7.0
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
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
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
v0.4.3
Feat
- add render caching
- add pikchr diagrams rendering
Fix
- correctly set loggers levels in dev
Refactor
- switch to consola for logging
v0.5.0
Fix
- only instanciate the wasm module once
v0.4.2
Fix
- search the config file correctly
Refactor
- switch to cli version of d2
v0.4.1
Fix
- only instanciate the wasm module once