Skip to content

Commit

Permalink
2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper committed Dec 26, 2016
1 parent 885e80e commit c45bea3
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

2.4 (master)
------------
2.4
---

Release: dd.mm.yyyy
Release: 26.12.2016

### Changes

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3 ([Changelog](CHANGELOG.md))
- Current version: 2.4 ([Changelog](CHANGELOG.md))
- Requires: macOS 10.10 or higher

**Note:** the default `master`-branch will always be stable.
Expand All @@ -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.3/phoenix-2.3.tar.gz)
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/2.4/phoenix-2.4.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.
Expand All @@ -44,7 +44,7 @@ Phoenix lives on your status bar (or as a background daemon) and can be scripted
See the [JavaScript API](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](API.md) (master)
- [JavaScript API](https://github.com/kasper/phoenix/blob/2.3/API.md) (current)
- [JavaScript API](https://github.com/kasper/phoenix/blob/2.4/API.md) (current)
- [Examples](https://github.com/kasper/phoenix/wiki#examples)
- [Changelog](CHANGELOG.md)

Expand Down
29 changes: 29 additions & 0 deletions sparkle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,35 @@
<description>Feed for Phoenix updates.</description>
<language>en</language>

<!-- 2.4 -->

<item>
<title>Version 2.4</title>
<pubDate>Mon, 26 Dec 2016 16:19:00 +0200</pubDate>
<description><![CDATA[
<p>This release contains some general fixes and improvements. Happy Holidays! 🎄</p>
<h3>What is New?</h3>
<ul>
<li><b>Breaking:</b> Underscore.js is replaced with <a href='https://lodash.com'>Lodash</a> (4.17.3)</li>
<li>a few additions and improvements to the API</li>
<li>several bug fixes to some annoying issues</li>
</ul>
<p>See the full <a href='https://github.com/kasper/phoenix/blob/2.4/CHANGELOG.md'>Changelog</a>.</p>
]]>
</description>
<enclosure sparkle:version='55'
sparkle:shortVersionString='2.4'
sparkle:dsaSignature='MC0CFGQc1q/27m8RBRZClC9aDs05qsj0AhUAiDO27q1Y84uSYSwZK8yrJZb+LVY='
type='application/octet-stream'
length='2194411'
url='https://github.com/kasper/phoenix/releases/download/2.4/phoenix-2.4.tar.gz' />
</item>

<!-- 2.3 -->

<item>
Expand Down

0 comments on commit c45bea3

Please sign in to comment.