Skip to content

Commit

Permalink
Updated changelog for 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
newmarcel committed Nov 11, 2022
1 parent de94a40 commit 569b111
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,8 @@

### v1.6.4 ###

- registers as Login Item on macOS Ventura if "Start at Login" is enabled _(this should be much more reliable for anyone who has had problems with this in previous versions)_
- shows in the "Login Items" > "Open at Login" section in System Settings on macOS Ventura if "Start at Login" is enabled
- fixes a regression introduced in 1.6.3 where the `keepingyouawake:///activate` URL scheme stopped working as expected ([#193](https://github.com/newmarcel/KeepingYouAwake/issues/193))

### v1.6.3 ###

Expand Down
2 changes: 0 additions & 2 deletions KeepingYouAwake.xcodeproj/project.pbxproj
Expand Up @@ -1319,7 +1319,6 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.6.3;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
};
Expand All @@ -1342,7 +1341,6 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.6.3;
OTHER_CODE_SIGN_FLAGS = "$(inherited) --timestamp";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
7 changes: 7 additions & 0 deletions docs/Versions/v1.6.4.json
@@ -0,0 +1,7 @@
{
"date": "2022-11-12 09:00:00",
"file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.6.4/KeepingYouAwake-1.6.4.zip",
"file_length": 1998809,
"file_version": "1060400",
"file_short_version": "1.6.4"
}
4 changes: 4 additions & 0 deletions docs/Versions/v1.6.4.md
@@ -0,0 +1,4 @@
# Version 1.6.4: Ventura Login Items and URL Scheme Fix

- shows in the "Login Items" > "Open at Login" section in System Settings on macOS Ventura if "Start at Login" is enabled
- fixes a regression introduced in 1.6.3 where the `keepingyouawake:///activate` URL scheme stopped working as expected ([#193](https://github.com/newmarcel/KeepingYouAwake/issues/193))

0 comments on commit 569b111

Please sign in to comment.