Skip to content

Commit 145b955

Browse files
chore(release): 1.5.1 [skip ci]
## [1.5.1](v1.5.0...v1.5.1) (2025-12-28) ### Bug Fixes * add macOS 15 backward compatibility for glassEffect ([#2](#2)) ([6102d5c](6102d5c))
1 parent 6102d5c commit 145b955

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.5.1](https://github.com/angristan/MacThrottle/compare/v1.5.0...v1.5.1) (2025-12-28)
2+
3+
4+
### Bug Fixes
5+
6+
* add macOS 15 backward compatibility for glassEffect ([#2](https://github.com/angristan/MacThrottle/issues/2)) ([6102d5c](https://github.com/angristan/MacThrottle/commit/6102d5c41b1719e0612b7a8449ac13613846893b))
7+
18
# [1.5.0](https://github.com/angristan/MacThrottle/compare/v1.4.1...v1.5.0) (2025-12-22)
29

310

MacThrottle.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
CODE_SIGN_ENTITLEMENTS = MacThrottle/MacThrottle.entitlements;
322322
CODE_SIGN_STYLE = Automatic;
323323
COMBINE_HIDPI_IMAGES = YES;
324-
CURRENT_PROJECT_VERSION = 150;
324+
CURRENT_PROJECT_VERSION = 151;
325325
DEAD_CODE_STRIPPING = YES;
326326
DEVELOPMENT_TEAM = "";
327327
ENABLE_HARDENED_RUNTIME = YES;
@@ -333,7 +333,7 @@
333333
"$(inherited)",
334334
"@executable_path/../Frameworks",
335335
);
336-
MARKETING_VERSION = 1.5.0;
336+
MARKETING_VERSION = 1.5.1;
337337
PRODUCT_BUNDLE_IDENTIFIER = com.macthrottle.app;
338338
PRODUCT_NAME = "$(TARGET_NAME)";
339339
SWIFT_EMIT_LOC_STRINGS = YES;
@@ -349,7 +349,7 @@
349349
CODE_SIGN_ENTITLEMENTS = MacThrottle/MacThrottle.entitlements;
350350
CODE_SIGN_STYLE = Automatic;
351351
COMBINE_HIDPI_IMAGES = YES;
352-
CURRENT_PROJECT_VERSION = 150;
352+
CURRENT_PROJECT_VERSION = 151;
353353
DEAD_CODE_STRIPPING = YES;
354354
DEVELOPMENT_TEAM = "";
355355
ENABLE_HARDENED_RUNTIME = YES;
@@ -361,7 +361,7 @@
361361
"$(inherited)",
362362
"@executable_path/../Frameworks",
363363
);
364-
MARKETING_VERSION = 1.5.0;
364+
MARKETING_VERSION = 1.5.1;
365365
PRODUCT_BUNDLE_IDENTIFIER = com.macthrottle.app;
366366
PRODUCT_NAME = "$(TARGET_NAME)";
367367
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)