Skip to content

v0.2.1

Latest

Choose a tag to compare

@tensorfreitas tensorfreitas released this 26 Dec 10:02
· 15 commits to 0.2.1 since this release

Summary

  • Releases version 0.2.1 with comprehensive note management capabilities
  • Adds delete_note and update_note tools for full note lifecycle management
  • Includes all features from 0.2.0 (people management, journal entries, notes creation)
  • Updates version references across all configuration files

What's New in 0.2.1

Note Management Tools

  • delete_note: Permanently delete notes from LunaTask (#49)
    • Non-idempotent deletion with proper error handling
    • Returns structured success/error responses
  • update_note: Modify existing notes (#46)
    • Supports updating name, content, notebook_id, and date_on fields
    • Partial updates - only provided fields are modified
    • Content replacement follows end-to-end encryption semantics

Full Changelog: 0.2.0...0.2.1