| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.5.2.tar.gz | 2023-08-02 | 4.0 MB | |
| 1.5.2.zip | 2023-08-02 | 4.2 MB | |
| README.md | 2023-08-02 | 816 Bytes | |
| Totals: 3 Items | 8.2 MB | 0 | |
-
Bugfix (regression in 1.5.0): Restore functionality of
--no-livereload. (#3320) -
Bugfix (regression in 1.5.0): The new page title detection would sometimes be unable to drop anchorlinks - fix that. (#3325)
-
Partly bring back pre-1.5 API:
extra_javascriptitems will once again be mostly strings, and only sometimesExtraStringValue(when the extrascriptfunctionality is used).Plugins should be free to append strings to
config.extra_javascript, but when reading the values, they must still make sure to read it asstr(value)in case it is anExtraScriptValueitem. For querying the attributes such as.typeyou need to checkisinstancefirst. Static type checking will guide you in that. (#3324)
See commit log.