All release notes

v1.90.1

1 feature, 1 fix

Improve note fetching logic for threads by handling null content encryption

  • Updated the SQL query in `getNotesForThreadForMember` to include a check for null values in `Notes.contentEncrypted`, ensuring that notes are fetched correctly regardless of their encryption status.
  • This change enhances the accuracy of note retrieval for threads, improving overall functionality.

Implement PWA URL handling and enhance documentation

  • Added a redirect in netlify.toml to serve the web-app-origin-association at the standard path for PWA verification.
  • Updated PWA_LINK_HANDLING.md to clarify the association file's role and added troubleshooting tips for PWA link handling.
  • Modified manifest.json to set "handle_links" to "preferred" for improved link management.
  • Refactored slug parsing in [...slug].astro to ensure compatibility with different URL formats.