Skip to content

Commit 963d7a2

Browse files
committedMar 5, 2025
fix: ReadME + app version
1 parent c6bfdf9 commit 963d7a2

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed
 

‎MewNotch.xcodeproj/project.pbxproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
"@executable_path/../Frameworks",
276276
);
277277
MACOSX_DEPLOYMENT_TARGET = 14.0;
278-
MARKETING_VERSION = 0.2;
278+
MARKETING_VERSION = 0.3;
279279
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
280280
PRODUCT_NAME = "$(TARGET_NAME)";
281281
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -306,7 +306,7 @@
306306
"@executable_path/../Frameworks",
307307
);
308308
MACOSX_DEPLOYMENT_TARGET = 14.0;
309-
MARKETING_VERSION = 0.2;
309+
MARKETING_VERSION = 0.3;
310310
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
311311
PRODUCT_NAME = "$(TARGET_NAME)";
312312
SWIFT_EMIT_LOC_STRINGS = YES;

‎README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ MewNotch is a macOS app that enhances the functionality of the notch on new MacB
44

55
## Features
66

7-
- **Volume Display** Shows volume changes directly on the notch.
8-
- **Brightness Display** Displays brightness adjustments in real-time.
9-
- **Minimal & Non-Intrusive** A clean, lightweight alternative to the default system HUD.
10-
- **SwiftUI-based UI** Smooth animations and modern macOS styling.
7+
- **Volume Display** - Shows volume changes directly on the notch.
8+
- **Brightness Display** - Displays brightness adjustments in real-time.
9+
- **Minimal & Non-Intrusive** - A clean, lightweight alternative to the default system HUD.
10+
- **SwiftUI-based UI** - Smooth animations and modern macOS styling.
1111

1212
## Installation
1313

@@ -25,13 +25,15 @@ MewNotch is a macOS app that enhances the functionality of the notch on new MacB
2525
## Usage
2626

2727
1. Launch **MewNotch**.
28-
2. Adjust the volume or brightness using the keyboard or Touch Bar.
28+
2. Adjust the volume or brightness.
2929
3. Enjoy the sleek visual feedback right on the notch!
3030

3131
## Roadmap
3232

33-
- [ ] Add support for different types of HUD UIs.
34-
- [ ] Allow users to toggle HUD usage.
33+
- [] Add support for different types of HUD UIs.
34+
- [] Allow users to toggle HUD usage.
35+
- [] Icon in Menu bar to show app's running status.
36+
- [ ] Explore Music player integeation and possible usage.
3537
- [ ] Explore additional notch-based utilities.
3638

3739
## Contributing
@@ -45,7 +47,7 @@ This project is licensed under the [GPLv3 License](LICENSE).
4547
## Acknowledgments
4648

4749
- Inspired by the idea of making the Mac notch actually useful!
48-
- Built with ️ using Swift and SwiftUI.
50+
- Built with ️ using Swift and SwiftUI.
4951
- Special thanks to the following GitHub repositories for their code and inspiration:
5052
- [MediaKey](https://github.com/AlexPerathoner/MediaKeyTap)
5153
- [SlimHUD](https://github.com/AlexPerathoner/SlimHUD)

0 commit comments

Comments
 (0)
Please sign in to comment.