mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-18 09:26:05 +00:00
deploy: bfd403c894
This commit is contained in:
parent
c39588ad4f
commit
ea14d1008b
@ -3355,7 +3355,7 @@ e.g. <code>app-1.0.0</code> with <code>config-1.1.0</code>. But vice versa is fi
|
|||||||
compatibility.</p>
|
compatibility.</p>
|
||||||
</details>
|
</details>
|
||||||
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
|
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
|
||||||
<h4 id="v0164---v0172"><a class="header" href="#v0164---v0172"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.17.2">v0.17.2</a></a></h4>
|
<h4 id="v0164---v0173"><a class="header" href="#v0164---v0173"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.17.3">v0.17.3</a></a></h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Deprecated <code>app.directory_buffer</code>, <code>app.history</code>, and <code>app.last_modes</code> in
|
<li>Deprecated <code>app.directory_buffer</code>, <code>app.history</code>, and <code>app.last_modes</code> in
|
||||||
the custom dynamic layout renderer context.
|
the custom dynamic layout renderer context.
|
||||||
@ -3374,6 +3374,9 @@ occur.</li>
|
|||||||
<li>From version v0.17.2, you can use CLI argument <code>--print-pwd-as-result</code> for cd
|
<li>From version v0.17.2, you can use CLI argument <code>--print-pwd-as-result</code> for cd
|
||||||
on quit, and key binding <code>ctrl-d</code> to duplicate a path in the same directory
|
on quit, and key binding <code>ctrl-d</code> to duplicate a path in the same directory
|
||||||
with a different name.</li>
|
with a different name.</li>
|
||||||
|
<li>Since version v0.17.3, you can use <code>border_type</code>, <code>border_style</code> to customize
|
||||||
|
borders, and <code>enforce_bounded_index_navigation</code> to customize up/down
|
||||||
|
navigation behavior when focus is on the top or bottom node.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="v0152---v0164"><a class="header" href="#v0152---v0164"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.15.2">v0.15.2</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a></a></h4>
|
<h4 id="v0152---v0164"><a class="header" href="#v0152---v0164"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.15.2">v0.15.2</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a></a></h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -177,7 +177,7 @@ e.g. <code>app-1.0.0</code> with <code>config-1.1.0</code>. But vice versa is fi
|
|||||||
compatibility.</p>
|
compatibility.</p>
|
||||||
</details>
|
</details>
|
||||||
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
|
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
|
||||||
<h4 id="v0164---v0172"><a class="header" href="#v0164---v0172"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.17.2">v0.17.2</a></a></h4>
|
<h4 id="v0164---v0173"><a class="header" href="#v0164---v0173"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.17.3">v0.17.3</a></a></h4>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Deprecated <code>app.directory_buffer</code>, <code>app.history</code>, and <code>app.last_modes</code> in
|
<li>Deprecated <code>app.directory_buffer</code>, <code>app.history</code>, and <code>app.last_modes</code> in
|
||||||
the custom dynamic layout renderer context.
|
the custom dynamic layout renderer context.
|
||||||
@ -196,6 +196,9 @@ occur.</li>
|
|||||||
<li>From version v0.17.2, you can use CLI argument <code>--print-pwd-as-result</code> for cd
|
<li>From version v0.17.2, you can use CLI argument <code>--print-pwd-as-result</code> for cd
|
||||||
on quit, and key binding <code>ctrl-d</code> to duplicate a path in the same directory
|
on quit, and key binding <code>ctrl-d</code> to duplicate a path in the same directory
|
||||||
with a different name.</li>
|
with a different name.</li>
|
||||||
|
<li>Since version v0.17.3, you can use <code>border_type</code>, <code>border_style</code> to customize
|
||||||
|
borders, and <code>enforce_bounded_index_navigation</code> to customize up/down
|
||||||
|
navigation behavior when focus is on the top or bottom node.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h4 id="v0152---v0164"><a class="header" href="#v0152---v0164"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.15.2">v0.15.2</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a></a></h4>
|
<h4 id="v0152---v0164"><a class="header" href="#v0152---v0164"><a href="https://github.com/sayanarijit/xplr/releases/tag/v0.15.2">v0.15.2</a> -> <a href="https://github.com/sayanarijit/xplr/releases/tag/v0.16.4">v0.16.4</a></a></h4>
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user