Added
- Improved support for profile metadata
- Ability to set profile metadata
- By default: up to 4 fields
- Improved HTML to gemtext conversion for profile metadata
- The settings page is more user-friendly now
- Subheadings, for quick navigation in Gemini clients that display the page outline
- A configurable pattern of forbidden usernames
- For example, to prevent a malicious actor from registering a user named
adminand pretending to be the instance admin
- For example, to prevent a malicious actor from registering a user named
Removed
Nothing!
Bug Fixes, Performance and Maintenance
- Fix for invalid
linksin the NodeInfo 2.1 response: it should be an array - Fix for broken HTML to text conversion when posts contain
<img>instead of<img/> - JSON data is now stored in
JSONBform to reduce the database size and and avoid repeated parsing - Go and dependency updates