Skip to content

Commit cdd91a8

Browse files
committed
### 1.2.70
2024-09-28 11:10 #### FIXED - - @fixed Matching parenthetical notes at the end of a task entry was too greedy - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
1 parent 9a49a66 commit cdd91a8

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 1.2.70
2+
3+
2024-09-28 11:10
4+
5+
#### FIXED
6+
7+
- - @fixed Matching parenthetical notes at the end of a task entry was too greedy
8+
- - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
9+
110
### 1.2.69
211

312
2024-09-28 11:09

Gemfile.lock

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

README.md

+2-2
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.69.
12+
The current version of `na` is 1.2.70.
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.69
79+
1.2.70
8080
8181
GLOBAL OPTIONS
8282
-a, --add - Add a next action (deprecated, for backwards compatibility)

lib/na/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Na
2-
VERSION = '1.2.69'
2+
VERSION = '1.2.70'
33
end

0 commit comments

Comments
 (0)