Skip to content

CiderPress v0.2.0

Choose a tag to compare

@brendan-appstart brendan-appstart released this 14 Feb 01:32
· 48 commits to main since this release

New Features

  • Add dialog:default permission for file import dialogs
  • Add Lock Now button to sidebar when password lock is enabled
  • Add password lock screen and add-slice import features
  • Add macOS universal binary build support
  • Add app version to window title bar
  • Add Open NotebookLM button to Slices and NotebookLM screens
  • Add estimated total time to transcription progress window
  • Add quick start guide for new users

Bug Fixes

  • Fix periodic config reload never starting in LockScreen
  • Fix password update not saving, change lock icon to blue
  • Fix Lock Now button not visible in sidebar
  • Fix lock screen locking immediately instead of after inactivity timeout
  • Fix universal build: Go cross-compile, ffmpeg target-os, universal sidecar
  • Fix sort/page reset bug when triggering transcription
  • Fix version in title bar by setting it from Rust setup
  • Fix audio duration unit conversion bug from ffmpeg-next migration

Other Changes

  • Use QuillEditor WYSIWYG for Add Slice content field
  • Change untranscribed slice status from 'Pending' to 'Audio'
  • Persist slices view state across route changes