2022-11-13 00:22:18 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Nov 12 23:20:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Verify signatures from public keyring by adding author's public pgp key.
|
|
|
|
|
2022-11-09 10:11:47 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 9 09:10:56 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Add default configuration in /etc/xplr/
|
|
|
|
|
2022-11-03 11:38:26 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Nov 3 08:32:34 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Remove marketing blether from descriptions.
|
|
|
|
|
2022-11-02 10:08:08 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 2 09:02:52 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Update to version 0.20.0:
|
|
|
|
* BREAKING: xplr shell (:!) will default to null (\0) delimited pipes, as
|
|
|
|
opposed to newline (\n) delimited ones (i.e. will use Call0 instead of
|
|
|
|
Call).
|
|
|
|
* Use new messages for safer file path handling (\0 delimited):
|
|
|
|
- Call0
|
|
|
|
- CallSilently0
|
|
|
|
- BashExec0
|
|
|
|
- BashExecSilently0
|
|
|
|
* Use new sub-commands for safer message passing:
|
|
|
|
- -m FORMAT [ARGUMENT]... / --pipe-msg-in FORMAT [ARGUMENT]...
|
|
|
|
- -M FORMAT [ARGUMENT]... / --print-msg-in FORMAT [ARGUMENT]...
|
|
|
|
- Where FORMAT is a YAML string that may contain %s, %q and %%
|
|
|
|
- placeholders and ARGUMENT is the value per placeholder. See init.lua
|
|
|
|
* Use --vroot to isolate navigation of an xplr session inside a specific
|
|
|
|
directory. Interaction still requires passing full path, and shell,
|
|
|
|
lua functions etc still can access paths outside vroot.
|
|
|
|
* Use the following messages to switch vroot at runtime, or the use key
|
|
|
|
bindings available in the new builtin mode "vroot" (mapped to : v).
|
|
|
|
- SetVroot
|
|
|
|
- UnsetVroot
|
|
|
|
- ToggleVroot
|
|
|
|
- ResetVroot
|
|
|
|
* Use $XPLR_INITIAL_PWD and Lua equivalent to implement workspace like
|
|
|
|
features without using virtual root. Use keys gi to go to the initial
|
|
|
|
working directory from anywhere.
|
|
|
|
* Use the convenient xplr.util utility functions in your Lua function calls.
|
|
|
|
See xplr.util API docs.
|
|
|
|
* Improved CLI errors.
|
|
|
|
* Finished documentation.
|
|
|
|
* UI updates to handle newlines in path.
|
|
|
|
|
2022-10-29 01:22:02 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 28 23:20:47 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Update vendored dependencies.
|
|
|
|
- Add _service file for OBS cargo vendor and cargo audit.
|
|
|
|
|
2022-10-28 15:23:31 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Oct 27 14:53:26 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
|
|
|
|
|
|
|
- Initial spec for xplr 0.19.4
|