Skip to content

2.6

Choose a tag to compare

@alancameronwills alancameronwills released this 04 Jul 23:23
· 29 commits to main since this release

Fix DB charset error when creating events via the API with non-ASCII titles (e.g. , , ŵ). Titles are now encoded to numeric HTML entities before storage and decoded back on the GET endpoint — symmetric round-trip, no server changes needed.