Release 1.5.0
Some checks failed
run-checks / run-clang-format (push) Has been cancelled
run-tests / test-on-ubuntu (push) Has been cancelled
run-tests / test-on-windows (push) Has been cancelled
run-tests / test-on-osx (push) Has been cancelled
Update dependency versions / update-fetch-content (push) Has been cancelled

* Use the git tag as release name
* Update version to 1.5.0
* stabilize benchmark code
This commit is contained in:
Petra Baranski
2025-04-21 12:43:45 +02:00
committed by GitHub
parent 9ec4777a7b
commit 4f977219c3
12 changed files with 435 additions and 13 deletions

View File

@@ -14,6 +14,10 @@ maddy uses [semver versioning](https://semver.org/).
## Upcoming
* ...
## version 1.5.0 2025-04-21
* ![**ADDED**](https://img.shields.io/badge/-ADDED-%23099) Correctly parse links with title text, i.e. `[link](http://example.com "example")`.
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Do not create invalid URLs from links with spaces, i.e. `[link](/ABC/some file)`.
* ![**FIXED**](https://img.shields.io/badge/-FIXED-%23090) Do not create invalid HTML from links with quotes, i.e. `[link](/ABC/some"file)`.