<?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>Cappuccino Blog &#187; Releases</title>
	<atom:link href="http://cappuccino.org/discuss/category/cappuccino/releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://cappuccino.org/discuss</link>
	<description>Home of Cappuccino and Objective-J</description>
	<lastBuildDate>Thu, 17 Nov 2011 00:42:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Cappuccino 0.9.5</title>
		<link>http://cappuccino.org/discuss/2011/11/16/cappuccino-0-9-5/</link>
		<comments>http://cappuccino.org/discuss/2011/11/16/cappuccino-0-9-5/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 21:03:14 +0000</pubDate>
		<dc:creator>Alexander Ljungberg</dc:creator>
				<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Objective-J]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://cappuccino.org/discuss/?p=1210</guid>
		<description><![CDATA[Today we are extremely excited to announce Cappuccino 0.9.5, featuring over 90 new features and improvements in addition to numerous bug fixes. Here are some of the new features we think you&#8217;ll really like. Modern scrollbars Cappuccino now features new scrollbars which fade away automatically when not in use, giving more space for the content [...]]]></description>
			<content:encoded><![CDATA[<p>Today we are extremely excited to announce Cappuccino 0.9.5, featuring over 90 new features and improvements in addition to numerous bug fixes. Here are some of the new features we think you&#8217;ll really like.</p>
<h3>Modern scrollbars</h3>
<p>Cappuccino now features new scrollbars which fade away automatically when not in use, giving more space for the content of your scroll views. If the user&#8217;s browser does not support or use overlay scrollbars, Cappuccino automatically detects it and falls back to old style scrollbars.</p>
<div style="text-align: center;">
<p><a href="http://cappuccino.org/learn/documentation/interface_c_p_scroll_view.html#aa47001712e1531cf3430d9923cc720cf"><img class="aligncenter size-full wp-image-1227" title="scrollview-overlay" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/scrollview-overlay1.png" alt="" width="379" height="201" /></a></p>
<p><a href="http://cappuccino.org/learn/documentation/interface_c_p_scroll_view.html#aa47001712e1531cf3430d9923cc720cf"><img class="aligncenter size-full wp-image-1226" title="scrollview-legacy" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/scrollview-legacy.png" alt="" width="379" height="201" /></a></p>
</div>
<h3>Documentation Overhaul</h3>
<p>The Cappuccino documentation has not only been extended but also visually refreshed. Many more classes and methods are now in the documentation and it&#8217;s an easier read.</p>
<div style="text-align: center;"><a href="http://cappuccino.org/learn/documentation/"><img class="aligncenter size-full wp-image-1223" title="doc small" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/doc-small.png" alt="Cappuccino 0.9.5 documentation screenshot." width="400" height="302" /></a></div>
<h3>Popover Widget</h3>
<p>A popover control is a small window that appears to &#8216;come out&#8217; of a part of your user interface, and which remains attached to it until the user dismisses it. It&#8217;s an easy way to ask for extra information when that &#8216;create&#8217; button is clicked, or to show a list of individually selectable downloads when the &#8216;downloads&#8217; button is clicked.</p>
<div style="text-align: center;"><a href="http://cappuccino.org/learn/documentation/interface_c_p_popover.html"><img class="aligncenter size-full wp-image-1219" title="popovers" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/popovers.png" alt="A CPPopover control." width="457" height="227" /></a><br />
<span style="font-size: 10px;">CPPopover originating from a button.</span></div>
<h3>Level Indicator Widget</h3>
<p>A level indicator shows a discrete graduation from &#8216;empty&#8217; to &#8216;full&#8217;, useful for certain gauges like space usage. Level indicators can also be editable and can be placed inline in table cells.</p>
<div style="text-align: center;"><a href="http://cappuccino.org/learn/documentation/interface_c_p_level_indicator.html"><img class="aligncenter size-full wp-image-1234" title="CPLevelIndicator" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/CPLevelIndicator.png" alt="A series of four level indicators showing various colour coded levels." width="412" height="122" /></a><br />
<span style="font-size: 10px;">Level indicators, some in a &#8216;warning&#8217; state.</span></div>
<h3>Predicate Editor</h3>
<p>Predicates are powerful tools for encoding &#8216;search patterns&#8217;, and combined with the power of Cappuccino&#8217;s Array Controller class they make it incredibly easy to create user searchable tables or other views. The new predicate editor allows users to create their own saved searches with almost no work for the developer.</p>
<div style="text-align: center;"><a href="http://cappuccino.org/learn/documentation/interface_c_p_predicate_editor.html"><img class="aligncenter size-full wp-image-1241" title="PredicateEditor" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/PredicateEditor.png" alt="A user editable search combining various criteria." width="410" height="189" /></a></div>
<h3>Tooltips</h3>
<p>A much requested feature has been tooltips. We didn&#8217;t want to release something that wasn&#8217;t as powerful and flexible as everything else in Cappuccino and we don&#8217;t think we will disappoint. Cappuccino tooltips can be attached to any control, position themselves intelligently and support multiline tips.</p>
<div style="text-align: center;"><a href="http://cappuccino.org/discuss/wp-content/uploads/2011/11/Tooltips.png"><img class="aligncenter size-full wp-image-1231" title="Tooltips" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/Tooltips.png" alt="A yellow tooltip next to a Click Me button with multiple lines of text." width="307" height="121" /></a></div>
<h3>Stronger Interface Builder Integration</h3>
<p>If you want to easily create and edit your user interfaces using a visual editor, you have the best tool in the market available for use with Cappuccino: Interface Builder. Every aspect of the nib2cib experience has improved, with better support for fonts, smarter realignment of widgets to match Cappuccino sizes and support for more controls than ever before. Best of all, the new XcodeCapp application automatically creates an Xcode project out of your Cappuccino project and lets you place UI components with ease.</p>
<div style="text-align: center;"><a href="http://cappuccino.org/discuss/wp-content/uploads/2011/11/xcc2.png"><img class="size-full wp-image-1212" title="xcc2" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/xcc2.png" alt="XcodeCapp's menu." width="300" height="185" /></a></div>
<h3>New Installer</h3>
<p>The new bootstrap installer is much simpler to use and installs all the packages you will need by default.</p>
<div style="text-align: center;"><a href="http://cappuccino.org/discuss/wp-content/uploads/2011/11/installer-1.png"><img class="aligncenter size-full wp-image-1238" title="installer-1" src="http://cappuccino.org/discuss/wp-content/uploads/2011/11/installer-1.png" alt="Cappuccino's bootstrap.sh running in a terminal window." width="524" height="307" /></a><br />
<span style="font-size: 10px;">You know you want to.</span></div>
<h3>Notable Improvements</h3>
<p>There are too many improvements to list them all here but here are some highlights:</p>
<ul>
<li><strong>CPNumberFormatter</strong> with CPNumberFormatterDecimalStyle.</li>
<li>More powerful <strong>objjc CLI</strong>.</li>
<li><strong>CPButton</strong> continuous mode.</li>
<li>Keyboard navigation, improved submenu handling and auto validation in <strong>CPMenu</strong>s.</li>
<li>Support for <strong>pattern fills</strong> when drawing using CG.</li>
<li>Many new <strong>bindings</strong> features and optimisations, including CPNullPlaceholderBindingOption, CPContinuouslyUpdatesValueBindingOption and better object controllers.</li>
<li><strong>CPUserDefaultsController</strong> which can be used to easily bind controls to user default keys in Interface Builder or elsewhere.</li>
<li><strong>CPColorWithImages</strong> convenience function to quickly create a `CPColor` from single, 3-part or 9-part images.</li>
<li>Support for <strong>autosaving</strong> and collapsing views towards the right in <strong>CPSplitViews</strong>.</li>
</ul>
<p>For the full list of changes, see the <a href="https://gist.github.com/1370087">Cappuccino 0.9.5 change log</a>.</p>
<h3>The Team</h3>
<p>We&#8217;re also happy to announce we&#8217;ve added <a href="http://www.annema.me/" target="_blank">Klaas Pieter Annema</a>, <a href="https://github.com/aparajita">Aparajita Fishman</a> and <a href="http://antoinemercadal.fr" target="_blank">Antoine Mercadal</a> to the core team. Their contributions to Cappuccino have been invaluable.</p>
<p><em>- The Cappuccino Core Developer Team</em></p>
<p><a href="/download">Download Cappuccino</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cappuccino.org/discuss/2011/11/16/cappuccino-0-9-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cappuccino 0.9</title>
		<link>http://cappuccino.org/discuss/2011/02/23/cappuccino-0-9/</link>
		<comments>http://cappuccino.org/discuss/2011/02/23/cappuccino-0-9/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 20:04:55 +0000</pubDate>
		<dc:creator>me1000</dc:creator>
				<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Objective-J]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://cappuccino.org/discuss/?p=993</guid>
		<description><![CDATA[We&#8217;re really excited to announce the next major release of Cappuccino, Version 0.9. This massive release includes several killer new components, exciting new features for existing components, and of course a number of bug fixes. Here&#8217;s a brief overview of some of the compelling things you&#8217;ll find in Cappuccino 0.9: Bindings One of the most [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re really excited to announce the next major release of Cappuccino, Version 0.9. This massive release includes several killer new components, exciting new features for existing components, and of course a number of bug fixes. Here&#8217;s a brief overview of some of the compelling things you&#8217;ll find in Cappuccino 0.9:</p>
<h3>Bindings</h3>
<p>One of the most exciting features of this release is full Key Value Bindings support. Team members <a href="http://github.com/klaaspieter">Klaas Pieter</a>, <a href="http://github.com/aljungberg">Alexander</a>, <a href="http://github.com/boucher">Ross</a>, and of course <a href="https://github.com/280north/cappuccino/contributors">many members of the community</a> have put a tremendous amount of work into getting bindings ready for this release. With support for most major components, CPObjectController, CPArrayController, and undo/redo, bindings are already a killer feature. But we&#8217;ve gone one step beyond that and included support for bindings in nib2cib! So not only can you build your Cappuccino interface in Interface Builder, but you can now configure interface bindings in it as well.</p>
<h3>CPTableView and CPOutlineView</h3>
<p>We were incredibly excited to introduce table views—one of the most important and versatile components in any widget set—in our 0.8 release. In 0.9, we&#8217;ve matured the table view to production quality and added its supplemental component, the outline view. CPOutlineView lets you build tables that provide hierarchical data and it inherits from CPTableView, so it already benefits from all the additional work that has gone into the table view.</p>
<p>&nbsp;</p>
<div style="text-align: center;"><img class="size-full wp-image-1060 aligncenter" title="CPOutlineView" src="http://cappuccino.org/discuss/wp-content/uploads/2011/02/Screen-shot-2011-02-23-at-12.00.06-PM1.png" alt="CPOutlineView" width="559" height="166" /> <span style="font-size: 10px;">CPOutlineView</span></div>
<p>Table views now support bindings, group rows, inline editing, column reordering and resizing, and a whole slew of other features. Perhaps the most requested feature that is now supported: variable row heights.</p>
<p>&nbsp;</p>
<div style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-1104 aligncenter" title="CPTableView Variable Row Heights in CappuTweetie" src="http://cappuccino.org/discuss/wp-content/uploads/2011/02/variable-row-heights1.png" alt="CPTableView Variable Row Heights in CappuTweetie" width="414" height="153" /><br />
<span style="font-size: 10px;">CPTableView Variable Row Heights in an upcoming Cappuccino demo app</span></p>
</div>
<p>One of the most important aspects of our table view is performance; we have been very careful not to sacrifice speed for any of these new features. CPTableView will still scroll like butter, even with hundreds of thousands of rows.</p>
<h3>New Components</h3>
<p>This release also introduces several new features to Cappuccino. You&#8217;ll find more controls from Cocoa and some new additions specific to Cappuccino. While there are too many to mention them all here, here are some notable additions:</p>
<ul>
<li><strong>CPAlert</strong>: Totally rewritten for ease of use and featuring a new UI  designed by <a href="http://madebysofa.com/">Sofa</a>.</li>
<li><strong>CPBrowser</strong>: We&#8217;re shipping a great implementation of CPBrowser with this release of Cappuccino. CPBrowser provides columnar layout for displaying hierarchical data. This is very similar to the column view in Mac OS X&#8217;s Finder.</li>
<li><strong>CPCursor</strong>: A simple API for changing the user&#8217;s cursor. The class supports a number of cursors from the start or allows you to load your own images.</li>
<li><strong>CPPredicate</strong>: The CPPredicate school of classes gives you a very powerful way to filter through your data. A future release may include robust controls for users to visually edit predicates.</li>
<li><strong>CPStepper</strong>: A control that allows users to incrementally step through values.</li>
<li><strong>CPTokenField</strong>: A powerful text field subclass with support for autocomplete, CPTokenField allows you to build unique token managers, like the address fields in Mac OS X&#8217;s Mail.app.</li>
<li><strong>NativeHost</strong><em>:</em> We announced <a href="http://cappuccino.org/discuss/2010/05/13/nativehost-run-your-cappuccino-applications-on-the-desktop/">NativeHost</a> a few months ago, but this is the first time we&#8217;ve included it with a release of Cappuccino. NativeHost lets you build your Cappuccino application for desktop platforms and distribute it like any other desktop app. Support for Mac OS X is currently included, with Windows and Linux support coming soon.</li>
</ul>
<div style="text-align: center;">
<p><a href="http://cappuccino.org/discuss/wp-content/uploads/2011/02/CPAlert.png"></a><img class="aligncenter size-full wp-image-1097" title="CPAlert" src="http://cappuccino.org/discuss/wp-content/uploads/2011/02/CPAlert1.png" alt="" width="409" height="199" /><br />
<span style="font-size: 10px;">CPAlert</span></p>
</div>
<h3>The Future</h3>
<p>We&#8217;re extremely proud of this release and all the time and work that has gone into it. We couldn&#8217;t have made it to this point this without all our contributors (67 and counting!), and a huge thank you goes out to everyone involved. The core team has grown considerably as well, now composed of 7 team members. We also want to thank everyone who has battle hardened this release through rigorous testing and feedback.</p>
<p>But what&#8217;s next? We have a ton of updates in the pipeline, and the master branch is already far ahead of 0.9. Cappuccino has been open source for over 2 years now, and it has been an amazing ride. The framework has vastly matured and a lot of people would have already slapped the 1.0 sticker on it. However, we&#8217;ve had a concrete goal of quality and completion in mind from the beginning, and can finally see the light at the end of the tunnel. Stay tuned in the upcoming weeks as we discuss our final roadmap toward Cappuccino 1.0!</p>
<p><strong>-Randy</strong></p>
<p>You can find a full list of changes <a href="http://cappuccino.org/files/v0.9.0-changelog.txt" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cappuccino.org/discuss/2011/02/23/cappuccino-0-9/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Cappuccino 0.7 Now Available</title>
		<link>http://cappuccino.org/discuss/2009/05/20/cappuccino-07-now-available/</link>
		<comments>http://cappuccino.org/discuss/2009/05/20/cappuccino-07-now-available/#comments</comments>
		<pubDate>Wed, 20 May 2009 16:28:29 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Aristo]]></category>
		<category><![CDATA[Narwhal]]></category>
		<category><![CDATA[nib2cib]]></category>
		<category><![CDATA[Objective-J]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Rake]]></category>
		<category><![CDATA[Sofa]]></category>

		<guid isPermaLink="false">http://cappuccino.org/discuss/?p=314</guid>
		<description><![CDATA[We&#8217;re pleased to announce the immediate release of Cappuccino 0.7, the latest update to the Cappuccino web framework. This release has been five months in the making, and it marks a significant step forward for the project. 0.7 By The Numbers As of version 0.6, Cappuccino had 9 total contributors. Version 0.7 more than triples [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re pleased to announce the immediate release of <a href="/download/">Cappuccino 0.7</a>, the latest update to the Cappuccino web framework. This release has been five months in the making, and it marks a significant step forward for the project.</p>
<h3>0.7 By The Numbers</h3>
<p>As of version 0.6, Cappuccino had 9 total contributors. Version 0.7 more than triples that number with 29 total contributors. And thanks to the inspiration and hard work of <a href="http://weblog.rubyonrails.org/2009/5/18/new-code-contributor-index">Xavier Noria and José Espinal</a>, we&#8217;ve got a slick new website that keeps up to date tallies on all of the <a href="http://contributors.cappuccino.org/contributors">contributors</a> to the project. Check it out <a href="http://contributors.cappuccino.org/contributors">here</a>. If you find a mistake, be sure to let us know in the comments.</p>
<div class="blogImageFullWidthWrapper"><img src="http://cappuccino.org/discuss/wp-content/uploads/2009/05/contributors.jpg" alt="contributors" title="contributors" width="500" height="348"  class="blogImageFullWidth" /></div>
<p>This release includes over 100 bug fixes, thanks in part to all the new contributors, and to the hard work of users taking the time to file quality bug reports. If you hadn&#8217;t noticed already, we&#8217;ve moved to github&#8217;s new <a href="http://github.com/280north/cappuccino/issues">issue tracking</a> for bug reports, so check out the new system, and vote on issues that are important to you.</p>
<h3>New Look</h3>
<div class="blogImageFullWidthWrapper"><a href="/images/Aristo.jpg"><img style="margin-top:10px; padding:50px 120px 50px 120px;  background-color:white; border:1px dotted gray;" src="http://cappuccino.org/discuss/wp-content/uploads/2009/05/aristo.png" alt="aristo" title="aristo_slide" width="180" height="80" /></a></div>
<p>The biggest new feature of Cappuccino is our new new theme: Aristo. Aristo is the new look and feel for Cappuccino applications. Created by the talented designers at <a href="http://madebysofa.com">Sofa</a>, Aristo is designed specifically to look good in the browser, and in any browser, whether it&#8217;s Firefox, Safari, or even Internet Explorer, Mac and Windows. We&#8217;ve also <a href="http://github.com/280north/aristo/tree/master">open-sourced</a> the PSD file used to create Aristo. All the controls have been updated to use the new style, and we&#8217;ve added a few new controls as well, like checkboxes, radio buttons, and segmented controls.</p>
<h3>Theming</h3>
<p>We didn&#8217;t just build one new look for Cappuccino, though. Instead, we built an entirely new theme engine which will let anyone create a theme for Cappuccino. All the properties of the standard controls are fully themeable in all the different &#8220;theme states&#8221; (like &#8220;pushed&#8221;, &#8220;disabled&#8221;, &#8220;normal&#8221;, etc.). In the coming months, we&#8217;ll be sharing new themes with the community, and building a site for users to post their own themes for others to download and use. </p>
<h3>Interface Builder</h3>
<p>Those of you who come from a Cocoa background are used to using Apple&#8217;s <a href="http://developer.apple.com/tools/interfacebuilder.html">Interface Builder</a> tool to layout your Cocoa applications. Thanks to a technology in 0.7 called <a href="http://wiki.github.com/280north/cappuccino/nib2cib">nib2cib</a>, you can use Interface Builder to layout Cappuccino applications too. All of the classes supported in Cappuccino 0.7 that have Cocoa analogues are included. So, you can drag checkboxes, sliders, text fields, buttons, and lots more. You can even instantiate custom top level objects, or custom view subclasses, which will be converted to the right class in Cappuccino by the nib2cib tool. Once you&#8217;re done laying out the UI of your application with Interace Builder, you can use it&#8217;s target-action and outlet technology to build up its logic as well.</p>
<div class="blogImageFullWidthWrapper"><img src="http://cappuccino.org/discuss/wp-content/uploads/2009/05/temp-image_1_72.png" alt="making a cappuccino application using interface builder" title="making a cappuccino application using interface builder" width="500" height="382"  class="blogImageFullWidth" /></div>
<p><a href="http://wiki.github.com/280north/cappuccino/nib2cib">nib2cib</a> is a powerful tool that drastically reduces the amount of code you need to write to build an interface with Cappuccino. The starter package now includes both a nib/xib based application template, and a standard, code based template, so you can choose which is best for you. From the command line you can use the new <a href="http://wiki.github.com/280north/cappuccino/capp">capp</a> tool to generate a nib/xib project by typing &#8220;capp gen -t NibApplication MyApp&#8221;. </p>
<h3>The Rest</h3>
<p>As if that wasn&#8217;t enough, there are a lot more changes. First off, improved support for debugging in Cappuccino and Objective-J, thanks to some contributions to WebKit. For more details, see <a href="http://www.alertdebugging.com/2009/04/29/building-a-better-javascript-profiler-with-webkit/">Francisco&#8217;s post</a> on the topic.</p>
<p>We now build on top of Rake instead of ant, which has helped us create a much better build system that can improve quickly. Objective-J has improved support for deploying code to multiple platforms, like server (e.g. rhino) and browser. And we&#8217;re including the new <a href="http://github.com/tlrobinson/narwhal/tree/master">Narwhal JavaScript standard library</a> in Cappuccino as an external dependency.</p>
<p>Narwhal is still in the early stages, but eventually it will be a set of standard JavaScript APIs that work consistently across many different JavaScript implementations, making it easy to work on any JavaScript interpreter you have available. We&#8217;ll write more about all these new features as time goes on, especially all the new tools and APIs in 0.7, so stay tuned. In the mean time, you can check out information we&#8217;ve posted to the <a href="http://wiki.github.com/280north/cappuccino/">wiki</a>.</p>
<p>Thanks again to everyone who&#8217;s contributed to Cappuccino for the 0.7 release, and to everyone using Cappuccino!</p>
<p>- Ross</p>
]]></content:encoded>
			<wfw:commentRss>http://cappuccino.org/discuss/2009/05/20/cappuccino-07-now-available/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Cappuccino 0.7 Beta</title>
		<link>http://cappuccino.org/discuss/2009/03/26/cappuccino-07-beta/</link>
		<comments>http://cappuccino.org/discuss/2009/03/26/cappuccino-07-beta/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 08:46:52 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://cappuccino.org/discuss/?p=306</guid>
		<description><![CDATA[A few days ago we posted a beta of the upcoming 0.7 release to github. We sent out some information to the mailing list and posted some info on the wiki as well. Thomas Balthazar has also recapped a lot of the information in his latest installment of This Week in Cappuccino Edge. I encourage [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago we posted a beta of the upcoming <a href="http://github.com/280north/cappuccino/tree/0.7b">0.7 release</a> to github. We sent out some information to the <a href="http://groups.google.com/group/objectivej/browse_thread/thread/b513e1dc52ad1f89/e5aa3222bc52494a#e5aa3222bc52494a">mailing list</a> and posted some info <a href="http://wiki.github.com/280north/cappuccino/07-beta">on the wiki</a> as well.</p>
<p>Thomas Balthazar has also recapped a lot of the information in his latest installment of <a href="http://suitmymind.com/2009/03/26/this-week-in-edge-cappuccino-10/">This Week in Cappuccino Edge</a>. I encourage you to check it out and let us know how 0.7 beta is shaping up!</p>
]]></content:encoded>
			<wfw:commentRss>http://cappuccino.org/discuss/2009/03/26/cappuccino-07-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cappuccino 0.6 Available Today</title>
		<link>http://cappuccino.org/discuss/2008/12/11/cappuccino-06-available-today/</link>
		<comments>http://cappuccino.org/discuss/2008/12/11/cappuccino-06-available-today/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 03:57:40 +0000</pubDate>
		<dc:creator>tolmasky</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://cappuccino.org/discuss/?p=248</guid>
		<description><![CDATA[After a lot of hard work, we&#8217;re ready to announce Cappuccino 0.6. There&#8217;s a ton of great stuff in here so make sure you update your install! Aside from a bunch of bug fixes, some of the most notable changes include: New language addition to Objective-J: The @accessors keyword to eliminate the boiler plate code [...]]]></description>
			<content:encoded><![CDATA[<p>After a lot of hard work, we&#8217;re ready to announce <a href = "http://cappuccino.org/download">Cappuccino 0.6</a>.  There&#8217;s a ton of great stuff in here so make sure you update your install!  Aside from a bunch of bug fixes, some of the most notable changes include:</p>
<ul>
<li>New language addition to Objective-J: The @accessors keyword to eliminate the boiler plate code of writing setters and getters.  Read more about it <a href = "http://cappuccino.org/discuss/2008/10/26/synthesizing-accessor-methods/">here</a>.</li>
<li>Support for more classes like CPTimer.</li>
<li>Performance improvements all around, but especially in Objective-J thanks to a major rewrite of the parser.</li>
<li>Improved debugging tools and a new debugging &#8220;mode&#8221;.</li>
</ul>
<p>And much more!  But despite all these additions, Cappuccino has actually gotten <strong>smaller</strong> with this release. That&#8217;s thanks to some pretty cool new compression technologies.  We&#8217;d like to thank the guys over at <a href = "http://dojotoolkit.org/">DoJo</a> for their outstanding work on <a href = "http://dojotoolkit.org/docs/shrinksafe">shrinksafe</a>, which along with a number of custom techniques on our end, have really helped this along.</p>
<p>You may have also heard that <a href = "http://www.panic.com/coda/">Coda</a> and <a href = "http://www.codingmonkeys.de/subethaedit/">SubEthaEdit</a> are now shipping with built in support for Objective-J and Cappuccino.  This is really exciting, but make sure to get the latest and greatest bundles from our <a href = "http://cappuccino.org/download">downloads page</a>, available in the Frameworks and Tools package. The download also includes modules for TextMate and Vim so no need to worry if you use these editors.</p>
<p>However, the best part about 0.6 is that we&#8217;ve had the most contributors thus far.  We&#8217;d like to thank everyone who filed bugs and helped out on the <a href = "irc://cappuccino">IRC channel</a>. And of course a special thanks to everyone that submitted patches:</p>
<p>Rich Collins<br />
Patrick Crosby<br />
Jake MacMullin<br />
Sam McDonald<br />
Glenn Rempe<br />
Nick Takayama</p>
<p>So <a href = "http://cappuccino.org/download">download it</a>, take it for a <a href = "http://cappuccino.org/learn/tutorials">spin</a>, and don&#8217;t forget to <a href = "http://cappuccino.lighthouseapp.com/projects/16499-cappuccino/overview">file bugs</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://cappuccino.org/discuss/2008/12/11/cappuccino-06-available-today/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Cappuccino version 0.5.5 released</title>
		<link>http://cappuccino.org/discuss/2008/10/08/cappuccino-version-055-released/</link>
		<comments>http://cappuccino.org/discuss/2008/10/08/cappuccino-version-055-released/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 04:14:56 +0000</pubDate>
		<dc:creator>ross</dc:creator>
				<category><![CDATA[Cappuccino]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Update]]></category>

		<guid isPermaLink="false">http://cappuccino.org/discuss/?p=84</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of the second update to Cappuccino since it was made available last month, version 0.5.5. Even more exciting is the fact that this release includes our first user contributions. We&#8217;re glad these individuals were able to help out the project, and we hope more people continue to do so [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release of the second update to Cappuccino since it was made available last month, <a href="http://cappuccino.org/download">version 0.5.5</a>.</p>
<p>Even more exciting is the fact that this release includes our first user contributions. We&#8217;re glad these individuals were able to help out the project, and we hope more people continue to do so in the future. You can keep up with those contributing to Cappuccino on <a href="http://github.com/280north/cappuccino/graphs/impact">Github</a>.</p>
<p>Version 0.5.5 includes over 60 fixes, and several key new features, including:</p>
<ul>
<li>New build tools, including <a href="http://cappuccino.org/discuss/2008/10/06/the-cappuccino-build-tools/">press</a></li>
<li>Key-Value-Observing</li>
<li>CPSplitView, CPWebView, and CPDate</li>
<li>Additional Editor Support</li>
<li>Major performance gains</li>
</ul>
<p><a href="http://cappuccino.lighthouseapp.com/projects/16499-cappuccino/tickets?q=state%3Aclosed+updated%3A%22since+9%2F13%2F08%22&#038;filter=all">Full list of resolved bugs since 0.5.1.</a></p>
<p>Download the update directly: <a href="http://download.cappuccino.org/CappuccinoStarter-0.5.5.zip">Starter</a>, <a href="http://download.cappuccino.org/CappuccinoTools-0.5.5.zip">Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://cappuccino.org/discuss/2008/10/08/cappuccino-version-055-released/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

