22 lines
740 B
Markdown
22 lines
740 B
Markdown
# 1.1.1
|
|
- Remove caching for `/info` (and all non-Bytes responses)
|
|
- Extract error function to a macro
|
|
- Incorporate some unit tests
|
|
- Fix empty keys in query parameters
|
|
- Remove unused properties in Url struct
|
|
- Improve code styling (including renaming URL struct to Url)
|
|
|
|
# 1.1.0 / 2024-11-04
|
|
- Remove version information from headers
|
|
- Remove unneeded dependency indoc
|
|
- As a result, Dockerfile no longer requires musl-dev libraries
|
|
- Added `backwards_compatibility` option for compatibility with the old 80x80 image size
|
|
- Added equivalent `stroke` query option for `stroke_colour`
|
|
|
|
# 1.0.0 / 2024-11-03
|
|
- Added multithreading support
|
|
- Fixed spelling error in CORS headers
|
|
- Removed unnecessary crates
|
|
|
|
# v0.1.0
|
|
- Initial release
|