Skip to content

ModelDock V1.0.4

Latest

Choose a tag to compare

@thebestgoodguy thebestgoodguy released this 17 May 01:45

ModelDock v1.0.4

Fixed

  • Fixed an issue where previously downloaded models could appear as unknown after an application update.
  • Added automatic legacy database import on backend startup so older hf_downloader.db records can be migrated into the current app database.
  • Preserves previous download history, saved repositories, and compatible settings when the packaged app starts using a new database location.
  • Existing local model, dataset, and Space folders are now indexed as persistent completed records instead of temporary unknown entries.
  • Previously indexed physical records stuck in unknown are repaired to completed when the matching folder still exists on disk.

Changed

  • Bumped application version to 1.0.4.
  • Updated CHANGELOG.md with the v1.0.4 release notes.

Validation

  • TypeScript check passes.
  • Backend syntax check passes.
  • Production frontend build passes.