Skip to content

v0.6

Choose a tag to compare

@kevgo kevgo released this 17 May 16:23
· 82 commits to main since this release
454b652

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",
  ]
}