@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
88## [ Unreleased]
99
10+ ## [ 2.13.0] - 2024-12-25
11+
12+ ### Added
13+ - listpri action allows concatenation of multiple priorities [ -ranges]
14+ - replace action completely merges any combination of priority / date with existing ([ #386 ] )
15+ - Check for broken symlinks to custom actions and complain ([ #359 ] )
16+
17+ ### Changed
18+
19+ - Add .sh extension to completion script
20+ - Reuse the todo.sh alias for completion
21+ - Return from user prompt without requiring Enter ([ #354 ] )
22+ - Default to user writable directory in config ([ #148 ] )
23+
24+ ### Fixed
25+ - Fix problem with spaces in directory path ([ #276 ] )
26+ - pri action takes multiple items + priorities on single run ([ #346 ] )
27+
1028## [ 2.12.0] - 2020-08-11
1129
1230### Added
@@ -461,7 +479,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
461479
462480- Consolidated into one master script with usage notes and released.
463481
464- [ Unreleased ] : https://github.com/todotxt/todo.txt-cli/compare/v2.12.0...HEAD
482+ [ Unreleased ] : https://github.com/todotxt/todo.txt-cli/compare/v2.13.0...HEAD
483+ [ 2.13.0 ] : https://github.com/todotxt/todo.txt-cli/compare/v2.12.0...v2.13.0
465484[ 2.12.0 ] : https://github.com/todotxt/todo.txt-cli/compare/v2.11.0...v2.12.0
466485[ 2.11.0 ] : https://github.com/todotxt/todo.txt-cli/compare/v2.10.0...v2.11.0
467486[ 2.10.0 ] : https://github.com/todotxt/todo.txt-cli/compare/v2.9.0...v2.10.0
@@ -492,6 +511,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
492511[ 1.2.0 ] : https://github.com/todotxt/todo.txt-cli/compare/v1.1.0...v1.2.0
493512[ 1.1.0 ] : https://github.com/todotxt/todo.txt-cli/compare/v1.0.0...v1.1.0
494513[ #8 ] : https://github.com/todotxt/todo.txt-cli/pull/8
514+ [ #148 ] : https://github.com/todotxt/todo.txt-cli/pull/148
495515[ #156 ] : https://github.com/todotxt/todo.txt-cli/pull/156
496516[ #160 ] : https://github.com/todotxt/todo.txt-cli/pull/160
497517[ #169 ] : https://github.com/todotxt/todo.txt-cli/pull/169
@@ -501,11 +521,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
501521[ #228 ] : https://github.com/todotxt/todo.txt-cli/pull/228
502522[ #230 ] : https://github.com/todotxt/todo.txt-cli/pull/230
503523[ #246 ] : https://github.com/todotxt/todo.txt-cli/pull/246
524+ [ #246 ] : https://github.com/todotxt/todo.txt-cli/pull/246
504525[ #249 ] : https://github.com/todotxt/todo.txt-cli/pull/249
526+ [ #254 ] : https://github.com/todotxt/todo.txt-cli/pull/254
505527[ #264 ] : https://github.com/todotxt/todo.txt-cli/pull/264
506528[ #270 ] : https://github.com/todotxt/todo.txt-cli/pull/270
507529[ #271 ] : https://github.com/todotxt/todo.txt-cli/pull/271
530+ [ #276 ] : https://github.com/todotxt/todo.txt-cli/pull/276
508531[ #289 ] : https://github.com/todotxt/todo.txt-cli/pull/289
509532[ #295 ] : https://github.com/todotxt/todo.txt-cli/pull/295
510533[ #300 ] : https://github.com/todotxt/todo.txt-cli/pull/300
511534[ #301 ] : https://github.com/todotxt/todo.txt-cli/pull/301
535+ [ #346 ] : https://github.com/todotxt/todo.txt-cli/pull/346
536+ [ #354 ] : https://github.com/todotxt/todo.txt-cli/pull/354
537+ [ #359 ] : https://github.com/todotxt/todo.txt-cli/pull/359
538+ [ #386 ] : https://github.com/todotxt/todo.txt-cli/pull/386
0 commit comments