<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Hobo Blog &#187; Releases</title>
	<atom:link href="http://hobocentral.net/blog/category/releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://hobocentral.net/blog</link>
	<description>Hobo - the web app builder for Rails</description>
	<lastBuildDate>Tue, 24 Apr 2012 15:48:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hobo 1.0.1 Released</title>
		<link>http://hobocentral.net/blog/2010/06/01/hobo-1-0-1-released/</link>
		<comments>http://hobocentral.net/blog/2010/06/01/hobo-1-0-1-released/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 10:35:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=296</guid>
		<description><![CDATA[Just pushed to rubygems.org &#8211; Hobo 1.0.1. This release contains some bug fixes and performance enhancements. Just

gem update hobo


There are two speedups: one that reduces the number of database accesses by Matt Jones and one that speeds up compilation of
DRYML by Petteri Räty.

If you&#8217;re interested in the details of what got fixed, take a look [...]]]></description>
			<content:encoded><![CDATA[<p>Just pushed to rubygems.org &#8211; Hobo 1.0.1. This release contains some bug fixes and performance enhancements. Just</p>

<pre><code>gem update hobo
</code></pre>

<p>There are two speedups: one that reduces the number of database accesses by Matt Jones and one that speeds up compilation of
DRYML by Petteri Räty.</p>

<p>If you&#8217;re interested in the details of what got fixed, take a look at the <a href="http://github.com/tablatom/hobo/tree/v1.0.1">commit log on github</a>.</p>

<p>Thanks very much to everyone who contributed!</p>

<p>Meanwhile work continues on Hobo 1.1. Watch this space : )</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2010/06/01/hobo-1-0-1-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hobo 1.0 Released!</title>
		<link>http://hobocentral.net/blog/2010/02/23/hobo-1-0-released/</link>
		<comments>http://hobocentral.net/blog/2010/02/23/hobo-1-0-released/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 03:43:31 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/?p=283</guid>
		<description><![CDATA[We did it! More than three years after the original open-source release of the Hobo beta, version 1.0 is finally here.

Go get it!

gem update hobo


or

gem install hobo


I for one never thought it would take that long! But then the project has changed such a lot. In the early days we thought the automatic UI provided [...]]]></description>
			<content:encoded><![CDATA[<p>We did it! More than three years after the original open-source release of the Hobo beta, version 1.0 is finally here.</p>

<p>Go get it!</p>

<pre><code>gem update hobo
</code></pre>

<p>or</p>

<pre><code>gem install hobo
</code></pre>

<p>I for one never thought it would take that long! But then the project has changed such a lot. In the early days we thought the automatic UI provided by Hobo would be a good starting point, but not much more. As we went on we noticed more and more patterns in web UIs, patterns we could capture in Hobo. As a result you can now get a surprisingly usable app for almost no effort beyond creating your models.</p>

<p>Of course from there you can customise things to your heart&#8217;s content &#8211; that was the goal right from the start and it hasn&#8217;t changed.</p>

<p>Along the way we added some killer features too. Writing migrations by hand is pretty much a thing of the past in Hobo apps, since we added the <a href="http://cookbook.hobocentral.net/manual/hobofields">migration generator</a> (also available with the rest of Hobo!). Hobo&#8217;s <a href="http://cookbook.hobocentral.net/manual/lifecycles">lifecycles</a> make it so much easier to implement multi-step processes, you get a UI to your lifecycles with little or no code, and there&#8217;s even support for secure links in email messages (for implementing things like forgotten-password and account-activation).</p>

<p>We&#8217;ve also put a huge effort into getting Hobo documented. We&#8217;ve built a community driven documentation site &#8211; <a href="http://cookbook.hobocentral.net">cookbook.hobocentral.net</a>, which is also the home of the extensive <a href="http://cookbook.hobocentral.net/manual/toc">manual</a>. There&#8217;s a new introductory <a href="http://hobocentral.net">screencast</a>. Oh and there&#8217;s two <a href="/books">books</a> available to download, and a third on the way!</p>

<p>Perhaps more importantly than any of that, there&#8217;s a thriving and very friendly <a href="http://staging.hobocentral.net/community/">community</a>. One of the most consistent comments we get from developers is how much they appreciated all the help and support they got while building their first Hobo app.  Be sure to check out all the cool <a href="/gallery/">apps</a> they&#8217;ve built.</p>

<p>For myself personally, and on behalf of the whole Hobo community, a huge thank-you goes out to all the people that helped us get here. In the beginning there was <a href="http://line.co.uk">Line Learning &amp; Communications</a> and <a href="http://jivatechnology.com/">Jiva Technology</a>, who contributed enormously by choosing Hobo for major projects, and of course my coding partner on those projects and the early version of Hobo, James Garlick. James&#8217; keen sense of aesthetics has had huge impact on the design of Hobo, inside and out. We had a good laugh too!</p>

<p>Today of course there&#8217;s Owen Dall, Ramon Barquin, and the team at <a href="http://barquin.com">Barquin International</a>. Owen spotted us at an early stage. He saw in Hobo a vision for the future and took a big bet on us. Barquin&#8217;s sponsorship has made Hobo 1.0 possible. Thanks Owen! There are too many people in the open-source community to thank individually, but a mention has to go to core contributors Matt Jones and Bryan Larsen &#8212; as you know, it&#8217;s been you guys much more than me that have polished things off, fixed the bugs, and got us to 1.0. And in the background all along, unseen by most, is my business partner, coach, cheerleader, agony-uncle and general strategist, the one and only <a href="http://redferret.net">Mr. Nigel Powell</a>. Well done everyone!</p>

<p>At this point it is customary to say &#8220;and this is only the beginning!&#8221;. In this case however, it&#8217;s not just an up-beat signing off remark. I&#8217;ve not actually been committing loads of code to Hobo in the last few months while Matt and Bryan have got us to 1.0. The reason is, I&#8217;ve been in the back room, quietly tinkering, tweaking, experimenting, honing. The next chapter in this story could just be a game-changer. Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2010/02/23/hobo-1-0-released/feed/</wfw:commentRss>
		<slash:comments>29</slash:comments>
		</item>
		<item>
		<title>Hobo 0.8.8 released!</title>
		<link>http://hobocentral.net/blog/2009/06/24/hobo-088-released/</link>
		<comments>http://hobocentral.net/blog/2009/06/24/hobo-088-released/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 22:13:43 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2009/06/24/hobo-088-released/</guid>
		<description><![CDATA[Go grab Hobo 0.8.8 : )

Actually I only just published the gems so don&#8217;t forget that Rubyforge takes a while to get its act together.

I&#8217;m really posting this on behalf of Bryan who&#8217;s done pretty much all the work in this release &#8211; thanks Bryan! And thanks to Owen and the guys at Barquin for [...]]]></description>
			<content:encoded><![CDATA[<p>Go grab Hobo 0.8.8 : )</p>

<p>Actually I only <em>just</em> published the gems so don&#8217;t forget that Rubyforge takes a while to get its act together.</p>

<p>I&#8217;m really posting this on behalf of Bryan who&#8217;s done pretty much all the work in this release &#8211; thanks Bryan! And thanks to Owen and the guys at Barquin for their continued support.</p>

<p>This release is mostly bug fixes. The low-down, as usual, is in the <a href="/gems/CHANGES.txt">changelog</a></p>

<p>Oh one more thing. We liked the fresh new look in the previous post so much that it&#8217;s now the Hobo default. (that doesn&#8217;t mean you need ImageMagick, we just included the generated PNG files in the Clean theme)</p>

<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2009/06/24/hobo-088-released/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Hobo 0.8.5 &#8211; bugfix release</title>
		<link>http://hobocentral.net/blog/2008/12/09/hobo-085-bugfix-release/</link>
		<comments>http://hobocentral.net/blog/2008/12/09/hobo-085-bugfix-release/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 18:08:03 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2008/12/09/hobo-085-bugfix-release/</guid>
		<description><![CDATA[I&#8217;ve just released Hobo 0.8.5. There was a problem with running Hobo as a gem which slipped into the short-lived 0.8.4 release. A few more fixes made it in to this release too, mostly in the new permissions system.

See the changes for the details. As always, remember that Rubyforge takes a good while to catch [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released Hobo 0.8.5. There was a problem with running Hobo as a gem which slipped into the short-lived 0.8.4 release. A few more fixes made it in to this release too, mostly in the new permissions system.</p>

<p>See the <a href="/gems/CHANGES.txt">changes</a> for the details. As always, remember that Rubyforge takes a good while to catch up, so <code>gem update hobo</code> might not work for a while. You can download the gem files from Rubyforge manually though.</p>

<p>That&#8217;s pretty much me done for the year &#8212; I&#8217;m taking some time off now. And what a year it&#8217;s been. Progress has accelerated dramatically since our sponsors <a href="http://barquin.com/">Barquin International</a> came on board. We wouldn&#8217;t be remotely close to where we are now, especially in terms of <a href="http://cookbook.hobocentral.net">documentation</a>, without their support. So I&#8217;d like to say a very big thank you to Owen and the team over at Barquin.</p>

<p>It feels like we&#8217;re in great shape for a very exciting 2009 with Hobo. Just in time for the meltdown of the entire global economy. Heh &#8211; you win some you lose some : )</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2008/12/09/hobo-085-bugfix-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hobo 0.8.4 released</title>
		<link>http://hobocentral.net/blog/2008/12/06/hobo-084-released/</link>
		<comments>http://hobocentral.net/blog/2008/12/06/hobo-084-released/#comments</comments>
		<pubDate>Sat, 06 Dec 2008 10:15:25 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2008/12/06/hobo-084-released/</guid>
		<description><![CDATA[Hobo 0.8.4 is out of the door. Score! Could you ask for more? Rest assured there is plenty more in store.

In addition to the usual slew of small improvements, the main features of this release are:


Completely new and much improved permission system
Not completely new but much improved lifecycles
The beginnings of a new &#8220;View Hints&#8221; system [...]]]></description>
			<content:encoded><![CDATA[<p>Hobo 0.8.4 is out of the door. Score! Could you ask for more? Rest assured there is plenty more in store.</p>

<p>In addition to the usual slew of small improvements, the main features of this release are:</p>

<ul>
<li>Completely new and much improved <a href="http://cookbook.hobocentral.net/manual/permissions">permission system</a></li>
<li>Not <em>completely</em> new but much improved <a href="http://cookbook.hobocentral.net/manual/lifecycles">lifecycles</a></li>
<li>The beginnings of a new &#8220;View Hints&#8221; system &#8212; a place to declare things that don&#8217;t belong in the model, but help Rapid create the right UI.</li>
</ul>

<p>Yes those two links are to detailed documentation &#8211; wonders will never cease!</p>

<p>Please note that Hobo 0.8.4 requires Rails 2.2.2.See the <a href="/gems/CHANGES.txt">changes</a> for the details. Please remember that Rubyforge takes a good while to get with the program, so <code>gem update hobo</code> might not work for a while. You can download the gem files from Rubyforge manually though.In other news the <a href="http://cookbook.hobocentral.net">Hobo Cookbook</a> continues to outgrow its name and is now the home of the Agility tutorial.</p>

<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2008/12/06/hobo-084-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hobo 0.8.3 released</title>
		<link>http://hobocentral.net/blog/2008/10/15/hobo-083-released/</link>
		<comments>http://hobocentral.net/blog/2008/10/15/hobo-083-released/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 11:05:55 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2008/10/15/hobo-083-released/</guid>
		<description><![CDATA[I&#8217;ve just released Hobo 0.8.3. Various bug fixes, plus a few nice new features, including much better support for multi-model forms. See the changes for the details.Please remember that Rubyforge takes a good while to get with the program, so gem update hobo might not work for a while. You can download the gem files [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released Hobo 0.8.3. Various bug fixes, plus a few nice new features, including much better support for multi-model forms. See the <a href="/gems/CHANGES.txt">changes</a> for the details.Please remember that Rubyforge takes a good while to get with the program, so <code>gem update hobo</code> might not work for a while. You can download the gem files from Rubyforge manually though.Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2008/10/15/hobo-083-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hobo 0.8.2 released</title>
		<link>http://hobocentral.net/blog/2008/09/14/hobo-081-released/</link>
		<comments>http://hobocentral.net/blog/2008/09/14/hobo-081-released/#comments</comments>
		<pubDate>Sun, 14 Sep 2008 11:18:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2008/09/14/hobo-081-released/</guid>
		<description><![CDATA[I&#8217;ve just released Hobo 0.8.2 &#8212; mostly a bugfix release. As always it&#8217;s tagged in the git repo and the gems are on Rubyforge (so you can just gem update hobo). See the changes for the lowdown.

Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released Hobo 0.8.2 &#8212; mostly a bugfix release. As always it&#8217;s tagged in the git repo and the gems are on Rubyforge (so you can just <code>gem update hobo</code>). See the <a href="/gems/CHANGES.txt">changes</a> for the lowdown.</p>

<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2008/09/14/hobo-081-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hobo 0.8.1</title>
		<link>http://hobocentral.net/blog/2008/09/08/hobo-081/</link>
		<comments>http://hobocentral.net/blog/2008/09/08/hobo-081/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 17:00:50 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2008/09/08/hobo-081/</guid>
		<description><![CDATA[I&#8217;ve just released Hobo 0.8.1 which contains a bunch of fixes and small enhancements. It&#8217;s tagged in the git repo, the gems are on Rubyforge (so you can just gem update hobo), and you can read the changes

Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released Hobo 0.8.1 which contains a bunch of fixes and small enhancements. It&#8217;s tagged in the git repo, the gems are on Rubyforge (so you can just <code>gem update hobo</code>), and you can read the <a href="/gems/CHANGES.txt">changes</a></p>

<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2008/09/08/hobo-081/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Hobo 0.8 Released</title>
		<link>http://hobocentral.net/blog/2008/09/03/hobo-08-released/</link>
		<comments>http://hobocentral.net/blog/2008/09/03/hobo-08-released/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 15:05:50 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2008/09/03/hobo-08-released/</guid>
		<description><![CDATA[I&#8217;ve just tagged v0.8 in the git repo, and released the 0.8 gems on rubyforge.


Change Log


Enjoy!

Expect breaking changes as always (until we get to 1.0 of course), and expect more than normal, because this is a fairly big release.

I&#8217;ve created a page on the github wiki to collect advice for upgrading your existing apps. That [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just tagged v0.8 in the git repo, and released the 0.8 gems on rubyforge.</p>

<ul>
<li><a href="http://hobocentral.net/gems/CHANGES.txt">Change Log</a></li>
</ul>

<p>Enjoy!</p>

<p>Expect breaking changes as always (until we get to 1.0 of course), and expect more than normal, because this is a fairly big release.</p>

<p>I&#8217;ve created a page on the github wiki to collect advice for <a href="http://github.com/tablatom/hobo/wikis/upgrading-to-08">upgrading your existing apps</a>. That page will grow over the next few days, but to get you started, here are the main things you definitely need to do.</p>

<h3>First, Hobo in general:</h3>

<p>Upgrade gem to 1.2 (you don&#8217;t <em>have</em> to do this but it&#8217;s so much faster)</p>

<pre><code>$ gem update --system
</code></pre>

<p>Add the github gem server as a source (so you get <code>will_paginate</code>)</p>

<pre><code>$ gem sources -a http://gems.github.com
</code></pre>

<p>Now you can upgrade Hobo</p>

<pre><code>$ gem update hobo
</code></pre>

<h3>Then, for your app:</h3>

<p>You need to run some generators again. Be careful not to overwrite your code! The &#8216;d&#8217; option to see the differences is useful. You might want (with the user model in particular) to just create a new blank Hobo app with the <code>hobo</code> command and compare the files manually. Run these generators:</p>

<ul>
<li><code>hobo</code></li>
<li><code>hobo_rapid</code></li>
<li><code>hobo_user_model</code></li>
<li><code>hobo_front_controller</code></li>
</ul>

<p>From there, go check out <a href="http://github.com/tablatom/hobo/wikis/upgrading-to-08">the page on the wiki</a></p>

<p>I&#8217;ll follow-up shortly (heh) with a post about what&#8217;s new in 0.8.</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2008/09/03/hobo-08-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hobo 0.7.5 released</title>
		<link>http://hobocentral.net/blog/2008/04/18/hobo-075-released/</link>
		<comments>http://hobocentral.net/blog/2008/04/18/hobo-075-released/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 18:21:08 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://hobocentral.net/blog/2008/04/18/hobo-075-released/</guid>
		<description><![CDATA[Hobo 0.7.5 is a fairly small release in terms of new features, but does tidy up a few things and fixes some bugs that were causing people trouble. The bigger news is that there&#8217;s a whole bunch of new documentation now available.



To upgrade simply

gem update hobo


or grab the files from github or the svn repo [...]]]></description>
			<content:encoded><![CDATA[<p>Hobo 0.7.5 is a fairly small release in terms of new features, but does tidy up a few things and fixes some bugs that were causing people trouble. The bigger news is that there&#8217;s a whole bunch of new documentation now available.</p>

<p><span id="more-200"></span></p>

<p>To upgrade simply</p>

<pre><code>gem update hobo
</code></pre>

<p>or grab the files from github or the svn repo and update your plugin directories.</p>

<p>A highlight of some of the changes.</p>

<ul>
<li>Autocompleters and in-place-editors have been broken for a while. They&#8217;re working again now</li>
<li>Some incompatibilities with older REXML versions have been addressed. DRYML should now work with REXML versions 3.1.4 to 3.1.7.3</li>
<li>The &#8220;permission denied&#8221; page should be working again.</li>
<li>The Clean theme works much better in IE6 now.</li>
<li>We&#8217;ve squished a pagination bug that was messing a few people up</li>
</ul>

<p>There&#8217;s a bunch more little changes &#8212; see the <a href="http://github.com/tablatom/hobo/tree/master/hobo/CHANGES.txt">changelog</a> for the full low-down.</p>

<p>Then on the tidying up side, there are two major changes. First, we&#8217;ve moved to gems for the whole of hobo. Installing the <code>hobo</code> gem should get you <code>hobosupport</code>, <code>hobofields</code> and <code>will_paginate</code>. As a result of this the <code>hobo</code> command no longer tries to fetch anything with subversion.</p>

<p>And we&#8217;ve made a change to the structure of the git repo. Because Hobo is really one project, with some sub-components available as spin-offs, it is really much better to have the whole thing in a single repo. So <a href="http://github.com/tablatom/hobo">github.com/tablatom/hobo</a> now also contains <code>hobosupport</code> and <code>hobofields</code> in sub-directories. The separate repos on github for HoboSupport and HoboFields will be deleted soon. The one downside is that you can no longer follow &#8220;edge Hobo&#8221; by using git sub-modules, because git doesn&#8217;t support partial exports. We&#8217;ll provide some rake tasks to make that easier at some point.</p>

<p>And then there&#8217;s the docs.</p>

<p>We&#8217;ve got the very beginnings of a complete reference to the Rapid tag libraries. At the moment it&#8217;s just generated from the source-code but all we need to do now is start adding in-line documentation comments. The format is probably not ideal either &#8211; it doesn&#8217;t lend itself to easily searching the whole library. We&#8217;ll improve that too in time.</p>

<p>The manual has been extended to include a fairly comprehensive guide to customising Hobo&#8217;s RESTful model controller. </p>

<p>James has added some great insights into working with DRYML in the third part of the POD tutorial and with some additions to the DRYML guide.</p>

<p>And finally there&#8217;s our first HOW-TO: adding an admin sub-site to a Hobo app. We&#8217;ve got a bunch more of these planned which should be very useful. </p>

<p>So! We&#8217;re making good on our promise to concentrate less on features and more on making Hobo accessible to others. Mind you, having said that, there&#8217;s a cracking new feature in the pipeline&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://hobocentral.net/blog/2008/04/18/hobo-075-released/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

