From 7373d6cde536c183e58c32c306287b1321def18c Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 17 Nov 2025 14:42:53 +0800 Subject: [PATCH] 1.9.10 --- bin/clean.sh | 2 +- mole | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/clean.sh b/bin/clean.sh index 9ce1109..0302bc3 100755 --- a/bin/clean.sh +++ b/bin/clean.sh @@ -707,7 +707,7 @@ perform_cleanup() { start_section "Finder metadata" if [[ "$PROTECT_FINDER_METADATA" == "true" ]]; then note_activity - echo -e " ${GRAY}○${NC} Finder metadata protected by whitelist (Finder view settings preserved)." + echo -e " ${GRAY}○${NC} Finder metadata protected by whitelist." echo -e " ${GRAY}○${NC} Use ${GRAY}mo clean --whitelist${NC} to allow cleaning .DS_Store files." else clean_ds_store_tree "$HOME" "Home directory (.DS_Store)" diff --git a/mole b/mole index d03b129..cfeff3b 100755 --- a/mole +++ b/mole @@ -22,7 +22,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" source "$SCRIPT_DIR/lib/common.sh" # Version info -VERSION="1.9.9" +VERSION="1.9.10" MOLE_TAGLINE="can dig deep to clean your Mac." # Get latest version from remote repository