Skip to content

Releases: Bwc9876/menagerie

Version 0.1.4

18 May 01:02
Compare
Choose a tag to compare
  • Added the clear-cache command-line flag that clears the cache before generating
  • Improved caching to invalidate when metadata changes
  • Added admonitions
  • Added lines under h1 and h2 in markdown
  • Added YAML schema support
  • Added copy buttons on code blocks

Version 0.1.3

12 May 21:07
Compare
Choose a tag to compare

Added a search bar to the navigation bar, controlled with the search config property

Version 0.1.2

05 May 01:25
Compare
Choose a tag to compare
  • Switched to using the argparse library for the CLI
  • Added extras key to settings
  • Stopped doing upper_first on schema keys
  • Made it so the CWD is set to the parent of the config file
  • Added the ability to perform google search console verification with the search_console_code property
  • Change default-toc to default_toc in config for consistency
  • Fixed an issue where _folder.json wasn't being loaded properly
  • Fixed caching to invalidate when config.json is changed

Version 0.1.1

26 Apr 20:59
Compare
Choose a tag to compare
  • Performance improvements
  • Fixed an issue with referencing manifest.json instead of manifest.webmanifest
  • Fixed accessibility on social links in navbar
  • Footer links are now opposite of whatever is specified in theme in config.json
  • Caching is now off by default
  • Help message is now dedented

Version 0.1.0

25 Apr 04:14
Compare
Choose a tag to compare
  • Added entry-point script, so you can do menagerie ... instead of python -m menagerie ...
  • Better error handling when loading configs
  • Better parsing of command line arguments

Version 0.0.9

25 Apr 00:01
Compare
Choose a tag to compare
  • Fix footer issue
  • Fix README

Version 0.0.8

24 Apr 20:29
Compare
Choose a tag to compare
  • Fixed an issue with canonical links
  • Added hidden pages fr this time

Version 0.0.7

23 Apr 20:43
Compare
Choose a tag to compare
  • Added styling for examples in schemas
  • Fixed an issue with z-index on navbar and TOC
  • Renamed navbar_color in themes to theme
  • Misc. Style fixes

Version 0.0.6

18 Apr 04:03
Compare
Choose a tag to compare
  • Added support for hidden pages

Version 0.0.5

16 Apr 18:08
Compare
Choose a tag to compare

Fix embed descriptions not working but for real this time