<?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>Cyrille Berger &#187; Releases</title>
	<atom:link href="http://blog.cberger.net/tags/releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cberger.net</link>
	<description>What I do, where I live, what I think.</description>
	<lastBuildDate>Sat, 02 Apr 2011 16:20:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Braindump 0.9.0</title>
		<link>http://blog.cberger.net/2010/10/10/braindump-0-9-0/</link>
		<comments>http://blog.cberger.net/2010/10/10/braindump-0-9-0/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 10:50:58 +0000</pubDate>
		<dc:creator>Cyrille Berger</dc:creator>
				<category><![CDATA[Braindump]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[KOffice]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Notes taking]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[Whiteboard]]></category>

		<guid isPermaLink="false">http://blog.cberger.net/?p=1139</guid>
		<description><![CDATA[Today, while I was about to prepare a small bug fix release of braindump 0.9.x (the version compatible with KOffice 2.2), I realized that I had actually not made any release of braindump for koffice 2.2&#8230; So here it is, &#8230; <a href="http://blog.cberger.net/2010/10/10/braindump-0-9-0/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Today, while I was about to prepare a small bug fix release of braindump 0.9.x (the version compatible with KOffice 2.2), I realized that I had actually not made any release of braindump for koffice 2.2&#8230; So here it is, Braindump 0.9.0, compatible with KOffice 2.2 is available for download: <a href="http://cberger.net/download/braindump-0.9.0.tar.bz2">Braindump 0.9.0</a>.</p>
<p>And for those who has forgotten what Braindump is, here is a video:</p>
<p><center><br />
<a href="http://cyrille.diwi.org/images/braindump/braindumpinaction.ogv"><img src="http://blog.cberger.net/wp-content/uploads/2010/11/braindumpinaction.png" /></a><br />
</center></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cberger.net/2010/10/10/braindump-0-9-0/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
<enclosure url="http://cyrille.diwi.org/images/braindump/braindumpinaction.ogv" length="8078772" type="video/ogg" />
		</item>
		<item>
		<title>Braindump 0.8.0</title>
		<link>http://blog.cberger.net/2010/03/18/braindump-0-8-0-2/</link>
		<comments>http://blog.cberger.net/2010/03/18/braindump-0-8-0-2/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 18:31:02 +0000</pubDate>
		<dc:creator>Cyrille Berger</dc:creator>
				<category><![CDATA[Braindump]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[KOffice]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.cberger.net/?p=1027</guid>
		<description><![CDATA[A bit overdue, the first release of Braindump is available. It has been a while since I announced the project of making a tool that gather allow to dump your thoughts into an electronic form. For those who have forget &#8230; <a href="http://blog.cberger.net/2010/03/18/braindump-0-8-0-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A bit overdue, the first release of Braindump is available. It has been a while since I <a href="http://blog.cberger.net/?p=137">announced the project</a> of making a tool that gather allow to dump your thoughts into an electronic form. For those who have forget (which is probably most of you), Braindump is a collection of whiteboards on which you can put your notes, whether text notes, or drawing. It is entirely based on <a href="http://www.koffice.org">KOffice</a> technologies. Which made Braindump quick and easy to develop, and it makes it very small, around <a href="http://www.ohloh.net/p/braindump_kde/analyses/latest">8000</a> lines of code.</p>
<p>I have been delaying that release because I wanted to make a video of Braindump in action, and have been too lazy to make one until now. On that video I first create new whiteboards, then I demonstrate how to add shapes, manipulate them, and finally the different layout:</p>
<p><center><br />
<a href="http://cyrille.diwi.org/images/braindump/braindumpinaction.ogv"><img src="http://blog.cberger.net/wp-content/uploads/2010/11/braindumpinaction.png" /></a><br />
</center></p>
<p>I you look at <a href="http://bitbucket.org/cyrille/braindump/overview/">Braindump development history</a>, you will notice that over the past six months the development has been really slow, there are a few reasons to that, the first one is that most of the development is done by other people than me in the KOffice repository, the second one is that I feel that Braindump is already doing exactly what I want, with a few glitches, but as a geek I tend to live happily with those&#8230;</p>
<p>That said there is a couple of features I want:</p>
<ul>
<li>Search (and replace)</li>
<li>Tagging, but then <a href="http://monkeyiq.blogspot.com/2010/01/koffice-rdf-who-what-when-where.html">someone else</a> (yeah again) is doing the work for me in KOffice</li>
<li>Auto-growing text shape</li>
<li>A solution to this problem: (almost) each time I create a new whiteboard, the first thing I do is to add a text shape. So I wonder about either having always a permanent text shape in the background, or always add a text shape when creating a white board.</li>
</ul>
<p>I am also starting to be curious about <a href="http://blog.karlitschek.de/2010/03/owncloud-development-started.html">ownCloud</a>, since personally I find it to be the right direction of cloud computing, so I would probably be interested in the possibility of storing whiteboards on an ownCloud server. Lets see how it evolves.</p>
<p>If you have other ideas, do not hesitate to mention them, who knows, if I find them interesting, I might go on and implement them !</p>
<p><a href="http://cberger.net/download/braindump-0.8.0.tar.bz2">Download Braindump 0.8.0</a>, this release will work <b>only</b> with KOffice 2.1.x, from now on I will work on porting Braindump to the upcoming KOffice 2.2.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cberger.net/2010/03/18/braindump-0-8-0-2/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
<enclosure url="http://cyrille.diwi.org/images/braindump/braindumpinaction.ogv" length="8078772" type="video/ogg" />
		</item>
		<item>
		<title>KOffice 2.2 Release Schedule</title>
		<link>http://blog.cberger.net/2009/12/03/koffice-2-2-release-schedule/</link>
		<comments>http://blog.cberger.net/2009/12/03/koffice-2-2-release-schedule/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 13:06:16 +0000</pubDate>
		<dc:creator>Cyrille Berger</dc:creator>
				<category><![CDATA[KOffice]]></category>
		<category><![CDATA[Krita]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.cberger.net/?p=889</guid>
		<description><![CDATA[One of the outcome of the meeting in Oslo was to take the final decision on the KOffice 2.2 release schedule. Following the current trend of a six months release schedule, therefor the 2.2 RC1 is planned for April, 27th &#8230; <a href="http://blog.cberger.net/2009/12/03/koffice-2-2-release-schedule/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the outcome of the meeting in Oslo was to take the final decision on the <a href="http://wiki.koffice.org/index.php?title=Schedules/KOffice/2.2/Release_Plan">KOffice 2.2 release schedule</a>. Following the current trend of a six months release schedule, therefor the 2.2 RC1 is planned for April, 27th 2010.</p>
<p>We have also decided to experiment with a shorter release schedule for 2.3, which is likely to happen four months after 2.2. This will be made possible with the use of Git, and if we manage to keep the release branch in a releasable state at all time, meaning no tests failures, and that features are only merged when finished.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cberger.net/2009/12/03/koffice-2-2-release-schedule/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>KOffice 2.1 is released, how user ready it is ?</title>
		<link>http://blog.cberger.net/2009/11/25/koffice-2-1-is-released-how-user-ready-it-is/</link>
		<comments>http://blog.cberger.net/2009/11/25/koffice-2-1-is-released-how-user-ready-it-is/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 09:31:33 +0000</pubDate>
		<dc:creator>Cyrille Berger</dc:creator>
				<category><![CDATA[KOffice]]></category>
		<category><![CDATA[Krita]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://blog.cberger.net/?p=849</guid>
		<description><![CDATA[Yesterday, we released KOffice 2.1, the first major release in the 2.x cycle. It brings many improvements over 2.0, providing a much more stable and rich full experience, you can read more details in the 2.1 release announcement. While 2.0 &#8230; <a href="http://blog.cberger.net/2009/11/25/koffice-2-1-is-released-how-user-ready-it-is/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday, we released KOffice 2.1, the first major release in the 2.x cycle. It brings many improvements over 2.0, providing a much more stable and rich full experience, you can read more details in the <a href="http://www.koffice.org/news/koffice-2-1-released/">2.1 release announcement</a>.</p>
<p>While 2.0 was clearly a developer release for developer, and for testing. For 2.1, we concentrated on fixing bugs, fixing some of the annoying issues, 2.1 is coming with many improvements in the MS Office filters, but 2.1 is still lacking in many area, for instance 2.1 comes with experimental support for displaying tables and formulas, but there is no support for editing them. Also there are still many rough edge in the UI. But the progress from 2.0 are astonishing, helped by the good base libraries (Qt, KDE and koffice), external help (Kevin Otten&#8217;s student and now Nokia).</p>
<p>While, in general, KOffice 2.1 is still not recommended for end-users. There are two exceptions, the first one is Karbon, while far to be feature full, is starting to become a very capable vector drawing editor, in 2.1 it get support for filters (only blur in 2.1, more is coming for 2.2). I personally use it a lot these days to create illustration for my thesis work. And Krita has made big progress in stability, with dozens of crash fixes for 2.1, and also include many of the new fun painting operation from Lukas, improvement in brush dynamic, recording of filters to create macro&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.cberger.net/2009/11/25/koffice-2-1-is-released-how-user-ready-it-is/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

