Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:47
· 4 commits to main since this release
v0.1.1
92e6ff6

Fixed

  • list_pages and grep_pages returned far fewer pages than asked for, with
    nothing saying so. Wiki.js' pages.list joins the tag table and applies
    limit to the joined rows, not to the pages — a page with three tags
    eats three of them — so asking for 50 on a 62-page wiki returned between 13
    and 23 depending on the sort order. A short answer was indistinguishable
    from a small wiki. Both tools now bound the list themselves, and list_pages
    reports how many pages matched as well as how many are shown.
  • The demo recording is now actually shown in the README and on the
    documentation home page. It was recorded and checked in, and nothing
    referenced it.