- Configure SQLite with Write-Ahead Logging (WAL) mode for better concurrency.
- Set connection pool settings to optimize database access.
- Execute additional PRAGMA statements for optimal performance.
- Update logging to reflect new database initialization details.
feat(clipboard): migrate clipboard data handling to new settings storage
- Implement migration of clipboard data from legacy JSON to new database-backed storage.
- Introduce methods for managing favorite clipboard items in settings.
- Update clipboard plugin to utilize new favorite management functions.
refactor(setting): improve error logging for settings retrieval
- Replace direct logger calls with `util.GetLogger()` for consistency across settings management.