Skip to content

Commit d11c9f2

Browse files
committed
fix: readme + version
1 parent e4a5ce8 commit d11c9f2

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

.github/res/Screenshot.png

1.39 MB
Loading

MewNotch.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
337337
CODE_SIGN_STYLE = Automatic;
338338
COMBINE_HIDPI_IMAGES = YES;
339-
CURRENT_PROJECT_VERSION = 131;
339+
CURRENT_PROJECT_VERSION = 200;
340340
DEVELOPMENT_TEAM = 6GLWGGY9D7;
341341
ENABLE_HARDENED_RUNTIME = YES;
342342
ENABLE_PREVIEWS = YES;
@@ -358,7 +358,7 @@
358358
"@executable_path/../Frameworks",
359359
);
360360
MACOSX_DEPLOYMENT_TARGET = 14.0;
361-
MARKETING_VERSION = 1.3.1;
361+
MARKETING_VERSION = 2.0.0;
362362
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
363363
PRODUCT_NAME = "$(TARGET_NAME)";
364364
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -379,7 +379,7 @@
379379
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
380380
CODE_SIGN_STYLE = Automatic;
381381
COMBINE_HIDPI_IMAGES = YES;
382-
CURRENT_PROJECT_VERSION = 131;
382+
CURRENT_PROJECT_VERSION = 200;
383383
DEVELOPMENT_TEAM = 6GLWGGY9D7;
384384
ENABLE_HARDENED_RUNTIME = YES;
385385
ENABLE_PREVIEWS = YES;
@@ -401,7 +401,7 @@
401401
"@executable_path/../Frameworks",
402402
);
403403
MACOSX_DEPLOYMENT_TARGET = 14.0;
404-
MARKETING_VERSION = 1.3.1;
404+
MARKETING_VERSION = 2.0.0;
405405
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
406406
PRODUCT_NAME = "$(TARGET_NAME)";
407407
SWIFT_EMIT_LOC_STRINGS = YES;

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,15 @@
3434

3535
- **Brightness Display** - Displays brightness adjustments in real-time, including optional auto-brightness changes.
3636
- **Sound Level Display** - Shows input/output volume changes directly on the notch.
37-
- **Sound Device** - Shows current input/output device on notch, when changed.
38-
- **Power State** - Show current power source as well as left time on battery when available.
37+
- **System HUD Suppression** - Option to completely hide the stock macOS HUDs for a cleaner experience.
38+
- **File Shelf** - Drag and drop files to the notch for quick access. **Now with Persistence!** Files stay there even after restarts.
39+
- **Power State** - Show current power source. **New:** Toggle "Time Remaining" display for a cleaner look.
3940
- **Notch on Lock Screen** - The notch HUD is now visible even on the macOS lock screen.
40-
- **Now Playing** - Control now playing media directly from notch. Expand notch for additional controls.
41-
- **Mirror** - Get a quick peek on how you're looking by using the mirror in expanded notch.
42-
- **Minimal & Non-Intrusive** - A clean, lightweight alternative to the default system HUD.
41+
- **Now Playing** - Control now playing media directly from notch. Expand notch for additional controls.
42+
- **Mirror** - Get a quick peek on how you're looking by using the mirror in expanded notch. Now with customizable corner radius.
43+
- **Auto Updates** - Built-in updater (Sparkle) to keep your app always up to date.
44+
- **Modern Settings UI** - Completely redesigned settings experience for easier customization.
4345
- **Fully Custom Notch Experience** - Choose the displays you want to see the notch on.
44-
- **Heavily Customizable** - Each HUD can be customised to have different styling.
4546
- **SwiftUI-based UI** - Smooth animations and modern macOS styling.
4647

4748
## Installation
@@ -79,14 +80,16 @@
7980
- [x] ~~Complete Control over which monitor shows the notch~~
8081
- [x] ~~Explore different options for Now Playing media support on macOS 15.4 and above.~~
8182
- [x] ~~Shelf for files in expanded notch view~~
82-
- [ ] Making shelf work on with **Show on Lockscreen** enabled.
83+
- [x] ~~Persist Shelf Files across restarts~~
84+
- [ ] Making shelf work with **Show on Lockscreen** enabled (Currently mutually exclusive for security).
8385
- [ ] HUD for displaying keyboard backlight changes.
8486
- [ ] Explore additional notch-based utilities.
8587

8688
## Dependency
8789
- [Lottie](https://github.com/airbnb/lottie-ios)
8890
- [LaunchAtLogin-Modern](https://github.com/sindresorhus/LaunchAtLogin-Modern)
8991
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
92+
- [Sparkle](https://github.com/sparkle-project/Sparkle)
9093

9194
## Contributing
9295

@@ -107,4 +110,3 @@ This project is licensed under the [GPLv3 License](LICENSE).
107110
- [SkyLightWindow](https://github.com/Lakr233/SkyLightWindow)
108111
- [EnergyBar](https://github.com/billziss-gh/EnergyBar)
109112
- [boring.notch](https://github.com/TheBoredTeam/boring.notch)
110-

0 commit comments

Comments
 (0)