- Update to 3.1.2:

* Fix loading .erdtree.toml on Windows #218
  * Fixed race to print #220

- Update to 3.1.1:
  * Fix deadlock issue #214

- Update to 3.1:
  * Multiple configs with .erdtree.toml
  * Increased performance with --suppress-size
  * -x, --one-file-system
  * Support for NO_COLOR
  * Inverted flat layout
  * Aliases: atime, ctime, and mtime
  * ctrlc handler to restore cursor if progress indicator is enabled
  * .erdtreerc will be deprecated by v3.3 in favor of .erdtree.toml.
    Please be sure to migrate by then and be sure to visit the Changelog
    for further details about .erdtree.toml and the new release.

OBS-URL: https://build.opensuse.org/package/show/utilities/erdtree?expand=0&rev=20
This commit is contained in:
Michael Vetter 2023-07-02 18:04:19 +00:00 committed by Git OBS Bridge
parent 5be3d9e4e1
commit e023b08003
6 changed files with 35 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://github.com/solidiquis/erdtree.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">v3.0.2</param>
<param name="revision">v3.1.2</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f231007bd22a6ca82598aa05f4e8bfa0f1c07121251d483035ad7272d5adc97
size 5025183

3
erdtree-3.1.2~0.tar.zst Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:517ece831cd4e00e730f1f6c27a33162b2335e062ee117b0aad226df295fb80b
size 5030750

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Sun Jul 2 17:59:39 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 3.1.2:
* Fix loading .erdtree.toml on Windows #218
* Fixed race to print #220
-------------------------------------------------------------------
Sun Jul 2 17:59:14 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 3.1.1:
* Fix deadlock issue #214
-------------------------------------------------------------------
Sun Jul 2 17:57:37 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 3.1:
* Multiple configs with .erdtree.toml
* Increased performance with --suppress-size
* -x, --one-file-system
* Support for NO_COLOR
* Inverted flat layout
* Aliases: atime, ctime, and mtime
* ctrlc handler to restore cursor if progress indicator is enabled
* .erdtreerc will be deprecated by v3.3 in favor of .erdtree.toml.
Please be sure to migrate by then and be sure to visit the Changelog
for further details about .erdtree.toml and the new release.
-------------------------------------------------------------------
Fri Jun 23 09:31:18 UTC 2023 - Michael Vetter <mvetter@suse.com>

View File

@ -17,7 +17,7 @@
Name: erdtree
Version: 3.0.2~0
Version: 3.1.2~0
Release: 0
Summary: A multi-threaded file-tree visualizer and disk usage analyzer
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:762851bf76b5fffcc98fd5e83987872d5d08e3a1f0abdf136c3d82c783254228
size 26010385
oid sha256:38e9b7f05da336b57cdf575bf2626f19e98877ef19dd8028d67f0404ca096d68
size 27061079