<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">

 <title>Zanshin Tasks</title>
 <link href="http://zanshin.kde.org/atom.xml" rel="self"/>
 <link href="http://zanshin.kde.org/"/>
 <updated>2023-12-08T10:18:29+00:00</updated>
 <id>http://zanshin.kde.org/</id>
 <author>
   <name>The Zanshin Team</name>
 </author>

 
 <entry>
   <title>Zanshin 0.5.71</title>
   <link href="http://zanshin.kde.org/2020/01/14/zanshin-0.5.71/"/>
   <updated>2020-01-14T12:00:00+00:00</updated>
   <id>http://zanshin.kde.org/2020/01/14/zanshin-0.5.71</id>
   <content type="html">&lt;p&gt;We are happy and proud to announce the immediate availability of Zanshin 0.5.71.&lt;/p&gt;

&lt;p&gt;This updates the code to work with current libraries and apps from Kontact.&lt;/p&gt;

&lt;p&gt;The GPG signing key for the tar is
&lt;a href=&quot;https://sks-keyservers.net/pks/lookup?op=vindex&amp;amp;search=0xEC94D18F7F05997E]%0Aat%20[download.kde.org](https://download.kde.org/stable/zanshin/&quot;&gt;Jonathan Riddell with 0xEC94D18F7F05997E&lt;/a&gt;.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Zanshin 0.5.0 is out: 2018 will be organized!</title>
   <link href="http://zanshin.kde.org/2018/01/03/zanshin-0.5.0-is-out-2018-will-be-organized/"/>
   <updated>2018-01-03T22:35:17+00:00</updated>
   <id>http://zanshin.kde.org/2018/01/03/zanshin-0.5.0-is-out:-2018-will-be-organized</id>
   <content type="html">&lt;p&gt;We are happy and proud to announce the immediate availability of Zanshin 0.5.0.&lt;/p&gt;

&lt;p&gt;After 0.4.0 one year and a half ago and 0.4.1 last year (which wasn't publicly
announced), this new release introduce new features. The 0.4 series was mostly
about the Qt 5 port and stabilization, now we can be a bit more ambitious again.&lt;/p&gt;

&lt;p&gt;So what's in store for that new release?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Errors coming from the system are now displayed properly in the main window;&lt;/li&gt;
&lt;li&gt;Tasks scheduled in the future can be filtered out;&lt;/li&gt;
&lt;li&gt;A task can be picked up as the &quot;currently running&quot; showing a nice overlay at
the top of the screen, this is a reminder of what you're supposed to focus on;&lt;/li&gt;
&lt;li&gt;Projects are now displayed grouped by their containing collection which can
help separate better visually between work and personal projects;&lt;/li&gt;
&lt;li&gt;Attachments are now supported for tasks (which nicely complete the &quot;create
todo&quot; feature from KMail);&lt;/li&gt;
&lt;li&gt;Tasks with recurrence are now supported (although we have a simple recurrence
model for now);&lt;/li&gt;
&lt;li&gt;And of course also a couple of minor GUI adjustments and bug fixes.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Under the hood, we also did some improvements:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Some error handling has been improved;&lt;/li&gt;
&lt;li&gt;Some duplicated code has been factorized;&lt;/li&gt;
&lt;li&gt;Some dead code has been cleaned up;&lt;/li&gt;
&lt;li&gt;Issues pointed out by krazy and clazy have been addressed;&lt;/li&gt;
&lt;li&gt;Feature level tests have been reworked and are better insulated from each
other;&lt;/li&gt;
&lt;li&gt;Our code related to dates have been ported to the new KCalCore ABI introduced
in 17.12;&lt;/li&gt;
&lt;li&gt;The biggest architectural change has been the introduction of a cache which
speeds up our accesses to akonadi and allowed to adress a few bugs (we had
some views exhibiting duplicated items, this is now gone).&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So quite a lot of nice things in this release. We increased the features and
polish of what you experience while improving the code base itself. All in all,
this should be a very nice release.&lt;/p&gt;

&lt;p&gt;As usual, you can &lt;a href=&quot;/install&quot;&gt;grab&lt;/a&gt; 0.5.0 while it is fresh! Packages for KDE Neon
and openSUSE Tumbleweed are already available, it's only a matter of time until
the other distributions catch up.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Zanshin 0.4.0 is out: port to Qt5 done</title>
   <link href="http://zanshin.kde.org/2016/05/02/zanshin-0.4.0/"/>
   <updated>2016-05-02T20:44:14+00:00</updated>
   <id>http://zanshin.kde.org/2016/05/02/zanshin-0.4.0</id>
   <content type="html">&lt;p&gt;We are happy and proud to announce the immediate availability of Zanshin 0.4.0.&lt;/p&gt;

