Skip to content

Releases: kevgo/tikibase

v0.6.2

07 Oct 22:47
9ef7cca

Choose a tag to compare

Bug Fixes

  • correctly handles indented code blocks

v0.6

17 May 16:23
454b652

Choose a tag to compare

New file format for tikibase.json lists the complete title of sections instead of just their human-readable parts:

Old format:

{
  "sections": [
    "section 1",
    "section 2",
  ]
}

New format:

{
  "sections": [
    "### section 1",
    "### section 2",
  ]
}

v0.5.1

14 May 16:46
1245487

Choose a tag to compare

support resources in subdirectories

v0.5

12 May 20:38
dc04040

Choose a tag to compare

  • support subdirectories
  • faster 2-pass architecture with O(n * log(n)) scalability
  • config option to allow standalone documents
  • more helpful crash reports
  • requires all filenames to be proper unicode
  • scan for inconsistent document heading levels