From 49d728f91624824ff66040f3f6931cf8e6504aaf Mon Sep 17 00:00:00 2001 From: Kasper Hirvikoski Date: Sun, 29 Nov 2020 15:52:26 +0200 Subject: [PATCH] 2.6.5 --- CHANGELOG.md | 6 +++--- README.md | 6 +++--- sparkle.xml | 30 ++++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e84d10c..b2343c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ Changelog ========= -2.6.5 (master) --------------- +2.6.5 +----- -Release: dd.mm.yyyy +Release: 29.11.2020 ### Changes diff --git a/README.md b/README.md index 1a91a68c..3d949733 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Phoenix A lightweight macOS window and app manager scriptable with JavaScript. You can also easily use languages which compile to JavaScript such as CoffeeScript. Phoenix aims for efficiency and a very small footprint. If you like the idea of scripting your own window or app management toolkit with JavaScript, Phoenix is probably going to give you the things you want. With Phoenix you can bind keyboard shortcuts and system events, and use these to interact with macOS. -- Current version: 2.6.4 ([Changelog](CHANGELOG.md)) +- Current version: 2.6.5 ([Changelog](CHANGELOG.md)) - Requires: macOS 10.10 or higher **Note:** the default `master`-branch will always be stable. @@ -22,7 +22,7 @@ A lightweight macOS window and app manager scriptable with JavaScript. You can a ## Install -- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/2.6.4/phoenix-2.6.4.tar.gz) +- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/2.6.5/phoenix-2.6.5.tar.gz) - See previous [releases](https://github.com/kasper/phoenix/releases/) To install, extract the downloaded archive and just drag-and-drop Phoenix to your `Applications`-folder. When you run Phoenix for the first time, you will be asked to allow it to control your UI. macOS will ask you to open `Security & Privacy` in System Preferences. Once open, go to the `Accessibility`-section and click the checkbox next to Phoenix to enable control. An admin account is required to accomplish this. @@ -44,7 +44,7 @@ Phoenix lives on your status bar (or as a background daemon) and can be scripted See the [JavaScript API](docs/API.md) to get started with your script. Your script should reside in `~/.phoenix.js` — the file will be created when you launch Phoenix for the first time. Alternatively — if you prefer — you may also have your script in `~/Library/Application Support/Phoenix/phoenix.js` or `~/.config/phoenix/phoenix.js`. For ideas, see what other people have built in their configurations in the [Wiki](https://github.com/kasper/phoenix/wiki/). Feel free to add your own configuration to the Wiki to show other people the nice things you can do. Previous configurations (<= 1.5) are not compatible with 2.0, see Changelog for what changes are needed. - [JavaScript API](docs/API.md) (master) -- [JavaScript API](https://github.com/kasper/phoenix/blob/2.6.4/docs/API.md) (current) +- [JavaScript API](https://github.com/kasper/phoenix/blob/2.6.5/docs/API.md) (current) - [Examples](https://github.com/kasper/phoenix/wiki#examples) - [Changelog](CHANGELOG.md) diff --git a/sparkle.xml b/sparkle.xml index c5a191ba..50a5bc4b 100644 --- a/sparkle.xml +++ b/sparkle.xml @@ -10,6 +10,36 @@ Feed for Phoenix updates. en + + + + Version 2.6.5 + Sun, 29 Nov 2020 15:39:57 +0200 + This release includes general improvements.

+ +

What is New?

+ +
    +
  • adds support for Apple Silicon
  • +
  • improves first launch experience by removing custom alert before accessibility prompt and terminating Phoenix
  • +
  • improves debug capabilities in Safari Web Inspector by listing configuration file sources
  • +
+ +

See the full Changelog.

+ + ]]> +
+ +
+