SHA256
1
0
forked from pool/xplr

Accepting request 1056093 from home:dirkmueller:Factory

- update to v0.20.1:
  * xplr shell will default to $SHELL, using bash as a fallback. oh-my-zsh
    users please add TRAPEXIT() { echoti rmkx; } in your .zshrc (see #499
    for more info).
  * (experiment) xplr will now display full-screen help menu in intermediate
    modes. Set xplr.config.modes.builtin[mode].layout = nil to disable. e.g.
    xplr.config.modes.builtin.create.layout = nil
  * Added new utility functions to work with json and yaml data.
  * xplr.util.from_json()
  * xplr.util.to_json()
  * xplr.util.from_yaml()
  * xplr.util.to_yaml()
  * Added new utility function xplr.util.version() to get the currently
    running binary version (semantic versioning fields).
  * Fixed displaying multispace characters (Japanese, Chinese...), thanks to
    @Elvyria for contributing to tui-input.
  * Fixed a bug causing the creation of a new directory
  * Minor UI updates.

OBS-URL: https://build.opensuse.org/request/show/1056093
OBS-URL: https://build.opensuse.org/package/show/utilities/xplr?expand=0&rev=10
This commit is contained in:
Soc Virnyl Estela
2023-01-04 22:52:43 +00:00
committed by Git OBS Bridge
parent e542d660b9
commit 44e372586a
8 changed files with 45 additions and 23 deletions

View File

@@ -17,7 +17,7 @@
Name: xplr
Version: 0.20.0
Version: 0.20.1
Release: 0
Summary: TUI file explorer
License: MIT