mirror of
https://github.com/sayanarijit/xplr
synced 2024-11-04 18:00:14 +00:00
Automated deployment: Sat Dec 11 16:11:22 UTC 2021 7364812554
This commit is contained in:
parent
52453e70c0
commit
c823d0c96f
@ -3058,6 +3058,20 @@ e.g. <code>app-1.0.0</code> with <code>config-1.1.0</code>. But vice versa is fi
|
||||
compatibility.</p>
|
||||
</details>
|
||||
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
|
||||
<h4 id="v0164---v0170"><a class="header" href="#v0164---v0170"><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.0">v0.17.0</a></a></h4>
|
||||
<ul>
|
||||
<li>Deprecated <code>app.directory_buffer</code>, <code>app.history</code>, and <code>app.last_modes</code> in
|
||||
the custom dynamic layout renderer context.
|
||||
As of now, there's no way to access these fields in dynamic layouts. While
|
||||
<code>app.history</code> and <code>app.last_modes</code> can be re-added upon request
|
||||
(with justification), <code>app.directory_buffer</code> has been deprecated for good.
|
||||
However, there's no change in the <code>CallLua*</code> context.</li>
|
||||
<li>Set <code>xplr.config.general.help_hide_remaps</code> to <code>true</code> to hide the remaps in
|
||||
help menu.</li>
|
||||
<li><code>None</code> will be serialized to <code>nil</code> in Lua.</li>
|
||||
<li><code>LuaEval</code> can now return a function that will be called with the Lua Context
|
||||
argument. Refer to the <code>Full List of Messages</code> doc for example.</li>
|
||||
</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>
|
||||
<ul>
|
||||
<li>Deprecated <code>config.general.cursor</code>. The default terminal cursor will be used
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -177,6 +177,20 @@ e.g. <code>app-1.0.0</code> with <code>config-1.1.0</code>. But vice versa is fi
|
||||
compatibility.</p>
|
||||
</details>
|
||||
<h3 id="instructions"><a class="header" href="#instructions">Instructions</a></h3>
|
||||
<h4 id="v0164---v0170"><a class="header" href="#v0164---v0170"><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.0">v0.17.0</a></a></h4>
|
||||
<ul>
|
||||
<li>Deprecated <code>app.directory_buffer</code>, <code>app.history</code>, and <code>app.last_modes</code> in
|
||||
the custom dynamic layout renderer context.
|
||||
As of now, there's no way to access these fields in dynamic layouts. While
|
||||
<code>app.history</code> and <code>app.last_modes</code> can be re-added upon request
|
||||
(with justification), <code>app.directory_buffer</code> has been deprecated for good.
|
||||
However, there's no change in the <code>CallLua*</code> context.</li>
|
||||
<li>Set <code>xplr.config.general.help_hide_remaps</code> to <code>true</code> to hide the remaps in
|
||||
help menu.</li>
|
||||
<li><code>None</code> will be serialized to <code>nil</code> in Lua.</li>
|
||||
<li><code>LuaEval</code> can now return a function that will be called with the Lua Context
|
||||
argument. Refer to the <code>Full List of Messages</code> doc for example.</li>
|
||||
</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>
|
||||
<ul>
|
||||
<li>Deprecated <code>config.general.cursor</code>. The default terminal cursor will be used
|
||||
|
Loading…
Reference in New Issue
Block a user