Skip to content

Commit 3e56633

Browse files
committed
2.6.2
1 parent 9867f27 commit 3e56633

File tree

3 files changed

+35
-6
lines changed

3 files changed

+35
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Changelog
22
=========
33

4-
2.6.2 (master)
5-
--------------
4+
2.6.2
5+
-----
66

7-
Release: dd.mm.yyyy
7+
Release: 7.6.2018
88

99
### Changes
1010

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Phoenix
77

88
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.
99

10-
- Current version: 2.6.1 ([Changelog](CHANGELOG.md))
10+
- Current version: 2.6.2 ([Changelog](CHANGELOG.md))
1111
- Requires: macOS 10.10 or higher
1212

1313
**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
2222

2323
## Install
2424

25-
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/2.6.1/phoenix-2.6.1.tar.gz)
25+
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/2.6.2/phoenix-2.6.2.tar.gz)
2626
- See previous [releases](https://github.com/kasper/phoenix/releases/)
2727

2828
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
4444
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.
4545

4646
- [JavaScript API](docs/API.md) (master)
47-
- [JavaScript API](https://github.com/kasper/phoenix/blob/2.6.1/docs/API.md) (current)
47+
- [JavaScript API](https://github.com/kasper/phoenix/blob/2.6.2/docs/API.md) (current)
4848
- [Examples](https://github.com/kasper/phoenix/wiki#examples)
4949
- [Changelog](CHANGELOG.md)
5050

sparkle.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,35 @@
1010
<description>Feed for Phoenix updates.</description>
1111
<language>en</language>
1212

13+
<!-- 2.6.2 -->
14+
15+
<item>
16+
<title>Version 2.6.2</title>
17+
<pubDate>Thu, 07 Jun 2018 22:10:46 +0300</pubDate>
18+
<description><![CDATA[
19+
20+
<p>This release includes a couple of new useful features.</p>
21+
22+
<h3>What is New?</h3>
23+
24+
<ul>
25+
<li>support to focus app more responsively on launch</li>
26+
<li>support to customise duration of modal animation when showing and closing</li>
27+
<li>upgraded Lodash</li>
28+
</ul>
29+
30+
<p>See the full <a href='https://github.com/kasper/phoenix/blob/2.6.2/CHANGELOG.md'>Changelog</a>.</p>
31+
32+
]]>
33+
</description>
34+
<enclosure sparkle:version='71'
35+
sparkle:shortVersionString='2.6.2'
36+
sparkle:dsaSignature='MCwCFGcMrwzfkxb97qkbzDKV1X6m1B6eAhRi5Q1k0jrdpVjfAIskrY/JTfrvMQ=='
37+
type='application/octet-stream'
38+
length='3647486'
39+
url='https://github.com/kasper/phoenix/releases/download/2.6.2/phoenix-2.6.2.tar.gz' />
40+
</item>
41+
1342
<!-- 2.6.1 -->
1443

1544
<item>

0 commit comments

Comments
 (0)