<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
  <channel>
    <title>Pukka Changelog</title>
    <link>http://codesorcery.net/appcasts/Pukka.xml</link>
    <description>Most recent changes with links to updates.</description>
    <generator>Feeder 220 http://reinventedsoftware.com/feeder/</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <language>en</language>
    <pubDate>Thu, 20 Dec 2007 23:26:09 -0500</pubDate>
    <lastBuildDate>Thu, 20 Dec 2007 23:26:09 -0500</lastBuildDate>
    
    <atom:link href="http://codesorcery.net/appcasts/Pukka.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Version 1.6.7 (2 bug fixes)</title>
      <description><![CDATA[<p>This version fixes an issue with Pukka 1.6.6 where posting might not work on PowerPC (i.e. older) Macs running Leopard. Pukka 1.6.6 was released earlier today to address some lingering crash issues on Leopard. </p>

<p>Also, a rare issue was fixed where the main window might become unusable if a URL or a title with multiple adjacent spaces was entered, then the link was posted while still having either field focused. This was due to the way Pukka auto-trims extraneous whitespace before, after, and within the text of these fields. In the event that Pukka's "hide after submit" feature was enabled, triggering this issue could make the whole application unresponsive.</p>]]></description>
      <pubDate>Thu, 20 Dec 2007 23:25:34 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.7.zip" length="559392" type="application/zip" sparkle:md5Sum="d7437ac44550381f8e29ed61924fedee"/>
      <guid isPermaLink="false">version-166-leopard-crash-fix</guid>
    </item>
    <item>
      <title>Version 1.6.6 (Leopard crash fix)</title>
      <description><![CDATA[<p>This version fixes a crash bug that some users were seeing on Leopard, even when running in the background (due to the way Pukka polls occasionally for updates). A workaround for a bug in Leopard's networking libraries that was causing this should fix the crash problem for all users. </p>

<p>Also, a minor issue was fixed on Tiger where the about box application icon would occasionally show up smaller than normal.</p>]]></description>
      <pubDate>Thu, 20 Dec 2007 11:18:10 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.6.zip" length="554379" type="application/zip" sparkle:md5Sum="488fc72d4bc2ac6d15dc9667d0d93ce2"/>
      <guid isPermaLink="false">version-165-numerous-improvements-and-bug-fixes</guid>
    </item>
    <item>
      <title>Version 1.6.5 (numerous improvements and bug fixes)</title>
      <description><![CDATA[<p>This version fixes a metric slew of issues with performance and usability.</p>

<ul>

<p><li>Removed a check on the local Spotlight cache that would run 30 seconds after launch and could cause unresponsiveness in the application. The Spotlight caching mechanism has been updated to perform in a more incremental fashion to avoid the need for this. </p>
</li>


<p><li>Pukka now waits at least five minutes between API requests of all bookmarks, preferring requests of the latest 15 bookmarks, to ease strain on the API and to avoid getting throttled. This includes between restarts, since quitting and relaunching Pukka quickly could sometimes cause strain on the API. </p>
</li>


<p><li>Added CFBundleShortVersionString to app bundle, which will make Pukka's version number show up in Finder's Version column. </p>
</li>


<p><li>Upgraded Spotlight metadata format to store bookmark data in folders organized by username instead of one big folder. This improves performance during local cache updating. </p>
</li>


<p><li>Resolved a Core Data issue that may have caused a delay between when bookmarks were cached and when they appeared in the application. </p>
</li>


<p><li>Changed the interval used to check for bookmark updates online from one minute to three minutes. Although this was a very slight hit on the API, it was reduced in the interest of scaling back a bit because we can. </p>
</li>


<p><li>A Growl notification is now shown when the bookmark cache on disk is updated. This occurs whether all bookmarks were re-parsed or just the latest 15, and for each account. </p>
</li>


<p><li>The successful post Growl notification was updated to include the page title and the account posted to. </p>
</li>


<p><li>A specific error message is shown if a post fails due to API capacity issues or throttling, as opposed to a general error when posting (network, internal server error, etc.)</p>
</li>


<p><li>Any kind of posting error shows a panel with a "critical" alert style to indicate that data was not saved and may be lost if the application is quit. </p>
</li>


<p><li>Fixed two small memory leaks related to tag sorting in the bookmark menus. </p>
</li>


<p><li>On first run, a modal panel is shown as the bookmarks are cached for the first time. When this panel was hidden, the animation would continue. For cleanliness, this has been stopped. </p>
</li>


<p><li>Trivial about box updates: Two issues were tweaked with the icon animations. The randomness of the selected animation was made better and a PNG representation of the app icon is passed to the animation instead of the .icns file directly. Lessons learned from Ironcoder ;-)</p>
</li>


<p><li>The HTTP timeout for sending posts was reduced from the default of 60 seconds to 10 seconds to avoid making the app unusable for up to a full minute in the event that the link can't be posted. </p>
</li>


<p><li>A bug was fixed in the debugging console which prevented it from always scrolling all the way to the bottom on appending new content. </p>
</li>


<p><li>During posting problems, we now report exactly the message that was received from the API to the debugging console. </p>
</li>
</ul>]]></description>
      <pubDate>Wed, 05 Dec 2007 08:57:27 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.5.zip" length="509789" type="application/zip" sparkle:md5Sum="3e69f0a812c82ac0aa8493b33d12a87a"/>
      <guid isPermaLink="false">version-165</guid>
    </item>
    <item>
      <title>Version 1.6.4 (several bug fixes)</title>
      <description><![CDATA[This version fixes a number of remaining Leopard stability bugs and makes other small improvements under the hood, particularly for first time users when the del.icio.us API is having issues.]]></description>
      <pubDate>Sat, 10 Nov 2007 12:53:24 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.4.zip" length="507811" type="application/zip" sparkle:md5Sum="6ada73c19cf4ca6da21bc4889f8623ab"/>
      <guid isPermaLink="false">version-164-several-bug-fixes</guid>
    </item>
    <item>
      <title>Version 1.6.3 (3 bug fixes)</title>
      <description><![CDATA[<p>Pukka 1.6.3 is a Tiger/Leopard cross-platform bug fix release, fixing (among other potential issues):</p>

<ul>
<li>a hang at launch time when using Bonjour</li>
<li>a possible crash when caching bookmarks in the background</li>
<li>the inability to autocomplete tags after using a comma to select the first completion</li>
</ul>]]></description>
      <pubDate>Fri, 02 Nov 2007 23:46:27 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.3.zip" length="505944" type="application/zip" sparkle:md5Sum="9a2d0ac5ac6830c81aa9cd93d81a4e47"/>
      <guid isPermaLink="false">version-163-3-bug-fixes</guid>
    </item>
    <item>
      <title>Version 1.6.2 (1 feature, 1 bug fix)</title>
      <description><![CDATA[<p><ul>  </p>

<li>    <strong>Ready for Leopard</strong>
<br />    Pukka is ready for Mac OS X 10.5 "Leopard". For more information, <a href="http://codesorcery.net/2007/10/26/ready-for-leopard/">see the blog post</a>. 
<br />  </li>

<p>  </p>

<li>    <strong><em>File -> Close</em> works as expected</strong>
<br />    The <em>File -> Close</em> menu item would not work on the preferences or about windows if they were in front, but instead would attempt to close Pukka's main window. This has been fixed. 
<br />  </li>

<p></ul></p>]]></description>
      <pubDate>Fri, 26 Oct 2007 15:25:54 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.2.zip" length="512829" type="application/octet-stream" sparkle:md5Sum="0434d6d5ca7bd89397843f2dea0954b5"/>
      <guid isPermaLink="false">version-162-1-feature-1-bug-fix</guid>
    </item>
    <item>
      <title>Version 1.6.1</title>
      <description><![CDATA[<p><strong>RSS reader posting protocol bugfix</strong></p>

<p>A bug existed that would prevent Vienna from passing RSS items to Pukka. This has been corrected. </p>

<p>Also, to clarify, only NetNewsWire currently sends selected item text as the description (or the whole item body if there is no selection). NewsFire sends the entire body all of the time and Vienna sends no text for the description, regardless of selection.</p>]]></description>
      <pubDate>Thu, 16 Aug 2007 13:22:46 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.1.zip" length="513454" type="application/octet-stream" sparkle:md5Sum="71265dc68dadb634a67559010041de89"/>
      <guid isPermaLink="false">version-161</guid>
    </item>
    <item>
      <title>Version 1.6 (3 new features, 2 bug fixes, 1 tweak)</title>
      <description><![CDATA[<ul>
<li>
<p><strong>Status bar item</strong></p>

<p>There is now an optional status bar item that can be enabled containing a menu that will show your tags and bookmarks by account just like the dock menu. [Preferences -> Interface -> Show status bar item with tags & bookmarks]</p>
</li>

<p><hr></p>

<li>
<p><strong>Spotlight support</strong></p>

<p>All of your bookmarks are now automatically indexed by Spotlight and fully searchable. This includes advanced attributes such as tags (called "Keywords" by Spotlight), account used ("Author"), original post date ("Content created"), description, URL, and title ("Display name"). Clicking on a post will open it in your preferred web browser.</p>
</li>

<p><hr></p>

<li>
<p><strong>Improved dock menu performance</strong></p>

<p>Along with the new status bar item menu, the dock menu of accounts, tags, and bookmarks has been reworked to appear almost instantly, even with thousands of tags and bookmarks. Users with many bookmarks should no longer have problems waiting for the menus to open. </p>
</li>

<p><hr></p>

<li>
<p><strong>Verification of account deletions</strong></p>

<p>If you delete an account in Pukka, you will first be prompted for verification instead of the account instantly being deleted. </p>
</li>

<p><hr></p>

<li>
<p><strong>Minor UI issues corrected</strong></p>

<p>Occasionally the user interface would reset in certain ways (for example, reverting to selecting the first posting account) when interface components such as the Bonjour drawer and the debug console were used for the first time. This has been corrected.</p>
</li>

<p><hr></p>

<li>
<p><strong>Improved Leopard compatibility</strong></p>

<p>Pukka has now been tested and is compatible with the lastest Leopard development build as of this writing. 
<br /></li></p>]]></description>
      <pubDate>Thu, 09 Aug 2007 14:14:07 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.6.zip" length="513397" type="application/octet-stream" sparkle:md5Sum="837e8dfaf3ee858fe538f8993af99d50"/>
      <guid isPermaLink="false">version-16-3-new-features-2-bug-fixes</guid>
    </item>
    <item>
      <title>Version 1.5.2 (2 new features)</title>
      <description><![CDATA[<p><ul>	          </p>

<li>
<p><strong>Truncating of RSS reader and bookmarklet highlighted text by default</strong></p>

<p>Pukka now truncates descriptions passed from RSS readers and the bookmarklet to 255 characters by default. 
<br />                            
<br />After Pukka 1.5.1 introduced the proper passing of highlighted descriptions from RSS readers, many users noticed that not highlighting anything would pass the entire news feed item body as the description, often with thousands of characters. This is because the posting protocol doesn't distinguish between highlighting the whole body and not highlighting anything. While we are working with the developer of NetNewsWire to enhance the posting protocol to overcome this, we hope that this addition will provide a reasonable default in the meantime. 
<br />                         
<br />This default can be overridden by performing the following command in Terminal: </p>

<p><code>defaults write net.codesorcery.Pukka AcceptLongDescription -bool true</code></p>
</li>

<p><hr>                            </p>

<li>
<p><strong>Preliminary support for Mac OS X 10.5 "Leopard"</strong></p>

<p>No known compatibility issues exist with Leopard as tested with the WWDC 2007 beta. Please <a href="http://codesorcery.net/contact">report any issues</a> that you find if you are running Pukka on Leopard. </p>
</li>

<p></ul></p>]]></description>
      <pubDate>Sun, 22 Jul 2007 18:58:09 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.5.2.zip" length="467859" type="application/octet-stream" sparkle:md5Sum="994b5a9371eef9aa77bd0b2ca5b2f457"/>
      <guid isPermaLink="false">version-152-2-new-features</guid>
    </item>
    <item>
      <title>Version 1.5.1 (2 tweaks)</title>
      <description><![CDATA[
             <p>* Pukka now passes any highlighted body text in NetNewsWire as the description when Pukka is used to post a new link. </p>
             <p>* Mouse-over help tooltips have been re-added to the preferences. </p>
	        ]]></description>
      <pubDate>Wed, 02 May 2007 11:36:02 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.5.1.zip" length="472371" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.5 (2 performance improvements, 8 new features, 5 tweaks)</title>
      <description><![CDATA[
                <p><strong>Performance:</strong></p>
                <p>* Many memory optimizations have been made, which should result in a faster startup time as well as lower overhead while running. </p>
                <p>* Pukka is now much more adaptive to the bookmarking API in order to avoid connection problems. </p>
                <p><strong>Features:</strong></p>
                <p>* Preferences have been greatly reorganized and optimized, making it easier to find what you need as well as see all of the options available to you. [Pukka -> Preferences...]</p>
                <p>* A new option has been added to bounce the dock icon upon successful post. [Preferences -> Interface]</p>
                <p>* A new option has been added to quit immediately after a successful post. [Preferences -> Interface]</p>
                <p>* Two options have been added for the dock menu: turning on or off the showing of account names and turning on or off the tag and bookmark menus beneath them. [Preferences -> Interface]</p>
                <p>* A customizable tag completion delay has been added. [Preferences -> Advanced]</p>
                <p>* Alternate API URLs can be used to gain compatibility with services such as Ma.gnolia. [Preferences -> Advanced]</p>
                <p>* A new introductory screencast has been added and is suggested to first-time users. [Help -> Watch Intro Screencast]</p>
                <p>* A console has been added where you can view more information about Pukka's work behind the scenes in the event of problems talking to the bookmarking service. [Window -> Console]</p>
                <p><strong>Tweaks:</strong></p>
                <p>* A keyboard shortcut has been added to dismiss error dialogs (Esc key).</p>
                <p>* The 'Hide After Post' option has been removed. </p>
                <p>* The 'Hide After Submit' option is now on by default for new users. </p>
                <p>* Growl is no longer enabled or disabled within Pukka. Please see the Growl preference pane to manage individual notifications. </p>
                <p>* A new about box has been added which shows registration information.</p>
	        ]]></description>
      <pubDate>Fri, 13 Apr 2007 11:19:13 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.5.zip" length="471257" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.4.4 (1 bug fix)</title>
      <description><![CDATA[
                <p>* No longer EVER show the registration reminder for registered users -- big apologies for this one.</p>
	        ]]></description>
      <pubDate>Sun, 11 Mar 2007 13:15:11 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.4.4.dmg" length="457087" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.4.3 (3 bug fixes)</title>
      <description><![CDATA[
                <p>* Fixed a bug which occasionally caused a crash when caching bookmarks and tags in the background.</p>
                <p>* No longer show several error messages if the del.icio.us API is having problems.</p>
                <p>* Show a progress message about the initial cache of an account's bookmarks and tags when that account is newly added.</p>
	        ]]></description>
      <pubDate>Sun, 25 Feb 2007 18:10:32 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.4.3.dmg" length="457080" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.4.2 (3 bug fixes)</title>
      <description><![CDATA[
	            <p>* Fixed a bug where login failures could repeatedly make requests to del.icio.us. Now we alert the user immediately so that the password can be corrected.</p>
	            <p>* Fixed a potential crash bug when very quickly changing the account list within the preferences.</p>
	            <p>* Fixed a bug with registered copies of Pukka and demo expirations.</p>
	        ]]></description>
      <pubDate>Tue, 13 Feb 2007 21:35:12 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.4.2.dmg" length="453563" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.4.1 (3 bug fixes)</title>
      <description><![CDATA[
	            <p>* The sound effects preference was not having an effect on the duplicate post notification sound. This has been fixed.</p>
	            <p>* Fixed a potential crash when performing certain actions while Pukka's local cache of bookmarks was being updated.</p>
	            <p>* Fixed a rare bug which might cause Pukka to show zero bookmarks if the internet connection went down during bookmark caching.</p>
	        ]]></description>
      <pubDate>Thu, 08 Feb 2007 14:57:52 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.4.1.dmg" length="453411" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.4 (7 new features, 1 bug fix)</title>
      <description><![CDATA[
	            <p>* Added notification when starting to edit previously-posted links, along with a choice of cancelling, editing like new, or bringing up the old post's details.</p>
	            <p>* Bookmarks are now available by account and tag in the dock menu.</p>
	            <p>* Ability to remember window position (Window->Save Window Position).</p>
	            <p>* Automatically remembers Bonjour drawer open/closed state.</p>
	            <p>* Keystroke shortcut for changing accounts made easier (now Command [ and ] and no longer requiresthe Shift key).</p>
	            <p>* Automatically trim leading, trailing, and internal whitespace when pasting into URL and title.</p>
	            <p>* Configurable tag completion delay. (see <a href="http://codesorcery.net/2007/02/04/pukka-14-hot-off-the-press/">http://codesorcery.net/2007/02/04/pukka-14-hot-off-the-press/</a>)</p>
	            <p>* Fixed a minor appearance bug when resizing the Bonjour drawer.</p>
	        ]]></description>
      <pubDate>Sun, 04 Feb 2007 16:27:02 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.4.dmg" length="454167" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.3 (3 new features)</title>
      <description><![CDATA[
	            <p>* Added AppleScript support. See <a href="http://codesorcery.net/2006/07/30/new-pukka-release-applescript-and-private-posting/">the blog</a> for more info.</p>
	            <p>* Added support for private posting to del.icio.us. Enable the option in preferences and the button will appear.</p>
	            <p>* Now you can hold down Option when posting to prevent hiding behavior and resetting of the form after the post.</p>
	        ]]></description>
      <pubDate>Sun, 30 Jul 2006 22:23:36 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.3.dmg" length="389702" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.2.1 (3 bugfixes)</title>
      <description><![CDATA[
	            <p>* Fixed bug where auto-resizing tags field would occasionally not auto-resize when expected.</p>
	            <p>* Fixed bug where typing a tag between previously typed tags would cause the tag to be broken out into a token for each letter typed.</p>
	            <p>* Fixed bug where description length counter would not disappear when resetting Pukka after typing a description that was too long.</p>
	        ]]></description>
      <pubDate>Tue, 06 Jun 2006 23:17:48 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.2.1.dmg" length="378690" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.2 (3 new features, 6 bugfixes)</title>
      <description><![CDATA[
	            <p>* Pukka now uses the new SSL del.icio.us API for increased security as well as a more reliable means of storing passwords in the keychain.</p>
                <p>* The tags field now resizes in height as necessary to accommodate all of the tags that you type.</p>
                <p>* There is a new option to disable warning messages when resetting, closing or quitting with unposted data.</p>
                <p>* Bug fixes and tweaks: hiding behavior, more reliable determination of successful posting, success dialog "Visit del.icio.us" button, pasting into tags field, added tooltips, smaller font in Bonjour drawer, problem with semicolon in posting fields, only attempt to use Growl when it's running.</p>
	        ]]></description>
      <pubDate>Mon, 29 May 2006 19:41:27 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.2.dmg" length="378434" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.1 (1 new feature, 3 bugfixes)</title>
      <description><![CDATA[
	            <p>* Pukka now has a Services menu entry. See <strong>Services->Send URL to Pukka</strong> when a URL is selected. The keyboard shortcut is Command-% by default.</p>
	            <p>* Bugs fixed: success confirmation dialog shouldn't show when Growl is enabled, fixes to application unhiding and/or coming to front when requested, and fixes to the dock menu.</p>
	        ]]></description>
      <pubDate>Fri, 05 May 2006 08:58:56 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.1.dmg" length="375570" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 1.0 (5 new features, 3 bugfixes)</title>
      <description><![CDATA[
	            <p>* Pukka is now shareware and is no longer a timed demo. See our <a href="http://codesorcery.net/sales">sales page</a> for more info.</p>
	            <p>* There is a new startup wizard for first-time use. </p>
	            <p>* Pukka now warns you if you have unposted data upon quit, window close, or window reset. </p>
	            <p>* There is a new dock menu to start a new post if you've closed the window or to access the del.icio.us pages for any of your accounts.</p>
	            <p>* Tag completion now has a 0.2 second delay to correct some errors and is now case-sensitive.</p>
	            <p>* Leading and trailing whitespace is trimmed from the URL, title, and any selected text when passed via the bookmarklet. </p>
	            <p>* Startup time has been improved.</p>
	            <p>* Bugs fixed: tags not being cached on first run, misc. keychain issues, saving preferences resetting the selected posting account.</p>
	        ]]></description>
      <pubDate>Mon, 01 May 2006 00:05:28 -0400</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_1.0.dmg" length="345529" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.9 (4 new features, 4 bugfixes)</title>
      <description><![CDATA[
	            <p>* <span style="color: red;"><strong>IMPORTANT:</strong></span> This version fixes a bug with + or & in tags and sometimes in other fields. Much thanks to Ramsey Dow for bringing it to our attention. </p>
	            <p>* Pukka now has an "Install Bookmarklet" menu item to make the browser bookmarklet a bit easier to get at.</p>
	            <p>* There is now a dynamic length indicator next to the description (i.e. notes) field when it is being edited. It also lets you know if you go over the length limit that is imposed by del.icio.us.</p>
	            <p>* Keyboard navigation is now much easier and intuitive. Tabbing works as expected. There are shortcuts to focus each of the entry fields directly, to visit del.icio.us for the selected account, and to select next/previous account to post with. See the Window menu for details. </p>
	            <p>* The self-update framework has been upgraded and now features the ability to skip an upgrade as well as a periodic check (every day) for a newer version. </p>
	            <p>* Minor bugfixes: menu item enabled/disabled states, Bonjour tweaks</p>
	        ]]></description>
      <pubDate>Fri, 14 Apr 2006 21:32:08 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.9.tgz" length="273066" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.8 (4 new features, 2 bugfixes)</title>
      <description><![CDATA[
	            <p>* Pukka now optionally supports <a href="http://growl.info">Growl</a> for notification of post success and nearby Bonjour users. It's turned on by default, but won't do anything unless you've already got Growl installed.</p>
				<p>* There's a new option to hide immediately after submitting a link, which defaults to off. If enabled, Pukka will hide immediately and only alert you if there is a problem. This can be combined with the Bonjour notification or can just use the sound effect, or even no notice at all.</p>
				<p>* New keystroke for submit from any field: Apple-Return. Also menu items for submit and for form reset.</p>
				<p>* Bookmarklet now supports sending currently selected text as the description for a new post. See <a href="http://codesorcery.net">the blog</a> for the bookmarklet.</p>
				<p>* Bugfixes: Weirdness with multiples of the same username on the same network (hey, it happens); bug with Bonjour usernames not always showing up right away.</p>
	        ]]></description>
      <pubDate>Mon, 27 Mar 2006 22:23:48 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.8.tgz" length="192960" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.7 (1 new feature, 4 bugfixes)</title>
      <description><![CDATA[
	            <p>* Pukka now creates and supports the "pukka:" URL protocol. This allows special bookmarklets that work on all browsers (except IE). See <a href="http://codesorcery.net/2006/03/19/at-long-last-browser-integration/">the blog</a> for more information.</p>
				<p>* A number of small bugs were fixed: Bonjour drawer menu inconsistency, Bonjour usernames are now always published as lowercase, Pukka always comes to the front when needed, and tags are cached for all usernames upon saving preferences, so that new usernames' tags are gathered.</p>
	        ]]></description>
      <pubDate>Sun, 19 Mar 2006 00:05:46 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.7.tgz" length="129161" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.6 (2 new features)</title>
      <description><![CDATA[
	            <p>* Pukka now auto-completes tags when typing based on what you've used before. It pools tags across all accounts to use in the auto-completion.</p>
				<p>* Pukka can discover other users on your network using Bonjour. A new drawer under Window->Bonjour shows the usernames of other Pukka users near you and you can double-click them to go to their del.icio.us page.</p>
	        ]]></description>
      <pubDate>Sat, 11 Mar 2006 11:43:28 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.6.tgz" length="128403" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.5 (2 new features)</title>
      <description><![CDATA[
                <p>* Added two new options: hide app after posting and hide app when inactive. You can find them in the action menu in the preferences dialog.</p>
                <p>* Added a new (final?) application icon.</p>
            ]]></description>
      <pubDate>Sun, 26 Feb 2006 21:25:13 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.5.tgz" length="119469" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.4 (2 bugfixes, 2 new features)</title>
      <description><![CDATA[
                <p>* Fixed a rather troublesome bug which cleared an edit in progress when you clicked the Add Post button, but not when you just hit Return. This could clear your tags field if that was the last field you were working on.  Sorry about that.</p>
                <p>* Fixed some bugginess with the preferences account table which could cause a crash for seemingly no reason.</p>
                <p>* Added a preferences panel action menu to enable or disable sound effects (they default to enabled). You can also access the add account/remove account actions from here.</p>
                <p>* Made the preferences buttons look pretty and trying out a new application icon.</p>
            ]]></description>
      <pubDate>Mon, 13 Feb 2006 23:20:44 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.4.tgz" length="125275" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.3 (2 new features)</title>
      <description><![CDATA[
                <p>* Now you can close Pukka's main window and re-open it for posting as you see fit. You can also minimize the main window. The standard new/close/minimize keyboard shortcuts apply.</p>
                <p>* Anytime you send a URL to Pukka, whether by opening a link file, dragging a URL, or posting from NetNewsWire, Pukka comes to the foreground and is ready to post, regardless of whether you had a window open already or not.</p>
            ]]></description>
      <pubDate>Thu, 09 Feb 2006 23:36:17 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.3.tgz" length="119086" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.2 (1 new feature)</title>
      <description><![CDATA[Support as NetNewsWire external weblog editor]]></description>
      <pubDate>Tue, 07 Feb 2006 22:33:46 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.2.tgz" length="117668" type="application/octet-stream"/>
    </item>
    <item>
      <title>Version 0.1 (initial release)</title>
      <description><![CDATA[Initial release of Pukka]]></description>
      <pubDate>Tue, 07 Feb 2006 01:43:11 -0500</pubDate>
      <enclosure url="http://codesorcery.net/downloads/Pukka_0.1.tgz" length="116854" type="application/octet-stream"/>
    </item>
  </channel>
</rss>