Skip to content

v0.2.3-beta

Compare
Choose a tag to compare
@dickeyy dickeyy released this 04 Jun 10:22
· 35 commits to main since this release

Changelog

  • Changed renderer from a textarea to using Plate (for now it is visually the same, later I will work on adding bold, underline, and all that stuff).
  • Changed the backend to handle this change.
  • Content stored in DB is now a JSON string still entirely encrypted, frontend receives the JSON string and parses it for rendering.
  • updateDocumentByID function now properly returns a single document rather than an array.
  • Fixed a bug where the sidebar sheet wouldn't dismiss when you selected a new entry (mobile).
  • Changed content-input.tsx to editor.tsx.
  • Fixed a z-index bug with the document navbar.