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
9d0f961b
Commit
9d0f961b
authored
Dec 15, 2016
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update changes
parent
3f3a6c4e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
0 deletions
+29
-0
CHANGES.md
CHANGES.md
+29
-0
No files found.
CHANGES.md
View file @
9d0f961b
0.11
----
*
New:
`ls`
can group items with the
`-g`
flag, accepting a group expression
(which has the same format as a sort expression). To group items by project,
run:
`topydo ls -g project`
.
*
New:
`ls`
can print todo items in the Graphviz Dot format, such that
dependencies can be visualized. Use
`ls -f dot`
, or
`topydo ls -f dot +ProjectA | dot -Tsvg -o projectA.svg`
to make a graph for
project A.
*
New: Focus and mark colors are customizable in the column UI (thanks to
@colinsullivan).
*
New: todo items can be hidden by adding a
`h:1`
tag (thanks to @MinchinWeb).
*
New: an alternative column definition file can be given with the
`-l`
flag:
`topydo columns -ls /path/to/columns.conf`
(thanks to @mruwek).
*
Fix: column UI reloads automatically when the todo.txt file was changed
externally.
*
Fix:
`edit`
did not work on some operating systems (e.g. Mac OS X).
*
Fix: relative dates were sometimes one day off.
*
Fix: Minor importance calculation fix during the weekend for distant mondays
(thanks to @aetherknight).
*
Fix: tests were made more deterministic.
*
Change: Performance improvements for the column UI, it scales better with
large todo lists.
*
Change: temporary files (for editing) will be detected as todo.txt files by
the todo.txt-vim plugin.
0.
10.1
------
...
...
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