Releases: Bwc9876/menagerie
Releases · Bwc9876/menagerie
Version 0.1.4
- 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
andh2
in markdown - Added YAML schema support
- Added copy buttons on code blocks
Version 0.1.3
Added a search bar to the navigation bar, controlled with the search
config property
Version 0.1.2
- 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
todefault_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
- Performance improvements
- Fixed an issue with referencing
manifest.json
instead ofmanifest.webmanifest
- Fixed accessibility on social links in navbar
- Footer links are now opposite of whatever is specified in
theme
inconfig.json
- Caching is now off by default
- Help message is now dedented
Version 0.1.0
- Added entry-point script, so you can do
menagerie ...
instead ofpython -m menagerie ...
- Better error handling when loading configs
- Better parsing of command line arguments
Version 0.0.9
- Fix footer issue
- Fix README
Version 0.0.8
- Fixed an issue with canonical links
- Added hidden pages fr this time
Version 0.0.7
- Added styling for examples in schemas
- Fixed an issue with
z-index
on navbar and TOC - Renamed
navbar_color
inthemes
totheme
- Misc. Style fixes
Version 0.0.6
- Added support for hidden pages
Version 0.0.5
Fix embed descriptions not working but for real this time