1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-10 02:38:35 +00:00

Start documenting the 0.14 release

This commit is contained in:
David Steele 2020-10-04 20:39:22 -04:00
parent 9338cf6590
commit 767bea58a0
3 changed files with 21 additions and 6 deletions

View file

@ -1,3 +1,10 @@
0.14
----
* Fix: fix a reported string incompatibility with Python 3.9.
* Fix: make all internal tests pass.
* Change: report the new repository home.
0.13
----

View file

@ -1,6 +1,6 @@
<!doctype html>
<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->
<!-- saved from url=(0021)https://tiddlywiki.com -->
<!-- saved from url=(0021)https://tiddlywiki.com -->
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
@ -206,6 +206,8 @@ Error message and password prompt
<li>Changelog0.13</li>
<li>Changelog0.14</li>
<li>CLI</li>
<li>Colors</li>
@ -8756,7 +8758,7 @@ GettingStarted
Demo
AboutTopydo
Links
Changelog0.13</pre>
Changelog0.14</pre>
</div>
<div status="complete" title="$:/Import">
<pre>The following tiddlers were imported:
@ -9075,7 +9077,7 @@ Changelog0.13</pre>
<div created="20180130120934155" modified="20180130120934155" title="$:/state/showeditpreview">
<pre>yes</pre>
</div>
<div list="RelativeDates Period Welcome Features GettingStarted Demo AboutTopydo Links Changelog0.13" title="$:/StoryList">
<div list="Welcome Features GettingStarted Demo AboutTopydo Links Changelog0.14" title="$:/StoryList">
<pre></pre>
</div>
<div plugin-type="info" title="$:/temp/info-plugin" type="application/json">
@ -9091,7 +9093,7 @@ Changelog0.13</pre>
},
&quot;$:/info/url/full&quot;: {
&quot;title&quot;: &quot;$:/info/url/full&quot;,
&quot;text&quot;: &quot;file:///C:/Users/brschoen/cygwin/home/brschoen/Projecten/topydo/doc/Documentation.html&quot;
&quot;text&quot;: &quot;file:///home/pi/github/topydo/docs/index.html&quot;
},
&quot;$:/info/url/host&quot;: {
&quot;title&quot;: &quot;$:/info/url/host&quot;,
@ -9111,7 +9113,7 @@ Changelog0.13</pre>
},
&quot;$:/info/url/pathname&quot;: {
&quot;title&quot;: &quot;$:/info/url/pathname&quot;,
&quot;text&quot;: &quot;/C:/Users/brschoen/cygwin/home/brschoen/Projecten/topydo/doc/Documentation.html&quot;
&quot;text&quot;: &quot;/home/pi/github/topydo/docs/index.html&quot;
},
&quot;$:/info/url/search&quot;: {
&quot;title&quot;: &quot;$:/info/url/search&quot;,
@ -9533,6 +9535,12 @@ will interpret value as a [[relative date|RelativeDates]] and convert to an
* Change: `Ctrl-C` does not abort [[column mode|ColumnUI]] anymore, use `:quit` or `:exit` instead.
</pre>
</div>
<div created="20201005005636631" modified="20201005005642581" tags="ChangeLog" title="Changelog0.14">
<pre>* Fix: fix a reported string incompatibility with Python 3.9.
* Fix: make all internal tests pass.
* Change: report the new repository home.
</pre>
</div>
<div bag="default" created="20160620172437687" modified="20160715052254865" revision="0" summary="The default UI that can be invoked right from the shell (Bash, zsh, ...)" tags="UI" title="CLI" type="text/vnd.tiddlywiki">
<pre>This is the traditional user interface, where topydo is invoked from the shell using [[subcommands|Command]]. Topydo exits after each invocation (exit code 0 if successful, otherwise a value larger than 0).

View file

@ -1,6 +1,6 @@
""" Version of Topydo. """
VERSION = '0.13'
VERSION = '0.14'
LICENSE = """Copyright (C) 2014-2017 Bram Schoenmakers
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.