&lt;p&gt;This release marks the end of our port to Qt5 and KDE Frameworks 5. It also means
we're now compatible with the newest Akonadi and KDEPIM releases. It doesn't bring
any new feature but the port itself is big news.&lt;/p&gt;

&lt;p&gt;Despite the lack of features, we wanted to make this version as solid as possible,
that's why we spent quite some time running quality tools on the code base to find
potential issues. It results in quite a few fixes ranging from potential memory leaks,
to pure optimizations.&lt;/p&gt;

&lt;p&gt;We also wanted a slightly improved look. Nothing radical or fancy, but we spent time
improving the layouts to have a better visual alignment all around and less unwanted
margins. It looks even more tidy now!&lt;/p&gt;

&lt;p&gt;Of course all the features you grew accustomed to are still here and it's time
to rediscover them on this new technical backend.&lt;/p&gt;

&lt;p&gt;As usual, you can &lt;a href=&quot;/install/&quot;&gt;grab&lt;/a&gt; 0.4.0 while it is fresh! You can
&lt;a href=&quot;http://files.kde.org/zanshin/&quot;&gt;download the sources&lt;/a&gt; obviously, which is the best
way to have something up to date but a bit more involving. Packages are available
for openSUSE Tumbleweed from the home:ervin repository, give it a bit of time for other
distributions to catch up.&lt;/p&gt;

&lt;p&gt;Now it's time for us to relax a bit and start preparing our next release, this time
with new features and probably further visual changes.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Transition to KF5 almost done: Zanshin 0.4rc1 is out</title>
   <link href="http://zanshin.kde.org/2016/04/09/zanshin-0.4rc1/"/>
   <updated>2016-04-09T14:31:30+00:00</updated>
   <id>http://zanshin.kde.org/2016/04/09/zanshin-0.4rc1</id>
   <content type="html">&lt;p&gt;We recently released a first beta of our Qt5 port. Today, we are happy to announce
the immediate availability of Zanshin 0.4rc1 (aka 0.3.91).&lt;/p&gt;

&lt;p&gt;We're getting closer to the first stable release ported to Qt 5 and KDE Frameworks 5.
This 0.4rc1 release is the result of the testing of our previously released beta. It
mainly focuses on bug fixing and other quality improvements. In particular we did
a few subtle adjustments to the GUI to make it more visually pleasing. We also fixed
a couple of integration issues with KRunner and action shortcuts which were due to
the porting.&lt;/p&gt;

&lt;p&gt;As usual, you can &lt;a href=&quot;/install/&quot;&gt;grab&lt;/a&gt; 0.4rc1 while it is fresh! You can
&lt;a href=&quot;http://files.kde.org/zanshin/&quot;&gt;download the sources&lt;/a&gt; obviously, which is the best
way to have something up to date but a bit more involving. Packages are available
for openSUSE Tumbleweed from the home:ervin repository, give it a bit of time for other
distributions to catch up.&lt;/p&gt;

&lt;p&gt;Now we're waiting a bit for your feedback. We have exactly one bug left in our list
for which a fix is in the work. If nothing else shows up we won't need a 0.4rc2 and
next one will be the final 0.4.0!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Double release day, Zanshin 0.3.1 and 0.4beta1 are out</title>
   <link href="http://zanshin.kde.org/2016/04/03/zanshin-0.3.0-and-0.4beta/"/>
   <updated>2016-04-03T19:09:02+00:00</updated>
   <id>http://zanshin.kde.org/2016/04/03/zanshin-0.3.0-and-0.4beta</id>
   <content type="html">&lt;p&gt;Have you been wondering what we've been up to since the start of the new year? Well,
we have been preparing the future of our product. We've been working not on a new
release but &lt;strong&gt;two&lt;/strong&gt; new releases!&lt;/p&gt;

&lt;p&gt;We are then happy to announce the immediate availability of Zanshin 0.3.1 and
Zanshin 0.4beta1 (aka 0.3.81)!&lt;/p&gt;

&lt;p&gt;First, Zanshin 0.3.1 is a simple bugfix release. After Zanshin 0.3 started to be
used more widely, two bugs were reported by our users which are now fixed:
 1. in some cases the cursor in the editor would jump around preventing editing
    items has been tamed and shouldn't affect you anymore;
 2. if you left your Zanshin running overnight, the Workday page content wouldn't
    get update at midnight, but now it reacts to change of day properly.&lt;/p&gt;

