diff --git a/.github/workflows/homebrew.yml b/.github/workflows/homebrew.yml deleted file mode 100644 index 00de271..0000000 --- a/.github/workflows/homebrew.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Update Homebrew Formula - -on: - release: - types: [published] - -jobs: - homebrew: - runs-on: ubuntu-latest - steps: - - name: Update Homebrew formula - uses: dawidd6/action-homebrew-bump-formula@v3 - with: - token: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }} - formula: mole - tap: tw93/homebrew-tap - create_pullrequest: true - commit_message: | - Update mole to {{version}} - - Created by action-homebrew-bump-formula diff --git a/README.md b/README.md index f44edf4..8e16d94 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,6 @@ ## Installation ```bash -# Homebrew (recommended) -brew install tw93/tap/mole - -# Manual install curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash ``` diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..b25fde1 --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,13 @@ +# Mole v0.1.1 + +🦡 **Dig deep like a mole to clean your Mac.** + +## What's New + +1. **🧹 Deep System Cleanup** - Remove hidden caches, logs, and temp files across system, browsers, and developer tools in one command +2. **🛡️ Smart Safety Protection** - Built-in guardrails prevent deletion of vital macOS and input method files +3. **📦 Complete App Uninstaller** - Remove applications plus all leftover directories, preferences, and caches with smart detection +4. **⚡️ Fast Terminal UI** - Arrow-key navigation with pagination for managing large app collections +5. **🍺 Homebrew Support** - Easy installation via `brew install tw93/tap/mole` with automated updates + +Install: `curl -fsSL https://raw.githubusercontent.com/tw93/mole/main/install.sh | bash`