You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[795cbe9](https://github.com/alexpasmantier/television/commit/795cbe9492c2e36ef42fd765877b88b0971d35d8)*(cable)* Add podman channels by @delafthi in [#954](https://github.com/alexpasmantier/television/pull/954)
12
+
13
+
-[d6918d8](https://github.com/alexpasmantier/television/commit/d6918d842c26455b4083c43c97301363233b6221)*(cable)* Introduce tailscale-exit-node channel by @lucemans in [#950](https://github.com/alexpasmantier/television/pull/950)
14
+
15
+
-[f2b68c4](https://github.com/alexpasmantier/television/commit/f2b68c4292448127601eb6982f454c318409ffa3)*(shell)* Add a proper standard shell autocomplete generation subcommand by @alexpasmantier in [#930](https://github.com/alexpasmantier/television/pull/930)
16
+
17
+
### 🐛 Bug Fixes
18
+
19
+
-[c25376d](https://github.com/alexpasmantier/television/commit/c25376de998f18ed081ec2406b0ef5986a3f9372)*(config)* Bat cannot print file paths that starts with '-' on windows by @LeeSF03 in [#946](https://github.com/alexpasmantier/television/pull/946)
20
+
21
+
-[6ba67b1](https://github.com/alexpasmantier/television/commit/6ba67b1c5d76dc7adb4675c482d186514be59364)*(deps)* Resolve dependabot security vulnerabilities by @alexpasmantier
22
+
23
+
-[4a56d12](https://github.com/alexpasmantier/television/commit/4a56d129b9a2788aace6764887edc526da964388)*(docs)* Escape curly braces in changelog for MDX compatibility by @alexpasmantier
24
+
25
+
-[0ee2d39](https://github.com/alexpasmantier/television/commit/0ee2d39bd26e847e611bdccf8736947ad42fbf14)*(frecency)* Persist external-action selections before execute by @lalvarezt in [#923](https://github.com/alexpasmantier/television/pull/923)
26
+
27
+
-[e525063](https://github.com/alexpasmantier/television/commit/e52506350b2b4265c2ff4a66d0cc61c70d809385)*(previewer)* Prevent panic when scroll exceeds content lines length by @CodeMarco05 in [#949](https://github.com/alexpasmantier/television/pull/949)
28
+
29
+
-[8f7444a](https://github.com/alexpasmantier/television/commit/8f7444a1472ab3fa4a761121d96d5400e8a78494)*(results)* Fix visual jitter when results first appear by @alexpasmantier in [#952](https://github.com/alexpasmantier/television/pull/952)
30
+
31
+
-[630e537](https://github.com/alexpasmantier/television/commit/630e5371cef56194a7c53494b360b52b6d41a02b)*(shell)* Support interactive mode for PowerShell on Windows by @alexpasmantier in [#932](https://github.com/alexpasmantier/television/pull/932)
32
+
33
+
-[6fbfc23](https://github.com/alexpasmantier/television/commit/6fbfc23fc41a9da342679d2573b1c40792d23906)*(tests)* Use timeout-based assertions for flaky selection tests by @alexpasmantier in [#953](https://github.com/alexpasmantier/television/pull/953)
34
+
35
+
-[ebac256](https://github.com/alexpasmantier/television/commit/ebac256bf8779a2c3a705488e5e5b692c535b135)*(uncategorized)* Select-1 with prefilled input by @lalvarezt in [#942](https://github.com/alexpasmantier/television/pull/942)
36
+
37
+
### 🚜 Refactor
38
+
39
+
-[015495f](https://github.com/alexpasmantier/television/commit/015495f623f944f0551f2e152e42895e98cdc546)*(uncategorized)* Remove redundant install dir branch by @f440 in [#941](https://github.com/alexpasmantier/television/pull/941)
40
+
41
+
### 📚 Documentation
42
+
43
+
-[c5bb97c](https://github.com/alexpasmantier/television/commit/c5bb97cabe6ea50864bc272390882db2c727c3f4)*(uncategorized)* Fix templating syntax default delimiter. by @alexpasmantier
44
+
45
+
### ⚡ Performance
46
+
47
+
-[d1e9963](https://github.com/alexpasmantier/television/commit/d1e996319aff1982ca83d6c85f9b0d09f598c113)*(uncategorized)* Wrap MergedConfig in Arc to avoid deep cloning on every render by @alexpasmantier in [#933](https://github.com/alexpasmantier/television/pull/933)
48
+
49
+
### ⚙️ Miscellaneous Tasks
50
+
51
+
-[33d84a5](https://github.com/alexpasmantier/television/commit/33d84a5b20a78b02ccca74eebe4ca49ef9b7647f)*(website)* Update dependencies and fix docsearch v4 compatibility by @alexpasmantier
52
+
53
+
-[df02076](https://github.com/alexpasmantier/television/commit/df0207695b54477cb709d5d0968d0c2971445152)*(uncategorized)* Release version 0.15.4 by @alexpasmantier
54
+
55
+
-[181112b](https://github.com/alexpasmantier/television/commit/181112b06456d2cfd0b27b72b7f17b143099a44e)*(uncategorized)* Update nucleo fork dependency to allow publishing on crates.io again by @alexpasmantier
56
+
57
+
-[3681431](https://github.com/alexpasmantier/television/commit/3681431cd4677f5c93a9c4ad9c0a0164788bc488)*(uncategorized)* Modify nightly source to https format by @atlarator in [#926](https://github.com/alexpasmantier/television/pull/926)
58
+
59
+
60
+
61
+
### New Contributors
62
+
*@delafthi made their first contribution in [#954](https://github.com/alexpasmantier/television/pull/954)
63
+
*@lucemans made their first contribution in [#950](https://github.com/alexpasmantier/television/pull/950)
64
+
*@LeeSF03 made their first contribution in [#946](https://github.com/alexpasmantier/television/pull/946)
65
+
*@f440 made their first contribution in [#941](https://github.com/alexpasmantier/television/pull/941)
66
+
*@CodeMarco05 made their first contribution in [#949](https://github.com/alexpasmantier/television/pull/949)
67
+
*@atlarator made their first contribution in [#926](https://github.com/alexpasmantier/television/pull/926)
-[795cbe9](https://github.com/alexpasmantier/television/commit/795cbe9492c2e36ef42fd765877b88b0971d35d8)*(cable)* Add podman channels by @delafthi in [#954](https://github.com/alexpasmantier/television/pull/954)
12
+
13
+
-[d6918d8](https://github.com/alexpasmantier/television/commit/d6918d842c26455b4083c43c97301363233b6221)*(cable)* Introduce tailscale-exit-node channel by @lucemans in [#950](https://github.com/alexpasmantier/television/pull/950)
14
+
15
+
-[f2b68c4](https://github.com/alexpasmantier/television/commit/f2b68c4292448127601eb6982f454c318409ffa3)*(shell)* Add a proper standard shell autocomplete generation subcommand by @alexpasmantier in [#930](https://github.com/alexpasmantier/television/pull/930)
16
+
17
+
### 🐛 Bug Fixes
18
+
19
+
-[c25376d](https://github.com/alexpasmantier/television/commit/c25376de998f18ed081ec2406b0ef5986a3f9372)*(config)* Bat cannot print file paths that starts with '-' on windows by @LeeSF03 in [#946](https://github.com/alexpasmantier/television/pull/946)
20
+
21
+
-[6ba67b1](https://github.com/alexpasmantier/television/commit/6ba67b1c5d76dc7adb4675c482d186514be59364)*(deps)* Resolve dependabot security vulnerabilities by @alexpasmantier
22
+
23
+
-[4a56d12](https://github.com/alexpasmantier/television/commit/4a56d129b9a2788aace6764887edc526da964388)*(docs)* Escape curly braces in changelog for MDX compatibility by @alexpasmantier
24
+
25
+
-[0ee2d39](https://github.com/alexpasmantier/television/commit/0ee2d39bd26e847e611bdccf8736947ad42fbf14)*(frecency)* Persist external-action selections before execute by @lalvarezt in [#923](https://github.com/alexpasmantier/television/pull/923)
26
+
27
+
-[e525063](https://github.com/alexpasmantier/television/commit/e52506350b2b4265c2ff4a66d0cc61c70d809385)*(previewer)* Prevent panic when scroll exceeds content lines length by @CodeMarco05 in [#949](https://github.com/alexpasmantier/television/pull/949)
28
+
29
+
-[8f7444a](https://github.com/alexpasmantier/television/commit/8f7444a1472ab3fa4a761121d96d5400e8a78494)*(results)* Fix visual jitter when results first appear by @alexpasmantier in [#952](https://github.com/alexpasmantier/television/pull/952)
30
+
31
+
-[630e537](https://github.com/alexpasmantier/television/commit/630e5371cef56194a7c53494b360b52b6d41a02b)*(shell)* Support interactive mode for PowerShell on Windows by @alexpasmantier in [#932](https://github.com/alexpasmantier/television/pull/932)
32
+
33
+
-[6fbfc23](https://github.com/alexpasmantier/television/commit/6fbfc23fc41a9da342679d2573b1c40792d23906)*(tests)* Use timeout-based assertions for flaky selection tests by @alexpasmantier in [#953](https://github.com/alexpasmantier/television/pull/953)
34
+
35
+
-[ebac256](https://github.com/alexpasmantier/television/commit/ebac256bf8779a2c3a705488e5e5b692c535b135)*(uncategorized)* Select-1 with prefilled input by @lalvarezt in [#942](https://github.com/alexpasmantier/television/pull/942)
36
+
37
+
### 🚜 Refactor
38
+
39
+
-[015495f](https://github.com/alexpasmantier/television/commit/015495f623f944f0551f2e152e42895e98cdc546)*(uncategorized)* Remove redundant install dir branch by @f440 in [#941](https://github.com/alexpasmantier/television/pull/941)
40
+
41
+
### 📚 Documentation
42
+
43
+
-[c5bb97c](https://github.com/alexpasmantier/television/commit/c5bb97cabe6ea50864bc272390882db2c727c3f4)*(uncategorized)* Fix templating syntax default delimiter. by @alexpasmantier
44
+
45
+
### ⚡ Performance
46
+
47
+
-[d1e9963](https://github.com/alexpasmantier/television/commit/d1e996319aff1982ca83d6c85f9b0d09f598c113)*(uncategorized)* Wrap MergedConfig in Arc to avoid deep cloning on every render by @alexpasmantier in [#933](https://github.com/alexpasmantier/television/pull/933)
48
+
49
+
### ⚙️ Miscellaneous Tasks
50
+
51
+
-[33d84a5](https://github.com/alexpasmantier/television/commit/33d84a5b20a78b02ccca74eebe4ca49ef9b7647f)*(website)* Update dependencies and fix docsearch v4 compatibility by @alexpasmantier
52
+
53
+
-[df02076](https://github.com/alexpasmantier/television/commit/df0207695b54477cb709d5d0968d0c2971445152)*(uncategorized)* Release version 0.15.4 by @alexpasmantier
54
+
55
+
-[181112b](https://github.com/alexpasmantier/television/commit/181112b06456d2cfd0b27b72b7f17b143099a44e)*(uncategorized)* Update nucleo fork dependency to allow publishing on crates.io again by @alexpasmantier
56
+
57
+
-[3681431](https://github.com/alexpasmantier/television/commit/3681431cd4677f5c93a9c4ad9c0a0164788bc488)*(uncategorized)* Modify nightly source to https format by @atlarator in [#926](https://github.com/alexpasmantier/television/pull/926)
58
+
59
+
60
+
61
+
### New Contributors
62
+
*@delafthi made their first contribution in [#954](https://github.com/alexpasmantier/television/pull/954)
63
+
*@lucemans made their first contribution in [#950](https://github.com/alexpasmantier/television/pull/950)
64
+
*@LeeSF03 made their first contribution in [#946](https://github.com/alexpasmantier/television/pull/946)
65
+
*@f440 made their first contribution in [#941](https://github.com/alexpasmantier/television/pull/941)
66
+
*@CodeMarco05 made their first contribution in [#949](https://github.com/alexpasmantier/television/pull/949)
67
+
*@atlarator made their first contribution in [#926](https://github.com/alexpasmantier/television/pull/926)
@@ -2182,7 +2247,7 @@ All notable changes to this project will be documented in this file.
2182
2247
2183
2248
-[e034615](https://github.com/alexpasmantier/television/commit/e0346155945250defd3298a61aa3f6fee1518283)*(cable)* Make preview optional for cable channels by @alexpasmantier in [#155](https://github.com/alexpasmantier/television/pull/155)
2184
2249
2185
-
-[309ff53](https://github.com/alexpasmantier/television/commit/309ff537a499a0d9350c907735b07bdb016d7538)*(cli)* Allow passing --input \<STRING\> to prefill input prompt by @alexpasmantier in [#153](https://github.com/alexpasmantier/television/pull/153)
2250
+
-[309ff53](https://github.com/alexpasmantier/television/commit/309ff537a499a0d9350c907735b07bdb016d7538)*(cli)* Allow passing --input <STRING> to prefill input prompt by @alexpasmantier in [#153](https://github.com/alexpasmantier/television/pull/153)
2186
2251
2187
2252
-[557686e](https://github.com/alexpasmantier/television/commit/557686e1976ef474de314c790270985d6c7c73af)*(config)* Allow specifying multiple keymaps for the same action + better defaults by @alexpasmantier in [#149](https://github.com/alexpasmantier/television/pull/149)
0 commit comments