Skip to content

Commit 78b141f

Browse files
chore(release): 1.7.3 [skip ci]
## [1.7.3](v1.7.2...v1.7.3) (2026-01-01) ### Bug Fixes * resolve UI latency when toggling Launch at Login ([ac88974](ac88974)), closes [#16](#16)
1 parent ac88974 commit 78b141f

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.7.3](https://github.com/angristan/MacThrottle/compare/v1.7.2...v1.7.3) (2026-01-01)
2+
3+
4+
### Bug Fixes
5+
6+
* resolve UI latency when toggling Launch at Login ([ac88974](https://github.com/angristan/MacThrottle/commit/ac88974c3f32c7c9841b205442f387b41f7f2fc6)), closes [#16](https://github.com/angristan/MacThrottle/issues/16)
7+
18
## [1.7.2](https://github.com/angristan/MacThrottle/compare/v1.7.1...v1.7.2) (2025-12-30)
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 = 172;
324+
CURRENT_PROJECT_VERSION = 173;
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.7.2;
336+
MARKETING_VERSION = 1.7.3;
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 = 172;
352+
CURRENT_PROJECT_VERSION = 173;
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.7.2;
364+
MARKETING_VERSION = 1.7.3;
365365
PRODUCT_BUNDLE_IDENTIFIER = com.macthrottle.app;
366366
PRODUCT_NAME = "$(TARGET_NAME)";
367367
SWIFT_EMIT_LOC_STRINGS = YES;

0 commit comments

Comments
 (0)