Skip to content

Commit

Permalink
Prepared v1.4.3beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
newmarcel committed Aug 3, 2018
1 parent d3a8683 commit 8708175
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 23 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
- the previous login item is not compatible anymore and it is recommended to disable start at login_ before the update!
- custom icons need to be placed in `~/Library/Containers/info.marcel-dierkes.KeepingYouAwake/Data/Documents` now and will be migrated with the update

### v1.4.3pre ###
### v1.4.3beta1 ###

- the icon can be dragged out of the menubar to quit on macOS Sierra and newer ([#82](https://github.com/newmarcel/KeepingYouAwake/issues/82), suggested by [Eitot](https://github.com/Eitot))
- support for the `keepingyouawake:///toggle` action ([#96](https://github.com/newmarcel/KeepingYouAwake/pull/96)), *thanks [code918](https://github.com/code918)*!
- new localizations
- Polish ([#90](https://github.com/newmarcel/KeepingYouAwake/pull/90)) _Thank you [karolgorecki](https://github.com/karolgorecki)!_
- Portuguese ([#94](https://github.com/newmarcel/KeepingYouAwake/pull/94)) _Thank you [luizpedone](https://github.com/luizpedone)!_
- Update German for informal style ([#74](https://github.com/newmarcel/KeepingYouAwake/pull/74)) _Thank you [Eitot](https://github.com/Eitot)!_
- allows Dark Aqua appearance on macOS Mojave

### v1.4.2 ###

Expand Down
2 changes: 1 addition & 1 deletion Configuration.xcconfig
Original file line number Diff line number Diff line change
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.4.3pre
KYA_BUNDLE_VERSION = 1.4.3beta1
KYA_BUILD_NUMBER = 1040301
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SCHEME = KeepingYouAwake
WORKSPACE = KeepingYouAwake.xcworkspace
VERSION = 1.5.0pre
VERSION = 1.4.3beta1

OUTPUT_DIR = dist
CARTHAGE_DIR = Carthage
Expand Down
8 changes: 8 additions & 0 deletions docs/Versions/v1.4.3beta1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"date": "2018-08-03 23:00:00",
"file_url": "https://github.com/newmarcel/KeepingYouAwake/releases/download/1.4.3beta1/KeepingYouAwake-1.4.3beta1.zip",
"file_length": 0,
"file_version": "1040301",
"file_short_version": "1.4.3beta1",
"is_prerelease": true
}
13 changes: 2 additions & 11 deletions docs/Versions/v1.5.0pre.md → docs/Versions/v1.4.3beta1.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
# Preview Build 1050001
# Version 1.4.3beta1: Small Improvements

## Important Notes:
- **Please disable "Start at Login" before the update!**
- **There is no way back to the stable version without losing all your settings!**

## Changelog

- support for App Transport Security and App Sandbox
- _start at login_ uses a helper app now
- the previous login item is not compatible anymore and it is recommended to disable _start at login_ before the update!
- custom icons need to be placed in `~/Library/Containers/info.marcel-dierkes.KeepingYouAwake/Data/Documents` now and will be migrated with the update
- the icon can be dragged out of the menubar to quit on macOS Sierra and newer ([#82](https://github.com/newmarcel/KeepingYouAwake/issues/82), suggested by [Eitot](https://github.com/Eitot))
- support for the `keepingyouawake:///toggle` action ([#96](https://github.com/newmarcel/KeepingYouAwake/pull/96)), *thanks [code918](https://github.com/code918)*!
- new localizations
- Polish ([#90](https://github.com/newmarcel/KeepingYouAwake/pull/90)) _Thank you [karolgorecki](https://github.com/karolgorecki)!_
- Portuguese ([#94](https://github.com/newmarcel/KeepingYouAwake/pull/94)) _Thank you [luizpedone](https://github.com/luizpedone)!_
- Update German for informal style ([#74](https://github.com/newmarcel/KeepingYouAwake/pull/74)) _Thank you [Eitot](https://github.com/Eitot)!_
- allows Dark Aqua appearance on macOS Mojave
9 changes: 0 additions & 9 deletions docs/Versions/v1.5.0pre.json

This file was deleted.

0 comments on commit 8708175

Please sign in to comment.