Skip to content

Releases: irskep/djockey

v0.2.4

05 Sep 16:41
Compare
Choose a tag to compare
  • Djockey can now run on Windows
  • Improvements to link resolution behavior

v0.2.3

04 Sep 03:22
Compare
Choose a tag to compare
  • Search box can be dismissed by clicking anywhere in the backdrop and not just by pressing Esc

v0.2.2

04 Sep 03:06
Compare
Choose a tag to compare
  • Markup features

    • Typedoc integration
    • Allow putting custom links in the header
  • HTML improvements

    • OpenGraph and Twitter Card metadata
    • Site-wide search using lunr
    • Move "On this page" to a header bar on mobile instead of just disappearing
  • Plugin API improvements

    • Plugins can provide static files, perhaps based on site content (this powers search)
    • More methods can be async
    • Plugins can mark nodes as "special" and not to be touched by other plugins
  • Stop publishing Yarn and Bun lockfiles, docs, and other unnecessary things on NPM

v0.1.1

30 Aug 14:58
Compare
Choose a tag to compare
  • Fix assorted small CSS issues

v0.1.0

30 Aug 04:58
Compare
Choose a tag to compare
  • Overhaul logging and error reporting
  • Support .dj file extension in addition to .djot
  • Configuration
    • Switch from camel case to snake case for config keys
    • Remove or refactor many config options
  • Markup features
    • Code blocks with multiple tabs
    • Allow configuring a default syntax highlighting language for code blocks and inline verbatims
    • Support GitHub Flavored Markdown syntax for alerts
    • Markup in headings appears in "next" and "previous" links