Skip to content

v1.1.1

Choose a tag to compare

@duquesnay duquesnay released this 25 Jun 07:21
· 29 commits to main since this release

Release v1.1.1

Added

  • Complete TypeScript migration for all JavaScript files
  • Converted all JavaScript test files to TypeScript
  • Test coverage dependency for better testing insights
  • Diagnostic tests for search functionality

Fixed

  • Task creation now properly uses tags instead of contexts (OmniFocus 4+ compatibility)
  • Resolved task ID retrieval issues in CREATE_TASK_SCRIPT
  • Standardized primaryKey as property access across all scripts for consistency
  • Fixed failing unit tests and test patterns

Changed

  • Applied clean code refactoring throughout the codebase
  • Improved documentation with future improvement recommendations
  • Removed local settings from git tracking

Developer Notes

  • All new code should be written in TypeScript (.ts files)
  • No JavaScript files should be created for new functionality
  • Test files should also use TypeScript (.test.ts)

Full Changelog: v1.1.0...v1.1.1