- Added `fs_extra` dependency for improved file operations.
- Updated `arboard` dependency to version 3.5.0.
- Introduced `cmd_check_custom_data_path` to verify the status of a given path.
- Implemented `cmd_validate_custom_db_path` to check if a directory is writable.
- Replaced `cmd_set_custom_db_path` with `cmd_set_and_relocate_data` for setting a new data path and relocating existing data.
- Replaced `cmd_remove_custom_db_path` with `cmd_revert_to_default_data_location` to revert to the default data location with optional file movement.
- Refactored database path retrieval functions for clarity and efficiency.
- Updated clipboard history and item services to utilize new data directory functions.