Features
- Task Management: Added task undo/redo support. Undocumented specific endpoints to streamline the API.
- Action Palette: Introduced the
Ctrl+Kkeyboard shortcut to quickly access the Action Palette. - Security & Configuration: Auto-generate
SESSION_SECRETsecurely using OpenSSL, falling back to Node'scryptomodule if necessary.
Security Fixes
- SSRF Prevention: Blocked the CGNAT IP range (
100.64.0.0/10) to mitigate Server-Side Request Forgery vulnerabilities.
Performance Improvements
- Editor Optimization: Memoized
availableTasksand stabilized theonSavecallback to improve editor performance.
Bug Fixes
- Dependencies: Reverted an erroneous cookie version bump in
package-lock.json.
Documentation
- Licensing: Aligned the Terms of Service with the GPLv3 license.
Full Changelog: v0.7.2...v0.7.3