Skip to content

Commit

Permalink
Prepared Version 1.5.0beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
newmarcel committed Dec 29, 2018
1 parent e08fb69 commit b9f7d78
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Expand Up @@ -4,13 +4,13 @@

### v1.5.0 ###

- added an _Updates_ tab to preferences
- enabled the _Hardened Runtime_ security feature
- enabled the _App Sandbox_ security feature
- 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
- 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))

### v1.4.3 ###
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 – 2018 Marcel Dierkes. All rights reserved.
KYA_BUNDLE_VERSION = 1.5.0
KYA_BUILD_NUMBER = 1050001
KYA_BUNDLE_VERSION = 1.5.0beta1
KYA_BUILD_NUMBER = 1050002
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
SCHEME = KeepingYouAwake
WORKSPACE = KeepingYouAwake.xcworkspace
VERSION = 1.5.0
VERSION = 1.5.0beta1

OUTPUT_DIR = dist
VENDOR_DIR = Vendor
Expand Down
8 changes: 8 additions & 0 deletions docs/Versions/v1.5.0beta1.json
@@ -0,0 +1,8 @@
{
"date": "2018-12-29 17:00:00",
"file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.5.0beta1/KeepingYouAwake-1.5.0beta1.zip",
"file_length": 2548397,
"file_version": "1050002",
"file_short_version": "1.5.0beta1",
"is_prerelease": true
}
12 changes: 12 additions & 0 deletions docs/Versions/v1.5.0beta1.md
@@ -0,0 +1,12 @@
# Version 1.5.0beta1: 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))

0 comments on commit b9f7d78

Please sign in to comment.