2.6.1 (2025-11-09)
⚠ BREAKING CHANGES
- userPreferences: The
newApiModelSync,autoCheckin, andmodelRedirectproperties are now required in user preferences.
Features
- autodetect: refactor error analysis and add new error types (eafe357)
Bug Fixes
- autoRefreshService: correct type for updateSettings parameter (c5db30e)
- configMigration: make migration checks more robust (b0b7104)
- modelMetadata: remove redundant case-insensitive flag (e69fc31)
- newApiService: handle missing newApi preference in config check (4233c26)
- prevent unnecessary WebDAV config reset during migration (3a57174)
- sorting: correct check-in requirement sorting logic (805c218), closes #141
Reverts
Miscellaneous Chores
- release 2.6.1 (620f932)
Code Refactoring
- userPreferences: make properties non-optional (41813c3)