Skip to content

Implement model version comparison in manifest #43

@poodle64

Description

@poodle64

Description

src-tauri/src/transcription/manifest.rs:387 has a TODO to implement version comparison for model updates.

Currently update_available is hardcoded to false. Should compare installed model version against manifest version to detect available updates.

Acceptance Criteria

  • Compare installed model version with manifest version
  • Set update_available: true when newer version exists
  • Handle missing version info gracefully

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions