mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
- Fixed bug whereby a % character could not be used in a description. Problem was use of fprintf, which when changed to fputs, fixed the problem.
This commit is contained in:
parent
654eb260c7
commit
1aa9051885
3 changed files with 7 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
1.1.0 (?)
|
||||
- Command line specification of .taskrc file
|
||||
- Command line specification of alternate .taskrc file
|
||||
|
||||
1.0.0 (?)
|
||||
- New movie made, uploaded
|
||||
+ Bug: assertion fails on mobile for t v
|
||||
+ Bug: configure.ac does not properly determine ncurses availability
|
||||
- Bug: when run without arguments, task dumps core on Solaris 10
|
||||
- Bug: Cannot seem to use the percent character in a task description
|
||||
+ Bug: Cannot seem to use the percent character in a task description
|
||||
+ Bug: New installation "task stats" reports newest task 12/31/1969
|
||||
+ Bug: New installation task projects displays header but no data - should short-circuit
|
||||
+ Bug: incorrect color specification in sample .taskrc file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue