Skip to content

Commit 771d7e4

Browse files
committed
### 1.2.67
2024-06-23 11:03
1 parent 7c496f5 commit 771d7e4

File tree

6 files changed

+11
-7
lines changed

6 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.67
2+
3+
2024-06-23 11:02
4+
15
### 1.2.66
26

37
2024-06-23 10:56

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
na (1.2.66)
4+
na (1.2.67)
55
chronic (~> 0.10, >= 0.10.2)
66
gli (~> 2.21.0)
77
mdless (~> 1.0, >= 1.0.32)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
_If you're one of the rare people like me who find this useful, feel free to
1010
[buy me some coffee][donate]._
1111

12-
The current version of `na` is 1.2.66.
12+
The current version of `na` is 1.2.67.
1313

1414
`na` ("next action") is a command line tool designed to make it easy to see what your next actions are for any project, right from the command line. It works with TaskPaper-formatted files (but any plain text format will do), looking for `@na` tags (or whatever you specify) in todo files in your current folder.
1515

@@ -76,7 +76,7 @@ SYNOPSIS
7676
na [global options] command [command options] [arguments...]
7777
7878
VERSION
79-
1.2.66
79+
1.2.67
8080
8181
GLOBAL OPTIONS
8282
-a, --add - Add a next action (deprecated, for backwards compatibility)

lib/na/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Na
2-
VERSION = '1.2.66'
2+
VERSION = '1.2.67'
33
end

na.taskpaper

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: NA Todos
44
Testing:
55
New Commands:
66
Inbox: @inbox
7-
- Would be nice if file matching preferred exact matches, ignoring other matches if there is one @priority(4) @na
8-
- File matching is working on FILE/FILE matches, but now it's doubling output @priority(4) @na
7+
- File matching is working on FILE/FILE matches, but now it's doubling output @priority(4) @na @done(2024-06-23 10:59)
98
Try `na next na` to see.
9+
- Would be nice if file matching preferred exact matches, ignoring other matches if there is one @priority(4) @na
1010
- command to archive all done tasks @na @priority(2) @maybe @done(2023-09-02 15:17)
1111
na:
1212
New Features:

src/_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
_If you're one of the rare people like me who find this useful, feel free to
1010
[buy me some coffee][donate]._
1111

12-
The current version of `na` is <!--VER-->1.2.65<!--END VER-->.
12+
The current version of `na` is <!--VER-->1.2.66<!--END VER-->.
1313

1414
`na` ("next action") is a command line tool designed to make it easy to see what your next actions are for any project, right from the command line. It works with TaskPaper-formatted files (but any plain text format will do), looking for `@na` tags (or whatever you specify) in todo files in your current folder.
1515

0 commit comments

Comments
 (0)