source: trunk/Cocoa/Pester/Updates/release-notes.html@ 533

Last change on this file since 533 was 524, checked in by Nicholas Riley, 15 years ago

Updates/release-notes.html: Cleaned up, made XHTML compliant and updated for 1.1b8 so far.

File size: 2.2 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
6 <title>What's new in Pester</title>
7 <meta name="robots" content="anchors" />
8 <link href="release-notes.css" type="text/css" rel="stylesheet" media="all" />
9</head>
10
11<body>
12<table>
13 <tr><th>Pester 1.1 beta 8 (25)</th></tr>
14 <tr><td><ul>
15 <li>Open the Set Alarm window in the current Space when triggered with a keyboard equivalent or the Dock menu.</li>
16 <li>If the Set Alarm window was visible when Pester was last active, prevent it from switching Spaces and obscuring a notification alert.</li>
17 <li>(Re-)added optional dock icon bouncing, which works more reliably.</li>
18 <li>Restored “today” item to date completion menus.</li>
19 <li>Fixed horizontal resizing glitches in the Alarms window.</li>
20 <li>Save the most recent alarm message across runs of Pester.</li>
21 <li>Disable the “–” button when it would do nothing.</li>
22 <li>Handle Chilean time zone CLT.</li>
23 <li>Added “days” and “weeks” alarm interval units.</li>
24 </ul></td></tr>
25</table>
26<p />
27<table>
28 <tr><th>Pester 1.1 beta 7 (24)</th></tr>
29 <tr><td><ul>
30 <li>Fixed “Snooze until” times being an hour late in some time zones.</li>
31 <li>Fixed speech voices displaying as dotted identifiers instead of names.</li>
32 <li>Fixed crash on launch on PowerPC Macs running Leopard.</li>
33 </ul></td></tr>
34</table>
35<p />
36<table>
37 <tr><th>Pester 1.1 beta 6 (22)</th></tr>
38 <tr><td><ul>
39 <li>Repeating alarms continue to repeat if they didn’t expire while Pester was not running.</li>
40 <li>(Re-)added speech alerts.</li>
41 <li>Alert help tags in the alarm list appear correctly in Leopard.</li>
42 <li>Changes to the field you’re editing are saved when switching between “in” and “at”.</li>
43 <li>Corrected validation of the alert repetition field which allowed you to specify zero (blank) or over 99 repetitions.</li>
44 <li>Pester 1.0 alarms no longer create duplicates of themselves on import.</li>
45 </ul></td></tr>
46</table>
47</body>
48</html>
Note: See TracBrowser for help on using the repository browser.