Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
1caf1a59
Commit
1caf1a59
authored
Dec 19, 2015
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump.
parent
e4cafc4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletion
+21
-1
CHANGES.md
CHANGES.md
+20
-0
topydo/lib/Version.py
topydo/lib/Version.py
+1
-1
No files found.
CHANGES.md
View file @
1caf1a59
0.9
---
*
Dropped support for Python 2.7.
*
Add ability to filter on creation/completion dates:
topydo ls created:today
topydo ls completed:today
topydo -t done.txt completed:today # if auto-archiving is set
*
`ls -F`
supports
`%P`
that expands to a single space when no priority is set,
in contrast to
`%p' which expands to an empty string (thanks to @MinchinWeb).
* `
ls -N
` prints enough todo items such that it fits on one screen (thanks to
@MinchinWeb).
* Aliases can have a `
{}
` placeholder which is substitude with the alias'
arguments.
* `
pri
` accepts priorities in lowercase (thanks to @MinchinWeb).
* Several bugfixes for `
dep gc
`.
* Various test/CI improvements.
0.8
---
...
...
topydo/lib/Version.py
View file @
1caf1a59
""" Version of Topydo. """
VERSION
=
'0.
8
'
VERSION
=
'0.
9
'
LICENSE
=
"""Copyright (C) 2014-2015 Bram Schoenmakers
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment