Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasper committed Jun 10, 2024
1 parent ffdb440 commit 699ce43
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Changelog
=========

4.0.1 (master)
--------------
4.0.1
-----

Release: dd.mm.yyyy
Release: 11.6.2024

### Changes

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 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: 4.0.0 ([Changelog](CHANGELOG.md))
- Current version: 4.0.1 ([Changelog](CHANGELOG.md))
- Requires: macOS 10.14 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/4.0.0/phoenix-4.0.0.tar.gz)
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/4.0.1/phoenix-4.0.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. macOS will ask you to open `Privacy & Security` in System Settings. Once open, go to the `Accessibility` section and enable with the toggle next to Phoenix. An admin account is required to accomplish this.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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: 4.0.0 ([Changelog](https://github.com/kasper/phoenix/blob/master/CHANGELOG.md))
- Current version: 4.0.1 ([Changelog](https://github.com/kasper/phoenix/blob/master/CHANGELOG.md))
- Requires: macOS 10.14 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/4.0.0/phoenix-4.0.0.tar.gz)
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/4.0.1/phoenix-4.0.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. macOS will ask you to open `Privacy & Security` in System Settings. Once open, go to the `Accessibility` section and enable with the toggle next to Phoenix. An admin account is required to accomplish this.
Expand Down
22 changes: 22 additions & 0 deletions sparkle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
<description>Feed for Phoenix updates.</description>
<language>en</language>

<!-- 4.0.1 -->

<item>
<title>Version 4.0.1</title>
<sparkle:version>137</sparkle:version>
<sparkle:shortVersionString>4.0.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>10.14.0</sparkle:minimumSystemVersion>
<pubDate>Tue, 11 Jun 2024 00:48:17 +0300</pubDate>
<description><![CDATA[
<p>This release fixes the ability to move windows between Spaces in macOS Sonoma 14.5+. 🤖</p>
<p>See the full <a href='https://github.com/kasper/phoenix/blob/4.0.1/CHANGELOG.md'>Changelog</a>.</p>
]]>
</description>
<enclosure sparkle:edSignature='tLwJlmJgd4Smw2p8214HwAmroPnTKZjZuGd/ec5Tqh1OMC548B1RbeUvDPypy9mYqeTv+6yBlhJ/dib6TvITCg=='
type='application/octet-stream'
length='3997849'
url='https://github.com/kasper/phoenix/releases/download/4.0.1/phoenix-4.0.1.tar.gz' />
</item>

<!-- 4.0.0 -->

<item>
Expand Down

0 comments on commit 699ce43

Please sign in to comment.