Skip to content

v3.1.0

Choose a tag to compare

@elemdos elemdos released this 30 Jan 06:30
e7442f4

What's New

  • Server-side site cloning — site creation from templates is now handled by the server, making it faster and more reliable for larger templates
  • Unified code editor — HTML, CSS, and JS are now edited in a single file view instead of separate panes (ground work for LLM integration)
  • Inline CSS editor — right-click a class name in the HTML editor to view and edit its styles in place
  • Logout button — added to the editor toolbar dropdown

Bug Fixes

  • Fixed field key auto-fill overwriting existing keys when editing fields
  • Fixed repeated auto-selection in site-field and link field types
  • Fixed content rendering crash when entries are missing for group, markdown, rich-text, image, page, and link fields
  • Fixed "info" field type being incorrectly auto-detected from field name
  • Added missing empty values for page and page-list field types

Under the Hood

  • Replaced batch API with sequential commits (batching was unreliable)
  • Added timeout and size limit to snapshot fetching
  • Fixed potential stuck commit queue after a failed save
  • Removed client-side clone logic (832 lines) in favor of server-side Go endpoint
  • Disabled telemetry