na 1.2.97 → 1.2.98

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: 2e863ff02241d9a8c7e8dbf85340d3a7c2b836fe5e7310fc5bc6b0887aed48b6
4
- data.tar.gz: b5763f97f4f246c576c0e364f7dd85012ff719c83d31538a5b9beae9c88711f3
3
+ metadata.gz: 0f82dc36deae233300843fac7ccd81408a28e4f8c29266ef036df11c731ef94a
4
+ data.tar.gz: 544b783521ff49f4e169fc7b4fb0be1523264217503d1685ef80d2aa2750a8fb
5
5
  SHA512:
6
- metadata.gz: 779dfda39b49c4688eb9d52e3772afc81371d01238e4d37baf6e036d0a7b637f00b98835f3f1c7f19d77ee7265833d7eac7eba6d875791517d00fefe7835f34a
7
- data.tar.gz: 5ed0dcb700e576b985ed1609345e98899928a6373da41442fc53551fb11a961d3c622672d41cafe712627957b40f3fbd807b186056ad0cabfeb31f1002403a1f
6
+ metadata.gz: 5abe2d76e969c58010a3d566074c3fc7d80817657f6f59c3a2039f5f0fe53028dec707be05db546642644b85ac9043006e8d86d0dbb2189465943af60442421d
7
+ data.tar.gz: 670c1efea7d6365266128bac5cc184001c3998056300cbb07fcde1a8b4cda8e9f1bf5e686acc14840b7fde9efcdea74b18c68fdf3dad334cdd0dbd393177d0cc
data/CHANGELOG.md CHANGED
@@ -1,3 +1,23 @@
1
+ ### 1.2.98
2
+
3
+ 2026-02-24 11:26
4
+
5
+ #### CHANGED
6
+
7
+ - Bump gem version to 1.2.96.
8
+ - Make plugins appear as first-class update actions
9
+ - Tighten csv runtime dependency to ~> 3.2
10
+ - Allow using na update --plugin NAME as only operation
11
+ - Simplify gemspec dependencies and enable MFA
12
+ - Detect terminal width only when stdout is a TTY
13
+ - Filter only-timed output while maintaining tag duration totals
14
+ - Silence test-time stub redefinition warnings
15
+ - Switch gemspec to unified add_dependency style and require MFA
16
+ - Fix crash in `na next` when matching project directories.
17
+ - Keep tags with parentheses when rewriting action text
18
+ - Tag stripping breaking on spaces within tag value
19
+ - Slice handling in TaskPaper @search expressions
20
+
1
21
  ### 1.2.97
2
22
 
3
23
  2026-02-24 05:20
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- na (1.2.97)
4
+ na (1.2.98)
5
5
  chronic (~> 0.10, >= 0.10.2)
6
6
  csv (~> 3.2)
7
7
  git (~> 3.0.0)
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.97.
12
+ The current version of `na` is 1.2.98.
13
13
 
14
14
 
15
15
  ### Table of contents
@@ -257,7 +257,7 @@ SYNOPSIS
257
257
  na [global options] command [command options] [arguments...]
258
258
 
259
259
  VERSION
260
- 1.2.97
260
+ 1.2.98
261
261
 
262
262
  GLOBAL OPTIONS
263
263
  -a, --add - Add a next action (deprecated, for backwards compatibility)
data/lib/na/version.rb CHANGED
@@ -5,5 +5,5 @@
5
5
  module Na
6
6
  ##
7
7
  # Current version of the na gem.
8
- VERSION = '1.2.97'
8
+ VERSION = '1.2.98'
9
9
  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.96<!--END VER-->.
12
+ The current version of `na` is <!--VER-->1.2.97<!--END VER-->.
13
13
 
14
14
  <!--GITHUB-->
15
15
  ### Table of contents
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.97
4
+ version: 1.2.98
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Terpstra