Skip to content

Commit a5196e9

Browse files
committed
4.0.0
1 parent f0b98d7 commit a5196e9

File tree

4 files changed

+40
-9
lines changed

4 files changed

+40
-9
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-
4.0.0 (master)
5-
--------------
4+
4.0.0
5+
-----
66

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

99
### New
1010

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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 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.
99

10-
- Current version: 3.0.0 ([Changelog](CHANGELOG.md))
11-
- Requires: macOS 10.11 or higher
10+
- Current version: 4.0.0 ([Changelog](CHANGELOG.md))
11+
- Requires: macOS 10.14 or higher
1212

1313
**Note:** the default `master` branch will always be stable.
1414

@@ -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/3.0.0/phoenix-3.0.0.tar.gz)
25+
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/4.0.0/phoenix-4.0.0.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.

docs/docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ sidebar_position: 1
66

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

9-
- Current version: 3.0.0 ([Changelog](https://github.com/kasper/phoenix/blob/master/CHANGELOG.md))
10-
- Requires: macOS 10.11 or higher
9+
- Current version: 4.0.0 ([Changelog](https://github.com/kasper/phoenix/blob/master/CHANGELOG.md))
10+
- Requires: macOS 10.14 or higher
1111

1212
## Key Features
1313

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

4242
## Install
4343

44-
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/3.0.0/phoenix-3.0.0.tar.gz)
44+
- [**Download Phoenix**](https://github.com/kasper/phoenix/releases/download/4.0.0/phoenix-4.0.0.tar.gz)
4545
- See previous [releases](https://github.com/kasper/phoenix/releases/)
4646

4747
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.

sparkle.xml

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

13+
<!-- 4.0.0 -->
14+
15+
<item>
16+
<title>Version 4.0.0</title>
17+
<sparkle:version>134</sparkle:version>
18+
<sparkle:shortVersionString>4.0.0</sparkle:shortVersionString>
19+
<sparkle:minimumSystemVersion>10.14.0</sparkle:minimumSystemVersion>
20+
<pubDate>Fri, 19 May 2023 14:35:59 +0300</pubDate>
21+
<description><![CDATA[
22+
23+
<p>I’m excited to release the next major version of Phoenix! ☀️ This release focuses on improvements on modals 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! Keep the feedback coming! ❤️</p>
24+
25+
<h3>What is New?</h3>
26+
27+
<ul>
28+
<li>Improved modals by adding the ability to react to text commits, modal resizes and allowing to focus modals easily! 🤖 Fixed various bugs related to modals.</li>
29+
<li>Support for tertiary mouse events</li>
30+
<li>Documentation improvements and clarifications. Added support for easily searching the API documentation.</li>
31+
<li><b>Breaking:</b> Phoenix now requires macOS Mojave (10.14) or higher</li>
32+
</ul>
33+
34+
<p>See the full <a href='https://github.com/kasper/phoenix/blob/4.0.0/CHANGELOG.md'>Changelog</a>.</p>
35+
36+
]]>
37+
</description>
38+
<enclosure sparkle:edSignature='mCW8N+DF5My0lmEb9ORpyqSSQQqHuBMk3dImrE7o5mGoiF7Ht1dVco+OgCManAoG4vU/1DOXRlHkp9h/Sh32AQ=='
39+
type='application/octet-stream'
40+
length='3992909'
41+
url='https://github.com/kasper/phoenix/releases/download/4.0.0/phoenix-4.0.0.tar.gz' />
42+
</item>
43+
1344
<!-- 3.0.0 -->
1445

1546
<item>

0 commit comments

Comments
 (0)