&lt;p&gt;Second, Zanshin 0.4beta1 is a pre-release of our new branch. It doesn't bring any
new feature, but this is the first release ported to Qt 5 and KDE Frameworks 5 which
makes it big news. We've been using it in production internally for a few weeks now
with no major issue in sight. Since the port was executed much faster than expected,
we used the extra time for running quality tools on the code base. As such we hunted
down quite a few potential performance issues and fixed a couple of leaks (of which
the number in the application was surprisingly low). That is what we're releasing
today.&lt;/p&gt;

&lt;p&gt;As usual, you can &lt;a href=&quot;/install/&quot;&gt;grab&lt;/a&gt; 0.3.1 or 0.4beta1 while they are fresh! You can
&lt;a href=&quot;http://files.kde.org/zanshin/&quot;&gt;download the sources&lt;/a&gt; obviously, which is the best
way to have something up to date but a bit more involving. Packages are available
for openSUSE from the home:ervin repository, give it a bit of time for other
distributions to catch up.&lt;/p&gt;

&lt;p&gt;What's next? We'll keep stabilizing the upcoming Zanshin 0.4 and we'll also make
a couple of GUI adjustment to make it prettier and slicker at places, nothing
dramatic though. As soon as the final Zanshin 0.4.0 will be released, we will start
working on Zanshin 0.5 which will bring new features again.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Happy Organized Year! Zanshin 0.3 is here!</title>
   <link href="http://zanshin.kde.org/2016/01/01/zanshin-0.3.0/"/>
   <updated>2016-01-01T16:13:37+00:00</updated>
   <id>http://zanshin.kde.org/2016/01/01/zanshin-0.3.0</id>
   <content type="html">&lt;p&gt;Finally! Four years after the first release of the 0.2 series, we are now happy
to announce the immediate availability of Zanshin 0.3.0!&lt;/p&gt;

&lt;p&gt;This release brings a lot of changes coming from our own dog-fooding of 0.2.x,
discussions with designers and users feedback. It is also based on a completely
reworked core which should serve us well for the years to come.&lt;/p&gt;

&lt;p&gt;One of the main changes in the organization of your tasks is coming from the fact
that now projects and contexts are in flat lists and not hierarchical anymore. Also,
we got rid of the two application modes (contexts vs projects) which meant you had
two inboxes to deal with, it was painful to sort your data on all dimensions.&lt;/p&gt;

&lt;p&gt;Those sound like radical changes, but we paid attention to not gratuitously change
everything, we have also been fairly conservative with the overall GUI and workflow
and feel at home quite quickly.&lt;/p&gt;

&lt;p&gt;Of course, we introduced quite a few new features in Zanshin 0.3:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;tasks can be hierarchical now (which nicely compensate the new flat organization
of projects and contexts);&lt;/li&gt;
&lt;li&gt;all views can be filtered and we have a couple of sort criteria already;&lt;/li&gt;
&lt;li&gt;a full editor is provided where you can set start and due date;&lt;/li&gt;
&lt;li&gt;a new workday page is available to see all the tasks you should act on now in a
single place;&lt;/li&gt;
&lt;li&gt;ability to choose which collections are used to retrieve the data, so now you can
hide the shared calendars you're not interested in.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;All that while not compromising on some of the things we like: completely driveable
using your keyboard and the ability to quickly enter new tasks.&lt;/p&gt;

&lt;p&gt;And last but not least, this marks our first attempt at also dealing with notes and
not just tasks. That's why this release also provides a small companion app which
we named &lt;a href=&quot;https://en.wikipedia.org/wiki/Renku&quot;&gt;Renku&lt;/a&gt;. It is not our main focus,
but a nice addition nonetheless.&lt;/p&gt;

&lt;p&gt;It has been a long journey but we're happy we got there. We have been running around
conferences presenting our plans for the reworked core and the testing strategy, it
is now paying off with a very clean and modular code base. It also carries hundreds
of automated tests. Of course it's no silver bullet against bugs, but for sure it
helps us react faster to change and avoid regressions. It seems very likely that
the number of defect per line of code in Zanshin 0.3 is much lower than 0.2.&lt;/p&gt;

&lt;p&gt;We would like to thank Adriaan de Groot, David Faure and Matija Šuklje who helped
us find quirks, provided feedback and supported us during the beta phase. Thanks
guys, it is really appreciated!&lt;/p&gt;

