Skip to content

v2.0.0 Lyra

Choose a tag to compare

@runkaiz runkaiz released this 26 Jan 23:21

Notable 2.0 - Lyra

A major update introducing voice recording and transcription capabilities, alongside performance improvements and code quality enhancements.

✨ New Features

  • Audio Recording & Transcription: Record voice memos and transcribe them using on-device speech recognition with WhisperKit
  • Microphone and speech recognition permissions added for voice memo functionality

🧹 Improvements

  • Removed dead code and unused imports for better performance and maintainability
  • Codebase cleanup and optimization

🐛 Bug Fixes

  • Fixed fatal crash on startup due to force unwrapping optionals
  • Fixed crash when deleting links
  • Fixed crash when deleting the last item in a pile
  • Fixed inbox counter not functioning correctly

📦 Technical Changes

  • Added background mode for remote notifications
  • Updated microphone and speech recognition usage descriptions
  • Major code refactoring and cleanup (PR #4)

Full Changelog: v1.1.4...v2.0.0