]> git.madduck.net Git - etc/taskwarrior.git/shortlog

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

etc/taskwarrior.git
2014-09-07 Rob GoldingMerge branch 'release/0.4.1' into develop
2014-09-07 Rob GoldingBump version for 0.4.1
2014-09-07 Rob GoldingThe next version will be 0.4.1
2014-09-07 Rob GoldingReinstate __repr__ for Python 2.x
2014-09-07 Rob GoldingMerge branch 'release/0.4.0'
2014-09-07 Rob GoldingBump version for 0.4.0
2014-09-07 Rob GoldingBump version for next release
2014-09-07 Rob GoldingAdd a unicode test
2014-05-14 Rob GoldingSupport Python 3.4
2014-05-14 Rob GoldingTest on Python 3.4
2014-02-20 Rob GoldingUgh. Just test taskwarrior 2.1.x and 2.2.x
2014-02-20 Rob GoldingUpdate docs to reflect supported versions of task warrior
2014-02-20 Rob GoldingWe don't need the ubuntu release after all
2014-02-20 Rob GoldingUse ubuntu source files for various task warrior versions
2014-02-18 Rob GoldingUse TASK_VERSION as a prefix for the apt packge version
2014-02-18 Rob GoldingAttempt to test with taskwarrior 2.2.0 as well as 2.3.0
2014-02-17 Rob GoldingFix #2 -- correctly deal with unicode data
2014-02-17 Rob GoldingTaskwarrior 2.3.0 is the only one available for downloa...
2013-12-29 Rob GoldingMerge branch 'release-0.3.1'
2013-12-29 Rob GoldingVersion 0.3.1
2013-11-20 Rob GoldingThe next version will be 0.3.1
2013-11-18 Rob GoldingMerge branch 'master' of github.com:robgolding63/tasklib
2013-11-18 Rob GoldingAdd support for adding/removing annotations
2013-11-13 Rob GoldingUpdate MANIFEST.in to use README.rst instead of README.md
2013-11-10 Rob GoldingBump version to 0.2
2013-11-10 Rob GoldingAdd intro paragraph to docs
2013-11-10 Rob GoldingAdd link to documentation in README
2013-11-10 Rob GoldingAdd link to taskwarrior in documentation
2013-11-10 Rob GoldingAdd docs
2013-11-10 Rob GoldingAdd taskwarrior 2.3.0 beta2 to supported versions
2013-11-10 Rob GoldingTidy up README a little
2013-11-10 Rob GoldingInstall uuid-dev before testing
2013-11-10 Rob GoldingAdd taskwarrior 2.3.0.beta2 to test matrix
2013-11-10 Rob GoldingUpdate README with tested versions of Python & taskwarrior
2013-11-08 Rob GoldingAdd Travis build status to README
2013-11-08 Rob GoldingFix TypeError in Python 3
2013-11-08 Rob GoldingRearrange order of travis commands
2013-11-08 Rob GoldingDownload & compile taskwarrior 2.2.0 from source before...
2013-11-05 Rob GoldingRaise TaskWarriorException on invalid JSON
2013-11-05 Rob GoldingOnly create the data directory if we're asked to
2013-11-05 Rob GoldingPrint task version before running tests
2013-11-05 Rob GoldingBe a bit smarter about error messages
2013-11-04 Rob GoldingInstall taskwarrior before running tests
2013-11-03 Rob GoldingUse current directory for temp dir
2013-11-03 Rob GoldingMerge branch 'master' of github.com:robgolding63/tasklib
2013-11-03 Rob GoldingAdd .travis.yml
2013-11-03 Rob GoldingRemove stray print statement
2013-11-03 Rob GoldingTest for task.done()
2013-11-03 Rob GoldingImplement tasks.completed() and add more tests
2013-11-03 Rob GoldingAdd a couple of simple tests and fix typo
2013-11-03 Rob GoldingAdd a couple of simple tests and fix typo
2013-11-02 Rob GoldingUse `task modify` when saving tasks
2013-06-08 Rob GoldingAdd undo command
2013-06-05 Rob GoldingPass config_override through properly
2013-06-04 Rob GoldingAdd merge_with method
2013-06-03 Rob GoldingUpdate README to reflect new filtering API
2013-05-15 Rob GoldingFix mismatched parentheses bug
2013-04-17 Rob GoldingAdd serialize/deserialize methods for annotations
2013-04-16 Rob GoldingAllow passing custom string filters to TaskQuerySet...
2013-04-15 Rob GoldingAdd serialize/deserialize for fields and implement...
2013-04-14 Rob GoldingUpdate docs to reflect new API
2013-04-14 Rob GoldingEmulate django's QuerySet API for filtering tasks
2013-04-10 Rob GoldingFix bug in get_tasks filtering
2013-04-10 Rob GoldingImprove get_tasks to allow arbitrary filtering
2013-04-02 Rob GoldingREADME is rst not md
2013-04-01 Rob GoldingInitial commit