&lt;p&gt;As usual, &lt;a href=&quot;/install/&quot;&gt;grab it&lt;/a&gt; while it is fresh! You can
&lt;a href=&quot;http://files.kde.org/zanshin/&quot;&gt;download the sources&lt;/a&gt; obviously, which is the best
way to have something up to date but a bit more involving. Right now, packages
are available only for openSUSE from the home:ervin repository, but I'm sure others
will catch up soon.&lt;/p&gt;

&lt;p&gt;Of course, this is just a start and we're already busy with the future. The port
to Qt5 and KDEPIM5 already started thanks to Laurent Montel's involvement. We also
have further features on our roadmap and a team of students will join us for the
first quarter of 2016.&lt;/p&gt;

&lt;p&gt;We hope to see more promotion effort around Zanshin as well (if you're not technical
and willing to help its your chance). That's why we also revamped the website in
honor of the new release with a fresher responsive look.&lt;/p&gt;

&lt;p&gt;In other words: we're starting this new year on strong footing. We wish you a lot
of good things for the coming year and hope that Zanshin will support your efforts
at getting your mind like water!&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Look Ma' what I found under the tree! Zanshin 0.3rc1!</title>
   <link href="http://zanshin.kde.org/2015/12/24/zanshin-0.3rc1/"/>
   <updated>2015-12-24T18:35:00+00:00</updated>
   <id>http://zanshin.kde.org/2015/12/24/zanshin-0.3rc1</id>
   <content type="html">&lt;p&gt;Just in time for Christmas, we wished to deliver a neat present to our users.
That's why we are very happy to announce the immediate availability of
Zanshin 0.3rc1 (aka 0.2.91).&lt;/p&gt;

&lt;p&gt;This new release builds upon the new technical foundations we put into place
and published to the public for the first time with our previous beta. We have
been listening to user feedback and fixed the bugs they found. We would like
to thank David Faure and Matija Šuklje who have been instrumental in finding
quirks, providing feedback and supporting us. Thanks guys, it is really
appreciated!&lt;/p&gt;

&lt;p&gt;They have been exhaustive in their testing and since we fixed all the problems
they reported, we feel confident enough to label this new Zanshin as release
candidate.&lt;/p&gt;

&lt;p&gt;If no showstopper is found in the coming week, what we're releasing today is
pretty much what you will get for the upcoming Zanshin 0.3 final release.&lt;/p&gt;

&lt;p&gt;As usual, &lt;a href=&quot;/install/&quot;&gt;grab it&lt;/a&gt; while it is fresh! On the package front, openSUSE
is still the most up to date distribution but if you feel adventurous, you
can &lt;a href=&quot;http://files.kde.org/zanshin/&quot;&gt;download the sources&lt;/a&gt; for the latest and
greatest.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Zanshin 0.3 beta1 is out!</title>
   <link href="http://zanshin.kde.org/2015/12/17/zanshin-0.3beta1/"/>
   <updated>2015-12-17T20:20:00+00:00</updated>
   <id>http://zanshin.kde.org/2015/12/17/zanshin-0.3beta1</id>
   <content type="html">&lt;p&gt;Although the wait has been very long between Zanshin 0.2.1 and 0.2.2, we are now
happy to announce the immediate availability of Zanshin 0.3 beta1! (aka 0.2.80)&lt;/p&gt;

&lt;p&gt;Finally! We're getting a new feature release in sight. It brings a lot of changes
coming from our own dog-fooding of 0.2.x, discussions with designers and users
feedback.&lt;/p&gt;

&lt;p&gt;One of the main changes in the organization of your tasks is coming from the fact
that now projects and contexts are in flat lists and not hierarchical anymore. Also,
we got rid of the two application modes (contexts vs projects) which meant you had
two inboxes to deal with, it was painful to sort your data on all dimensions.&lt;/p&gt;

&lt;p&gt;Those sound like radical changes, but we paid attention to not gratuitously change
everything, we have also been fairly conservative with the overall GUI and workflow
and feel at home quite quickly.&lt;/p&gt;

&lt;p&gt;Of course, we introduced quite a few new features:
 * tasks can be hierarchical now (which nicely compensate the new flat organization
   of projects and contexts);
 * all views can be filtered and we have a couple of sort criteria already;
 * a full editor is provided where you can set start and due date;
 * a new workday page is available to see all the tasks you should act on now in a
   single place;
 * ability to choose which collections are used to retrieve the data, so now you can
   hide the shared calendars you're not interested in.&lt;/p&gt;

