diff --git a/ChangeLog b/ChangeLog index fe7a409c..44325e97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,7 @@ (thanks to Michael Meier). - Fixed utf8 encoding in Taskwarrior integration hook (thanks to Martin Boeker). +- Added DOM support and a 'get' command. ------ current release --------------------------- diff --git a/README.md b/README.md index b2324dbd..07e0d580 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ tests, therefore it may harm your data. In fact, as a new project, it doesn't have adequate tests to prove that everything works. We do not guarantee proper or even adequate functionality, performance or timely fixes. -We welcome bug reports from alpha-, beta- and release-level software, but -generally not development versions. If you are undaunted by this, please: +We welcome bug reports from beta- and release-level software, but generally not +development versions. If you are undaunted by this, please: - Make proper backups. - Expect broken and missing functionality. diff --git a/src/commands/CmdHelp.cpp b/src/commands/CmdHelp.cpp index fbee899c..e7637b6c 100644 --- a/src/commands/CmdHelp.cpp +++ b/src/commands/CmdHelp.cpp @@ -91,7 +91,6 @@ int CmdHelpUsage () // TODO clear // TODO import // TODO undo - // TODO split // TODO List all extensions. @@ -99,10 +98,6 @@ int CmdHelpUsage () } //////////////////////////////////////////////////////////////////////////////// -// TODO Perhaps have a set of 'documents' to display, and a keyword index that -// maps to the the appropriate ones. Then display a list of any ambiguous -// requests, or the appropriate doc for single hits. Perhaps a 'See also'. -// // TODO Should the CmdXxx functions themselves be responsible for providing both // the command syntax and the help text? // A: Only if they are upgraded to objects.