luciders/CHANGELOG.md

21 lines
637 B
Markdown
Raw Normal View History

2024-11-04 11:58:20 +00:00
# 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
2024-11-04 11:00:48 +00:00
# 1.1.0 / 2024-11-04
2024-11-04 00:18:28 +00:00
- Remove version information from headers
- Remove unneeded dependency indoc
- As a result, Dockerfile no longer requires musl-dev libraries
2024-11-04 11:02:58 +00:00
- Added `backwards_compatibility` option for compatibility with the old 80x80 image size
- Added equivalent `stroke` query option for `stroke_colour`
2024-11-04 00:18:28 +00:00
2024-11-03 05:52:30 +00:00
# 1.0.0 / 2024-11-03
- Added multithreading support
- Fixed spelling error in CORS headers
- Removed unnecessary crates
2024-11-02 07:35:32 +00:00
# v0.1.0
- Initial release