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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: feb11772caf2e24a24d6cc0ee5dbd2c56873ac0b45750683cec8b24ac70e07f0
4
- data.tar.gz: f0225c850ee3ee2cc3358e400afd7b85eea969c0a085c1a1961444596aff762b
3
+ metadata.gz: 9f387490d857f0aca75184698b09357bc3a5f7d66c6680b8956fd5bd2de70864
4
+ data.tar.gz: 2d3a4d34caf5c52ca8eba87a6a3b24e84c81cf88d25c435b76cd31a15e22858d
5
5
  SHA512:
6
- metadata.gz: c8195645b8793fb6f8bfe48d91f387058b24d83431e71959c5a381ea9663bc7429a2b71bac8591cc35cdc9bd75e0d123b9bcdc52d0ff9462babff5c2cda15e31
7
- data.tar.gz: 7738332bf944fb5c9e67d48b91495ca92df2c7dc28673d290e4713258c8c89c6652649c2353bca7e397e954a6dfafed548a5ee417f574d60e7fbb258cec2902a
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
- - - - @fixed Matching parenthetical notes at the end of a task entry was too greedy
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
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- na (1.2.72)
4
+ na (1.2.73)
5
5
  chronic (~> 0.10, >= 0.10.2)
6
6
  gli (~> 2.21.0)
7
7
  mdless (~> 1.0, >= 1.0.32)
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.72.
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.72
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
@@ -1,3 +1,3 @@
1
1
  module Na
2
- VERSION = '1.2.72'
2
+ VERSION = '1.2.73'
3
3
  end
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.71<!--END VER-->.
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: na
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.72
4
+ version: 1.2.73
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra