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 +4 -4
- data/CHANGELOG.md +20 -0
- 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: 0f82dc36deae233300843fac7ccd81408a28e4f8c29266ef036df11c731ef94a
|
|
4
|
+
data.tar.gz: 544b783521ff49f4e169fc7b4fb0be1523264217503d1685ef80d2aa2750a8fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.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.
|
|
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
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.97<!--END VER-->.
|
|
13
13
|
|
|
14
14
|
<!--GITHUB-->
|
|
15
15
|
### Table of contents
|