-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate-release.xml
More file actions
253 lines (157 loc) · 11.7 KB
/
update-release.xml
File metadata and controls
253 lines (157 loc) · 11.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Caffeinator</title>
<description>Feed of production updates to Caffeinator.</description>
<language>en</language>
<item>
<title>Icon and URL Refresh</title>
<description><![CDATA[<h3 id="features">Features</h3>
<ul>
<li>The Caffeinator menu-bar icon has been refreshed to more clearly distinguish between disabled and enabled states.</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Fixed a bug that could cause Caffeinator to crash when attempting to start a custom Caffeination with no options.</li>
<li>URLs now point correctly to the new repository and update servers.</li>
</ul>
]]></description>
<pubDate>Tue, 06 Jul 2021 16:48:01 +0000</pubDate>
<enclosure
url="https://github.com/jrr6/Caffeinator/releases/download/v1.4.5/Caffeinator.zip"
sparkle:version="1.4.5"
sparkle:edSignature="HTfqlWJD7M/XhJG+eSYykmPwZHS8KyneeXUiCLRLs4qpDd4Ew71G3Om+xbQftA0knvjPkxMEFQJJSIHZjIqtBA=="
length="6254187"
type="application/zip" />
</item>
<item>
<title>Big Sur Style</title>
<description><![CDATA[<h3 id="features">Features</h3>
<ul>
<li>Caffeinator is now a universal app, so it will run natively on both Intel and Apple Silicon systems.</li>
<li>This update adopts the new design language of macOS Big Sur:
<ul>
<li>Caffeinator’s icon has gotten a rounded-rectangular redesign.</li>
<li>
<p>The menu bar icon has been made monochromatic to align with the appearance of other menu bar items in Big Sur. The Caffeinator icon is now semitransparent when disabled and opaque when enabled.</p>
<p><strong>If you prefer the existing green style, don’t worry: just run</strong></p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code> defaults write com.aaplmath.Caffeinator UseGreenColorScheme -bool YES
</code></pre></div> </div>
<p><strong>in the Terminal and restart Caffeinator to switch to the old color scheme.</strong> (If you’d like, you can do this before updating so that the update will automatically revert to the old style after installation.)</p>
</li>
</ul>
</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Some UI issues and translation errors were corrected.</li>
</ul>
]]></description>
<pubDate>Wed, 23 Dec 2020 16:57:12 +0000</pubDate>
<enclosure
url="https://github.com/jrr6/Caffeinator/releases/download/v1.4.4/Caffeinator.zip"
sparkle:version="1.4.4"
sparkle:edSignature="lIEMr7Z3oATFoyFUCrNJ2K0ZhwTvZjqgXNTv58kcgPemMAOZD2amxZk6xT4edMR8HDj+WMW8ZeRD96elr1yaCA=="
length="6246755"
type="application/zip" />
</item>
<item>
<title>Scripting</title>
<description><![CDATA[<h3 id="features">Features</h3>
<ul>
<li>Caffeinator can now be automated! This release adds support for scripting Caffeinator with AppleScript or JavaScript for Automation. Using these technologies, you can now start or stop a Caffeination, configure Caffeination options, and observe the configuration and status of a Caffeination. To see all of the functionality Caffeinator exposes and how you can start using it in your own scripts, check out the Caffeinator scripting dictionary.</li>
</ul>
]]></description>
<pubDate>Sun, 26 Jul 2020 18:59:55 +0000</pubDate>
<enclosure
url="https://github.com/jrr6/Caffeinator/releases/download/v1.4.3/Caffeinator.zip"
sparkle:version="1.4.3"
sparkle:edSignature="EG2r763mY28LVGyjuu9BFALmiun8/I2XiYxDR3oVwof0gWotwu+WcasGTdk9wlQS9iJowYiR0zAEtSYLJwinDw=="
length="5480610"
type="application/zip" />
</item>
<item>
<title>Keyboard Shortcuts</title>
<description><![CDATA[<h3 id="features">Features</h3>
<ul>
<li>This release introduces global keyboard shortcuts to quickly start a regular, process-based, timed, or custom Caffeination from anywhere with just a keypress. By default, no shortcuts are assigned; they can be configured under the Advanced menu. See the updated Help documentation for more information.</li>
<li>The Custom Caffeination window has received an under-the-hood redesign.</li>
<li>Caffeinator now uses the latest versions of Swift and CaffeineKit.</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Missing window title localizations were added.</li>
</ul>
]]></description>
<pubDate>Sat, 04 Jan 2020 03:38:39 +0000</pubDate>
<enclosure
url="https://github.com/jrr6/Caffeinator/releases/download/v1.4.2/Caffeinator.zip"
sparkle:version="1.4.2"
sparkle:edSignature="s7G0atL/VFDjVMKmbqsEGnBqjZN5XjkBvB7iE4K+sGgF7w5PQNjkrtLp7Tg00FszYFWYxTW5YhT9S3eLWSEOAA=="
length="5473684"
type="application/zip" />
</item>
<item>
<title>Visible Custom Caffeinations</title>
<description><![CDATA[<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Fixes an issue where the Custom Caffeination window didn’t come to the foreground when opened.</li>
</ul>
]]></description>
<pubDate>Thu, 01 Aug 2019 14:46:54 +0000</pubDate>
<enclosure
url="https://github.com/jrr6/Caffeinator/releases/download/v1.4.1/Caffeinator.zip"
sparkle:version="1.4.1"
sparkle:edSignature="Hfm7ybNx+EUchA8djQi3vXz8DASsgft2mV/5FlKyPnaLMkTP8DEnrknETeUk+ubgkMHa3dKu8XztetRoVHQgCw=="
length="5378547"
type="application/zip" />
</item>
<item>
<title>Sparkly UI</title>
<description><![CDATA[<h3 id="features">Features</h3>
<ul>
<li>The Process-Based Caffeination window now lets you choose from a list of running processes—no more searching for PIDs in Activity Monitor! (There is still an option to manually input a PID, though, if you would prefer.) There is also an advanced process selector that shows daemons and other system processes for power users.</li>
<li>In addition to the new selection window, Process-Based Caffeinations can now detect the name of virtually every process you Caffeinate, not just app bundles. This means that you’ll see the name of the process you’re Caffeinating in the Caffeinator menu rather than “PID ####.”</li>
<li>The Timed Caffeination window has also been redesigned. It now features inputs for hours, minutes, and seconds; you no longer need to convert everything to seconds.</li>
<li>Caffeinator now uses <a href="https://sparkle-project.org/">Sparkle</a> to update. Among other things, this means that updates are now entirely automatic (once you approve them) and happen in the background. Updates are now also signed and verified before downloading, making them more secure. Even better, you no longer need to re-authorize Caffeinator to run every time you update.</li>
<li>The Caffeinator disk image installer for first-time installation has been redesigned.</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>Some missing Spanish translations were added.</li>
</ul>
]]></description>
<pubDate>Wed, 19 Jun 2019 19:25:50 +0000</pubDate>
<enclosure
url="https://github.com/jrr6/Caffeinator/releases/download/v1.4.0/Caffeinator.zip"
sparkle:version="1.4.0"
sparkle:edSignature="4UHQgpWQfRuequfyty/l+3z3J7uWzlnUUjcWh5CQHcojGoMc4dLQSIKqm87HKEh7n5uFkrpHllpZUFU+VbJ/AQ=="
length="5378537"
type="application/zip" />
</item>
<item>
<title>Custom Caffeinations</title>
<description><![CDATA[<h3 id="features">Features</h3>
<ul>
<li>This update replaces <code class="language-plaintext highlighter-rouge">Caffeinate with Arguments</code> with the new <code class="language-plaintext highlighter-rouge">Custom Caffeination</code>, a friendlier (but equally powerful) way to specify custom parameters for a Caffeination.</li>
<li>The updater window has been made significantly more robust. It now displays both the current and pending versions as well as GitHub release notes.</li>
<li>The Help window has been redesigned and now contains additional help topics.</li>
</ul>
<h3 id="bug-fixes">Bug Fixes</h3>
<ul>
<li>The <code class="language-plaintext highlighter-rouge">Caffeinate Display</code> option now once again works properly.</li>
<li>Caffeinator no longer crashes if you attempt to start a Custom Caffeination without argument values for <code class="language-plaintext highlighter-rouge">Timed</code> or <code class="language-plaintext highlighter-rouge">Process-Based</code>.</li>
<li>It is no longer possible to accidentally open multiple copies of the same window (except for the updater window).</li>
<li>Certain failures during update checks now display the correct error title.</li>
</ul>
]]></description>
<pubDate>Thu, 30 May 2019 22:41:36 +0000</pubDate>
<enclosure
url="https://github.com/jrr6/Caffeinator/releases/download/v1.3.1/Caffeinator.zip"
sparkle:version="1.3.1"
sparkle:edSignature="kPSvocuoCpBisnAP/DQIQWMXy6ml0RLsGIcjO1MbnSRLSK3I4aOC9kZrTzeeDEAM0tVPfXR4rLc7t9KQTmNYAQ=="
length="3914850"
type="application/zip" />
</item>
</channel>
</rss>