source: trunk/Cocoa/Pester/Updates/updates.xml@ 361

Last change on this file since 361 was 361, checked in by Nicholas Riley, 16 years ago

VERSION: Updated for 1.1b5.

English.lproj/InfoPlist.strings: Updated for 1.1b5.

English.lproj/MainMenu.nib: Change IB compatibility level to 10.4.
Disable controls which lead to unstable functionality in this version.
Added Sparkle support. Hook up removeMessageButton to
PSAlarmSetController for "-" fallback drawing.

English.lproj/Preferences.nib: Added Sparkle checkbox.

English.lproj/Read Me.nib: Leopard-ized with source list coloring,
highlight and removed focus ring (which caused artifacts anyway).

English.lproj/Snooze until.nib: Use new natural language date strings
and calendar button bezel style.

Info-Pester.plist: Updated for 1.1b5. Added Sparkle support.

NJRDateFormatter.m: Comment out debug logging on every keystroke.

PSAlarmSetController.[hm]: If "-" image exists (on Leopard), don't
draw it with text as well.

PSAlerts.m: Don't describe bounce alert (which is present for
backwards compatibility, but doesn't work yet in this version).

PSPowerManager.m: Temporarily disable; untested in this version.

Pester.xcodeproj: Change Development/Deployment to Debug/Release.
Link to Sparkle. STRIP_INSTALLED_PRODUCT=NO on release version for
now (eventually, can investigate using symbol files).

Read Me.rtfd: Updated for 1.1b5. Use real links. Clean up release
notes. Credit Sparkle and Date::Manip. Clean up styles so they look
better in the read me viewer. Fix Omni link.

Sparkle.diff: Changes to Sparkle, which is included as an external.
These aren't yet automatically applied.

Updates/Application icon.png: The icon converted to a PNG. This will
probably go away as it's too big.

Updates/release-notes.css: Release notes CSS based on the example that
comes with Sparkle.

Updates/release-notes.html: Dummy release notes file; nobody should
see this yet.

Updates/updates.xml: Initial Sparkle appcast file.

package-Pester.sh: Update for xcodebuild, Sparkle, etc. No longer
include source in download.

File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
3 <channel>
4 <title>Pester</title>
5 <link>http://web.sabi.net/nriley/software/#pester</link>
6 <description>Appcast for Pester updates.</description>
7 <generator>Feeder 1.4.9.v2 http://reinventedsoftware.com/feeder/</generator>
8 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
9 <language>en</language>
10 <pubDate>Sat, 24 Nov 2007 17:14:47 -0600</pubDate>
11 <lastBuildDate>Sat, 24 Nov 2007 17:14:47 -0600</lastBuildDate>
12
13 <atom:link href="http://web.sabi.net/nriley/software/Pester/updates.xml" rel="self" type="application/rss+xml"/>
14 <item>
15 <title>Pester 1.1b5</title>
16 <link>http://web.sabi.net/nriley/software/#pester</link>
17 <author>pester@sabi.net</author>
18 <pubDate>Sat, 24 Nov 2007 17:14:47 -0600</pubDate>
19 <enclosure url="http://web.sabi.net/nriley/software/Pester-1.1b5.dmg" length="750951" type="application/x-apple-diskimage" sparkle:version="20" sparkle:shortVersionString="1.1b5" sparkle:dsaSignature="MCwCFDrEXpRcphJNR+Rm6RUO8/dTmRVIAhRKBSpoFDA8EI5ULujh8L4iRLFILg=="/>
20 <guid isPermaLink="false">pester-11b5</guid>
21 <sparkle:releaseNotesLink>http://web.sabi.net/nriley/software/Pester/release-notes.html</sparkle:releaseNotesLink>
22 </item>
23 </channel>
24</rss>
Note: See TracBrowser for help on using the repository browser.