| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-27 | 644 Bytes | |
| v0.14.4 source code.tar.gz | 2026-06-27 | 3.2 MB | |
| v0.14.4 source code.zip | 2026-06-27 | 3.2 MB | |
| Totals: 3 Items | 6.4 MB | 0 | |
New Features
- Add
upload_pb_attrshelper for upload progress bars (#892)
Bugs Squashed
- Use GET method for static file routes instead of generic route (#893)
- Fix Route handlers convert falsy values (0, False) to empty strings [#572] (#890), thanks to @civvic
- Treat an empty application/json body as {} in
parse_form(#880), thanks to @linguistic76