Skip to content

Commit

Permalink
2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper committed Apr 25, 2016
1 parent dda85f8 commit 83f79e9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 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.1 (master)
------------
2.1
---

Release: dd.mm.yyyy
Release: 25.4.2016

### New

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Phoenix

A lightweight OS X 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 OS X.

- Current version: 2.0.1 ([Changelog](CHANGELOG.md))
- Current version: 2.1 ([Changelog](CHANGELOG.md))
- Requires: OS X 10.10 or higher

**Note:** the default `master`-branch will always be stable.
Expand All @@ -22,7 +22,7 @@ A lightweight OS X window and app manager scriptable with JavaScript. You can al

## Install

- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/2.0.1/phoenix-2.0.1.tar.gz)
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/2.1/phoenix-2.1.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. OS X 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 Down
19 changes: 19 additions & 0 deletions sparkle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,25 @@
<description>Feed for Phoenix updates.</description>
<language>en</language>

<!-- 2.1 -->

<item>
<title>Version 2.1</title>
<pubDate>Mon, 25 Apr 2016 16:07:00 +0300</pubDate>
<description><![CDATA[
<p>This release includes some exiting new features: including support for Spaces, creating timers to achieve delays or timed events and support for running Phoenix completely in the background! We also added some nice additions to the API, made various other improvements and fixed a few annoying bugs. Thanks for using Phoenix and do not hesitate to provide <a href='https://github.com/kasper/phoenix/issues/new/'>feedback</a>! See the full <a href='https://github.com/kasper/phoenix/blob/master/CHANGELOG.md#21'>Changelog</a>.</p>
]]>
</description>
<enclosure sparkle:version='19'
sparkle:shortVersionString='2.1'
sparkle:dsaSignature='MCwCFDjgLuzf3sA9mGsVHrKQB1btFtfQAhRdBBA+jnhfAEOXwSb2G8co7jR9yg=='
type='application/octet-stream'
length='2207587'
url='https://github.com/kasper/phoenix/releases/download/2.1/phoenix-2.1.tar.gz' />
</item>

<!-- 2.0.1 -->

<item>
Expand Down

0 comments on commit 83f79e9

Please sign in to comment.