Skip to content

Commit 120ae09

Browse files
committed
refactor: remove unused tag creation step from CI workflows and update README with application details and features
1 parent 76b9d9e commit 120ae09

4 files changed

Lines changed: 32 additions & 25 deletions

File tree

.github/workflows/beta.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -155,18 +155,6 @@ jobs:
155155
fi
156156
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
157157
158-
# - name: Create tag if missing
159-
# run: |
160-
# TAG="v${{ steps.appver.outputs.version }}"
161-
# if git rev-parse -q --verify "refs/tags/$TAG" >/dev/null; then
162-
# echo "Tag $TAG already exists"
163-
# else
164-
# git config user.name "github-actions"
165-
# git config user.email "github-actions@users.noreply.github.com"
166-
# git tag "$TAG"
167-
# git push origin "$TAG"
168-
# fi
169-
170158
- name: Rename artifact
171159
run: |
172160
mv "Micmute-universal.zip" "Micmute-universal-${{ steps.appver.outputs.version }}.zip"

.github/workflows/stable.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,6 @@ jobs:
150150
fi
151151
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
152152
153-
# - name: Create tag if missing
154-
# run: |
155-
# TAG="v${{ steps.appver.outputs.version }}"
156-
# if git rev-parse -q --verify "refs/tags/$TAG" >/dev/null; then
157-
# echo "Tag $TAG already exists"
158-
# else
159-
# git config user.name "github-actions"
160-
# git config user.email "github-actions@users.noreply.github.com"
161-
# git tag "$TAG"
162-
# git push origin "$TAG"
163-
# fi
164-
165153
- name: Rename artifact
166154
run: |
167155
mv "Micmute-universal.zip" "Micmute-universal-${{ steps.appver.outputs.version }}.zip"
Binary file not shown.

README.md

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
1-
[#13](https://github.com/rokartur/Micmute/pull/13)
1+
<div align="center">
2+
<img src="Micmute/Assets.xcassets/AppIcon.appiconset/mac1024.png" width="200" height="200">
3+
<h1>Micmute</h1>
4+
<p>
5+
Toggling microphone mute in any app
6+
</p>
7+
</div>
8+
9+
## Download
10+
11+
[**Latest release**](https://github.com/rokartur/Micmute/releases/latest)
12+
13+
<sup>Requires macOS 14 or later.</sup>
14+
15+
> [!IMPORTANT]
16+
> <img width="248" height="238" alt="Capture screen Tuesday 30 September 2025 at 10  15 28 kad4wkmg" src="https://github.com/user-attachments/assets/36b8a3b1-ae43-47bc-8fc1-84660c0e2578" />
17+
> <br>
18+
> The application is secure. This message appears because I don't have an Apple Developer license (too expensive). To run the application, enter the following command in the terminal.
19+
```
20+
xattr -rd com.apple.quarantine /Applications/Micmute.app
21+
```
22+
23+
24+
## Features
25+
- Select input device to mute/unmute
26+
- Toggle mute with click in menu bar
27+
- Toggle mute with global keyboard shortcut
28+
- Show microphone status in menu bar
29+
- Check mute status
30+
- Push to talk
31+
- Always top notification
32+
- Highly customizable notification

0 commit comments

Comments
 (0)