Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper committed Feb 26, 2022
1 parent 0569888 commit 8f26abc
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 10 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Changelog
=========

3.0.0 (master)
--------------
3.0.0
-----

Release: dd.mm.yyyy
Release: 26.2.2022

### New

- New app icon by [Parakeet](https://parakeet.co) ([#286](https://github.com/kasper/phoenix/issues/286))!
- Improved documentation! 👩🏼‍💻 The documentation is now powered by Docusaurus and hosted at https://kasper.github.io/phoenix/.
- Add support for an input modal 🚀 ([#163](https://github.com/kasper/phoenix/issues/163)).
- Add support to customise text alignment, font and colour in modal ([#158](https://github.com/kasper/phoenix/issues/158), [#242](https://github.com/kasper/phoenix/issues/242)).
- Add support to customise text alignment, font and colour in modals ([#158](https://github.com/kasper/phoenix/issues/158), [#242](https://github.com/kasper/phoenix/issues/242)).
- Add support for device sleep events ([#282](https://github.com/kasper/phoenix/issues/282)).
- Add support for moving windows to spaces in macOS 12.0 with `Space#moveWindows(...)` ([#289](https://github.com/kasper/phoenix/issues/289)).

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

A lightweight macOS window and app manager scriptable with JavaScript. You can also easily use languages which compile to JavaScript such as TypeScript. 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.8 ([Changelog](CHANGELOG.md))
- Requires: macOS 10.10 or higher
- Current version: 3.0.0 ([Changelog](CHANGELOG.md))
- Requires: macOS 10.11 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.6.8/phoenix-2.6.8.tar.gz)
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/3.0.0/phoenix-3.0.0.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 Down
6 changes: 3 additions & 3 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ sidebar_position: 1

A lightweight macOS window and app manager scriptable with JavaScript. You can also easily use languages which compile to JavaScript such as TypeScript. 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.8 ([Changelog](https://github.com/kasper/phoenix/blob/master/CHANGELOG.md))
- Requires: macOS 10.10 or higher
- Current version: 3.0.0 ([Changelog](https://github.com/kasper/phoenix/blob/master/CHANGELOG.md))
- Requires: macOS 10.11 or higher

## Key Features

Expand Down Expand Up @@ -41,7 +41,7 @@ Phoenix lives on your status bar (or as a background daemon). Here, Phoenix is b

## Install

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

<!-- 3.0.0 -->

<item>
<title>Version 3.0.0</title>
<sparkle:version>127</sparkle:version>
<sparkle:shortVersionString>3.0.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>10.11.0</sparkle:minimumSystemVersion>
<pubDate>Sat, 26 Feb 2022 19:20:55 +0200</pubDate>
<description><![CDATA[
<p>I’m excited to release the next major version of Phoenix! 🚀 This release includes new features as well as general improvements and bug fixes. Thanks for using Phoenix, it’s a great feeling building something that many of you love and use daily as part of your setups! 🙌</p>
<h3>What is New?</h3>
<ul>
<li>New app icon by <a href='https://parakeet.co'>Parakeet</a>!</li>
<li>Improved documentation! 👩🏼‍💻 The documentation is now powered by Docusaurus and hosted at <a href='https://kasper.github.io/phoenix/'>https://kasper.github.io/phoenix/</a>.</li>
<li>Support for input modals. Build new functionality by reacting to textual commands.</li>
<li>Support to customise text alignment, font and colour in modals. Customise modals even more!</li>
<li>Support to listen for device sleep events</li>
<li>Support for moving windows to spaces in macOS 12.0 with <code>Space#moveWindows(...)</code></li>
<li><b>Breaking:</b> Phoenix now requires OS X El Capitan (10.11) or higher</li>
<li><b>Breaking:</b> “Open at Login” is now using a launcher app instead of adding Phoenix to the deprecated login items of your user account. This setting will not be reflected anymore in the list and you can remove the app from it. You may need to enable this setting again for Phoenix to launch automatically after this update, depending on how you setup it the first time.</li>
</ul>
<p>See the full <a href='https://github.com/kasper/phoenix/blob/3.0.0/CHANGELOG.md'>Changelog</a>.</p>
]]>
</description>
<enclosure sparkle:dsaSignature='MC0CFQCbPsHxG6XTTR1pdJgo8/AZ+w29fgIUTklSczGbQfEG4z6oH6Yjedn16SU='
sparkle:edSignature='lIZYwKf1r6McYiQRyRo4ItROVFgM7q9LMn7l9CPvxN4gvRLb6cTng+CAVf+u0y6Y838vNDK1S9ejTviPiLnkAQ=='
type='application/octet-stream'
length='5775089'
url='https://github.com/kasper/phoenix/releases/download/3.0.0/phoenix-3.0.0.tar.gz' />
</item>

<!-- 2.6.8 -->

<item>
Expand Down

0 comments on commit 8f26abc

Please sign in to comment.