Skip to content

Commit

Permalink
todotxt: Update to 2.12.0
Browse files Browse the repository at this point in the history
Changes:
2.12.0
------
### Added
 - Added default priority variable `TODOTXT_PRIORITY_ON_ADD` ([#246])
 - Added `done` option as alias of `do` ([#169])
 - Added macOS 10.15.x support ([#300])
 - Highlighting of dates, metadata and item numbers ([#264])
 - Minimal config file / default filenames (todo.txt, done.txt, report.txt)
   ([#289])
 - Enable file completion for add-on actions via `_todo_file{1,2,3}_actions`
   ([#270])
 - Allow to customize what can be before / inside / after `+project` and
   `@context` ([#271])

### Changed
 - Read the task's name and uses as default ([#249])
 - Updated interpreter reference to use environment variable ([#160])
 - Allow setting of bash completion path ([#301])

### Fixes
 - Fixed no end-of-line bug. Supports todos with no end-of-line. ([#295])
  • Loading branch information
iamleot committed Aug 12, 2020
1 parent 0b51cd1 commit 38ecbda
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions time/todotxt/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2020/05/16 17:34:13 rillig Exp $
# $NetBSD: Makefile,v 1.4 2020/08/12 12:16:54 leot Exp $

DISTNAME= todotxt-2.11.0
DISTNAME= todotxt-2.12.0
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_GITHUB:=todotxt/}
GITHUB_PROJECT= todo.txt-cli
Expand Down
10 changes: 5 additions & 5 deletions time/todotxt/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.2 2018/04/25 15:23:55 leot Exp $
$NetBSD: distinfo,v 1.3 2020/08/12 12:16:54 leot Exp $

SHA1 (todotxt-2.11.0.tar.gz) = 07d177189de1009add10919939449dd7e4aa4adc
RMD160 (todotxt-2.11.0.tar.gz) = a7903af5ce3c325a2d5a7fd74aa48f31ebabacd8
SHA512 (todotxt-2.11.0.tar.gz) = 5500ed1aa10eceaaa3e5116605eed4f4228337fdc0f2ceaa5b889753a60576918c0953adbfbf80c40008d6dfdf854e8a538103bfed4d1015aa1c5a9876c2e47c
Size (todotxt-2.11.0.tar.gz) = 712455 bytes
SHA1 (todotxt-2.12.0.tar.gz) = ec4f369d20bbab9a9d0bd8b25e9c9808721f83e2
RMD160 (todotxt-2.12.0.tar.gz) = 93b8e4717bfbead2a82fa8382a3f0146b67107de
SHA512 (todotxt-2.12.0.tar.gz) = 3b30d5e395f878811831f57e8e1a040c990e1f042f57050b6381d83ffc8b92b1ce20bfd3c5aa8b5e028b4810a5b289599603b2e16efff8badac559d200ed79f5
Size (todotxt-2.12.0.tar.gz) = 716524 bytes
SHA1 (patch-tests_test-lib.sh) = 8ebfce7cbe8c4a4f051a7f7bbbe9034e04264b5a

0 comments on commit 38ecbda

Please sign in to comment.