Skip to content

Commit d310ad2

Browse files
committed
fix: readme + version
1 parent dae442f commit d310ad2

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

MewNotch.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
341341
CODE_SIGN_STYLE = Automatic;
342342
COMBINE_HIDPI_IMAGES = YES;
343-
CURRENT_PROJECT_VERSION = 210;
343+
CURRENT_PROJECT_VERSION = 220;
344344
DEVELOPMENT_TEAM = 6GLWGGY9D7;
345345
ENABLE_HARDENED_RUNTIME = YES;
346346
ENABLE_PREVIEWS = YES;
@@ -362,7 +362,7 @@
362362
"@executable_path/../Frameworks",
363363
);
364364
MACOSX_DEPLOYMENT_TARGET = 14.0;
365-
MARKETING_VERSION = 2.1.0;
365+
MARKETING_VERSION = 2.2.0;
366366
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
367367
PRODUCT_NAME = "$(TARGET_NAME)";
368368
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -383,7 +383,7 @@
383383
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
384384
CODE_SIGN_STYLE = Automatic;
385385
COMBINE_HIDPI_IMAGES = YES;
386-
CURRENT_PROJECT_VERSION = 210;
386+
CURRENT_PROJECT_VERSION = 220;
387387
DEVELOPMENT_TEAM = 6GLWGGY9D7;
388388
ENABLE_HARDENED_RUNTIME = YES;
389389
ENABLE_PREVIEWS = YES;
@@ -405,7 +405,7 @@
405405
"@executable_path/../Frameworks",
406406
);
407407
MACOSX_DEPLOYMENT_TARGET = 14.0;
408-
MARKETING_VERSION = 2.1.0;
408+
MARKETING_VERSION = 2.2.0;
409409
PRODUCT_BUNDLE_IDENTIFIER = com.monuk7735.mew.notch;
410410
PRODUCT_NAME = "$(TARGET_NAME)";
411411
SWIFT_EMIT_LOC_STRINGS = YES;

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
- **Notch on Lock Screen** - The notch HUD is now visible even on the macOS lock screen.
4141
- **Now Playing** - Control now playing media directly from notch. Expand notch for additional controls.
4242
- **Mirror** - Get a quick peek on how you're looking by using the mirror in expanded notch. Now with customizable corner radius.
43+
- **Bash Script View** - Run and display bash commands directly in the expanded notch.
44+
- **Custom Layout** - Reorder notch items to suit your workflow.
4345
- **Auto Updates** - Built-in updater (Sparkle) to keep your app always up to date.
4446
- **Modern Settings UI** - Completely redesigned settings experience for easier customization.
4547
- **Fully Custom Notch Experience** - Choose the displays you want to see the notch on.

0 commit comments

Comments
 (0)