v3.1.1 (Fix concurrent writes crash)

This commit is contained in:
selfhst-bot
2026-02-02 05:36:50 -05:00
parent 52c034d7bf
commit ab934436a5
48 changed files with 19 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
# v3.1.1
## What's Changed
* Fixed crash caused by concurrent writes under high load ([#684](https://github.com/selfhst/icons/issues/684))
* Suppress favicon error log message when viewing icons directly from a browser
# v3.1.0
## What's Changed