Skip to content

Commit

Permalink
Prepared Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
newmarcel committed Jan 20, 2019
1 parent a6e9ac3 commit cd9f440
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@

### v1.5.0 ###

- added an _Updates_ tab to preferences ([#107](https://github.com/newmarcel/KeepingYouAwake/pull/107))
- added an _Updates_ tab to _Preferences_ ([#107](https://github.com/newmarcel/KeepingYouAwake/pull/107))
- enabled the _Hardened Runtime_ security feature ([#111](https://github.com/newmarcel/KeepingYouAwake/pull/111))
- enabled the _App Sandbox_ security feature ([#112](https://github.com/newmarcel/KeepingYouAwake/pull/112))
- custom icons need to be placed in `~/Library/Containers/info.marcel-dierkes.KeepingYouAwake/Data/Documents` now and will be migrated during the app update
Expand Down
4 changes: 2 additions & 2 deletions Configuration.xcconfig
Expand Up @@ -10,5 +10,5 @@ MACOSX_DEPLOYMENT_TARGET = 10.10
PRODUCT_BUNDLE_IDENTIFIER = info.marcel-dierkes.KeepingYouAwake

KYA_COPYRIGHT_TEXT = Copyright © 2014 – 2019 Marcel Dierkes. All rights reserved.
KYA_BUNDLE_VERSION = 1.5.0beta2
KYA_BUILD_NUMBER = 1050003
KYA_BUNDLE_VERSION = 1.5.0
KYA_BUILD_NUMBER = 1050004
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SCHEME = KeepingYouAwake
WORKSPACE = KeepingYouAwake.xcworkspace
VERSION = 1.5.0beta2
VERSION = 1.5.0

OUTPUT_DIR = dist
VENDOR_DIR = Vendor
Expand Down
7 changes: 7 additions & 0 deletions docs/Versions/v1.5.0.json
@@ -0,0 +1,7 @@
{
"date": "2019-01-20 12:00:00",
"file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.5.0/KeepingYouAwake-1.5.0.zip",
"file_length": 2264861,
"file_version": "1050004",
"file_short_version": "1.5.0"
}
12 changes: 12 additions & 0 deletions docs/Versions/v1.5.0.md
@@ -0,0 +1,12 @@
# Version 1.5.0: Sandboxed, Hardened & Notarized

<span style="font-weight: bold; color: red;">Please disable <em>Start at login</em> in <em>Preferences</em> before you update. You can also check <a target="_blank" href="https://github.com/newmarcel/KeepingYouAwake/wiki/1.5:-Start-at-Login-Problems">this wiki page</a> for troubleshooting help.</span>

- added an _Updates_ tab to _Preferences_ ([#107](https://github.com/newmarcel/KeepingYouAwake/pull/107))
- enabled the _Hardened Runtime_ security feature ([#111](https://github.com/newmarcel/KeepingYouAwake/pull/111))
- enabled the _App Sandbox_ security feature ([#112](https://github.com/newmarcel/KeepingYouAwake/pull/112))
- custom icons need to be placed in `~/Library/Containers/info.marcel-dierkes.KeepingYouAwake/Data/Documents` now and will be migrated during the app update
- _Start at login_ uses a launcher helper app now ([#110](https://github.com/newmarcel/KeepingYouAwake/pull/110))
- the previous login item is not compatible anymore and **it is recommended to disable _Start at login_ before updating**!
- please check [this wiki page](https://github.com/newmarcel/KeepingYouAwake/wiki/1.5:-Start-at-Login-Problems) if you encounter problems
- updated Sparkle to the `ui-separation-and-xpc` version ([#109](https://github.com/newmarcel/KeepingYouAwake/pull/109)) ([#113](https://github.com/newmarcel/KeepingYouAwake/pull/113))

0 comments on commit cd9f440

Please sign in to comment.