Next | Query returned 38 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2017-09-13 10:40:02 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
todoman: update to 3.2.4.

v3.2.4

    Deploy new versions to PyPI using twine. Travis doesn’t seem
    to be working.

v3.2.3

    Tests should no longer fail with pyicu installed.
    Improved documentation regarding how to test locally.

v3.2.2

    Initial support for (bash) autocompletion.
    The location field is not printed as part of --porcelain.
   2017-09-04 16:44:59 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated todoman to 3.2.1.

v3.2.1
------

* Fix start-up crash caused by click_log interface change.
* Dropped runtime dependency: ``click_log``.
   2017-05-17 13:17:35 by Thomas Klausner | Files touched by this commit (2)
Log message:
Updated todoman to 3.2.0.

v3.2.0
------

* Completing recurring todos now works as expected and does not make if
  disappear forever.
   2017-05-05 00:48:24 by Thomas Klausner | Files touched by this commit (1)
Log message:
Add missing BUILD_DEPENDS.
   2017-04-27 15:09:31 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
Updated todoman to 3.1.0.

v3.1.0
------

* Last-modified fields of todos are now updated upon edition.
* Sequence numbers are now properly increased upon edition.
* Add new command ``todo cancel`` to cancel an existing todo without deleting
  it.
* Add a new setting ``default_command``.
* Replace ``--all`` and ``--done-only`` with  ``--status``, which allows
  fine-grained status filtering. Use ``--status ANY`` or ``--status COMPLETED``
  to obtain the same results as the previous flags.
* Rename ``--today`` flag to ``--startable``.
* Illegal start dates (eg: start dates that are not before the due date) are
  ignored and are removed when saving an edited todo.
   2017-04-23 09:01:00 by Thomas Klausner | Files touched by this commit (1)
Log message:
Revert previous now that py-setuptools is fixed.
   2017-04-22 09:27:24 by Thomas Klausner | Files touched by this commit (1) | Package updated
Log message:
Fix PLIST after update.
   2017-04-04 16:44:14 by Thomas Klausner | Files touched by this commit (3)
Log message:
Fix test dependencies and remove then unnecessary patch.
No change to binary package.
   2017-04-04 14:21:26 by Thomas Klausner | Files touched by this commit (2)
Log message:
Add upstream bug report URL.
   2017-04-04 13:45:24 by Thomas Klausner | Files touched by this commit (4)
Log message:
Updated todoman to 3.0.1.

v3.0.0
------

New features
~~~~~~~~~~~~

* Add a ``today`` setting and flag to exclude todos that start in the future.
* Add the ``--humanize`` to show friendlier date times (eg: ``in 3 hours``).
* Drop ``--urgent`` and introduced ``--priority``, which allows fine-filtering
  by priority.
* Add support for times in due dates, new ``time_format`` setting.
* Use the system's date format as a default.
* Add list selector to the interactive editor.
* Add ``--start=[before|after] [DATE]`` option for ``list`` to only show
  todos starting before/after given date.
* Add flag "--done-only" to todo list. Displays only completed tasks.
* Make the output of move, delete, copy and flush consistent.
* Porcelain now outputs proper JSON, rather than one-JSON-per-line.
* Increment sequence number upon edits.
* Print a descriptive message when no lists are found.
* Add full support for locations.

Packaging changes
~~~~~~~~~~~~~~~~~

* New runtime dependency: ``tabulate``.
* New supported python version: ``pypy3``.
* Include an alternative [much faster] entry point (aka "bin") which we
  recommend all downstream packagers use. Please see the :ref:`Notes for
  Packagers <notes-for-packagers>` documentation for further details.

Next | Query returned 38 messages, browsing 21 to 30 | Previous