&lt;p&gt;All that while not compromising on some of the things we like: completely driveable
using your keyboard and the ability to quickly enter new tasks.&lt;/p&gt;

&lt;p&gt;And last but not least, this marks our first attempt at also dealing with notes and
not just tasks. That's why this release also provides a small companion app which
we named &lt;a href=&quot;https://en.wikipedia.org/wiki/Renku&quot;&gt;Renku&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It is a long journey but we're almost getting there. We will release a few beta
releases before the final one. We are using it in production already, but ultimately
the quality and stability of the final release is in your hands! Test the betas and
report your issues! The more we fix, the stronger the release will be.&lt;/p&gt;

&lt;p&gt;As usual, &lt;a href=&quot;/install/&quot;&gt;grab it&lt;/a&gt; while it is fresh! You can
&lt;a href=&quot;http://files.kde.org/zanshin/&quot;&gt;download the sources&lt;/a&gt; obviously, which is the best
way to have something up to date but a bit more involving. Right now, packages
are available only for openSUSE from the home:ervin repository, but I'm sure others
will catch up soon.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;/install/&quot;&gt;Grab it!&lt;/a&gt; Test it! And let us know how it behaves
for you. So far we like it. :-)&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Zanshin 0.2.2 transition release</title>
   <link href="http://zanshin.kde.org/2015/08/04/zanshin-0.2.2/"/>
   <updated>2015-08-04T22:58:00+00:00</updated>
   <id>http://zanshin.kde.org/2015/08/04/zanshin-0.2.2</id>
   <content type="html">&lt;p&gt;Three years, five months and eleven days... yes, it's the elapsed time since
our last release announcement. But don't despair! We're still alive and kicking.&lt;/p&gt;

&lt;p&gt;We've been busy working on our next release which is much more ambitious than the
previous one. As part of this future release, we had to adjust a bit how we store
some information. That is why today we are announcing a transitional minor release.&lt;/p&gt;

&lt;p&gt;Behold Zanshin 0.2.2!&lt;/p&gt;

&lt;p&gt;From the user point of view you should not see any difference with the previous bugfix
release, but Zanshin 0.2.2 is here to help the data transition toward the future
Zanshin 0.3.&lt;/p&gt;

&lt;p&gt;It is especially interesting for users who want to test the bleeding edge and upcoming
version as it is prepared. By using Zanshin 0.2.2 they will get forward and backward
compatibility for their data allowing them to easily switch between versions.&lt;/p&gt;

&lt;p&gt;As usual, &lt;a href=&quot;http://zanshin.kde.org/install/&quot;&gt;grab it&lt;/a&gt; while it is fresh, it is
available on a wide range of distros. Note however that most distributions will need a
bit of time to catch up, so they might provide 0.2.1 for a little while longer.&lt;/p&gt;
</content>
 </entry>
 
 <entry>
   <title>Zanshin 0.2.1 bugfix release</title>
   <link href="http://zanshin.kde.org/2012/02/24/zanshin-0.2.1/"/>
   <updated>2012-02-24T12:31:20+00:00</updated>
   <id>http://zanshin.kde.org/2012/02/24/zanshin-0.2.1</id>
   <content type="html">&lt;p&gt;After the release of Zanshin 0.2.0 we got a few bug reports and worked on fixing
those. This led us to the new Zanshin 0.2.1 release!&lt;/p&gt;

&lt;p&gt;All reported bugs got squashed, there is no known bugs in Zanshin 0.2.1.&lt;/p&gt;

&lt;p&gt;The most outstanding bugs fixed were the following:
 * &quot;next month&quot; for date input was in fact adding two months;
 * Sorting by due date was in fact sorting by the textual representation of the date, not really
   what one would expect;
 * Column widths were not restored when Zanshin is used as a plugin within Kontact.&lt;/p&gt;

&lt;p&gt;There was also a couple of minor ones but those three were the most likely to be noticed
by most people.&lt;/p&gt;

&lt;p&gt;For this release I would like to thanks David Faure and Matthias Kretz who nailed down
most of the dates issues.&lt;/p&gt;

&lt;p&gt;As usual, &lt;a href=&quot;http://zanshin.kde.org/install/&quot;&gt;grab it&lt;/a&gt; while it is fresh, it is
available on a wide range of distros.&lt;/p&gt;
</content>
 </entry>
 

</feed>
