na 1.2.72 → 1.2.73
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +12 -25
- data/Gemfile.lock +1 -1
- data/README.md +2 -2
- data/lib/na/version.rb +1 -1
- data/src/_README.md +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9f387490d857f0aca75184698b09357bc3a5f7d66c6680b8956fd5bd2de70864
|
4
|
+
data.tar.gz: 2d3a4d34caf5c52ca8eba87a6a3b24e84c81cf88d25c435b76cd31a15e22858d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9259af7915cadfde45fe68083b44a1777767e9822e80b935bd84ef970997a3b2235e9bb6b05c52a2503885c1b28b2f8a0ef24934409d19168269f2590485c39a
|
7
|
+
data.tar.gz: ed44937d1ef621e5d3e841420c3cebf805f90f032d1bd44d2fb3ac59ceb261bcb0ef87c28b17d34e8dc8332461cebcb9245d7abe51560010e6166aa66ec972d3
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
### 1.2.73
|
2
|
+
|
3
|
+
2025-03-15 08:28
|
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 - Error in concat for line notes
|
9
|
+
- - - - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
|
10
|
+
- - - - - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy - Error in concat for line notes
|
11
|
+
|
1
12
|
### 1.2.72
|
2
13
|
|
3
14
|
2025-03-15 08:13
|
@@ -10,12 +21,6 @@
|
|
10
21
|
|
11
22
|
- --priority in `na next` and `na add` accepts "h", "m", or "l" to equal 5, 3, 1
|
12
23
|
|
13
|
-
#### FIXED
|
14
|
-
|
15
|
-
- - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
|
16
|
-
- - - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy - Error in concat for line notes
|
17
|
-
- - - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
|
18
|
-
- - - - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy - Error in concat for line notes
|
19
24
|
|
20
25
|
### 1.2.71
|
21
26
|
|
@@ -23,27 +28,9 @@
|
|
23
28
|
|
24
29
|
#### FIXED
|
25
30
|
|
26
|
-
-
|
27
|
-
- - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
|
31
|
+
- Matching parenthetical notes at the end of a task entry was too greedy
|
28
32
|
- Error in concat for line notes
|
29
33
|
|
30
|
-
### 1.2.70
|
31
|
-
|
32
|
-
2024-09-28 11:10
|
33
|
-
|
34
|
-
#### FIXED
|
35
|
-
|
36
|
-
- - @fixed Matching parenthetical notes at the end of a task entry was too greedy
|
37
|
-
- - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
|
38
|
-
|
39
|
-
### 1.2.69
|
40
|
-
|
41
|
-
2024-09-28 11:09
|
42
|
-
|
43
|
-
#### FIXED
|
44
|
-
|
45
|
-
- - @fixed Matching parenthetical notes at the end of a task entry was too greedy
|
46
|
-
|
47
34
|
### 1.2.68
|
48
35
|
|
49
36
|
2024-06-23 14:30
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
_If you're one of the rare people like me who find this useful, feel free to
|
10
10
|
[buy me some coffee][donate]._
|
11
11
|
|
12
|
-
The current version of `na` is 1.2.
|
12
|
+
The current version of `na` is 1.2.73.
|
13
13
|
|
14
14
|
`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.
|
15
15
|
|
@@ -76,7 +76,7 @@ SYNOPSIS
|
|
76
76
|
na [global options] command [command options] [arguments...]
|
77
77
|
|
78
78
|
VERSION
|
79
|
-
1.2.
|
79
|
+
1.2.73
|
80
80
|
|
81
81
|
GLOBAL OPTIONS
|
82
82
|
-a, --add - Add a next action (deprecated, for backwards compatibility)
|
data/lib/na/version.rb
CHANGED
data/src/_README.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
_If you're one of the rare people like me who find this useful, feel free to
|
10
10
|
[buy me some coffee][donate]._
|
11
11
|
|
12
|
-
The current version of `na` is <!--VER-->1.2.
|
12
|
+
The current version of `na` is <!--VER-->1.2.72<!--END VER-->.
|
13
13
|
|
14
14
|
`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.
|
15
15
|
|