diff --git a/chafa-1.10.0.tar.xz b/chafa-1.10.0.tar.xz new file mode 100644 index 0000000..4a26dfd --- /dev/null +++ b/chafa-1.10.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f4b8b1541f98230af11d4de2e8dc8b8a4c537dbd57dc2f63f2e0a48d3d68ee +size 511416 diff --git a/chafa-1.8.0.tar.xz b/chafa-1.8.0.tar.xz deleted file mode 100644 index d0641f1..0000000 --- a/chafa-1.8.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21ff652d836ba207098c40c459652b2f1de6c8a64fbffc62e7c6319ced32286b -size 435712 diff --git a/chafa.changes b/chafa.changes index 4231b8b..d6ca9ab 100644 --- a/chafa.changes +++ b/chafa.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Mon Mar 21 11:08:11 UTC 2022 - Michael Vetter + +- Update to 0.10.0: + * New option: --animate . On by default. Can be turned off + to replace animations with a still frame #79. + * New option: --center or -C . Off by default. Can + be turned on to center images #83. + * New options: --margin-bottom and --margin-right . These + permit using all available space (with --margin-bottom 0) or some + smaller amount #61. + * New option: --polite . On by default. Can be turned off to + correct issues caused by previous terminal state (e.g. no sixel scrolling) + and improve presentation (e.g. by temporarily hiding the cursor). This can + leave the terminal in an altered state, which is somewhat rude. + * New option: --threads . Allows manually specifying the number of threads to + use. Defaults to one per detected logical CPU core. + * When invoked with redirected input and no arguments, act like a + filter as if invoked with -. + * If input or output is being redirected, default to playing animations only once + instead of looping forever. This can be overridden with -d inf. + * Replaced obsolete Autoconf macros. + * Improved image loaders: + + GIF: Load GIF87a images as well as GIF89a. + + PNG: Add an internal copy of LodePNG, bypassing ImageMagick. + This improves performance and helps with eventually phasing out the latter. + + XWD: Support images generated by convert. + * Improved terminal support: + + Contour: Enable sixel support. + + foot: Open-ended TERM string matching. + + Konsole: Enable sixel support. + + WezTerm: Enable sixel support. + * Bug fixes: + + #76 Smolscale uses too much stack space. + + #81 Chafa --version is returned to stderr, not stdout. + + [unfiled] Potential memory overrun when using Floyd-Steinberg dithering + in symbols mode. + + [unfiled] iTerm2 compatibility issue with WezTerm and possi + ------------------------------------------------------------------- Wed Sep 1 10:08:10 UTC 2021 - Michael Vetter diff --git a/chafa.spec b/chafa.spec index d3698b2..2a7c754 100644 --- a/chafa.spec +++ b/chafa.spec @@ -1,7 +1,7 @@ # # spec file for package chafa # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: chafa -Version: 1.8.0 +Version: 1.10.0 Release: 0 Summary: Image-to-text converter for terminal License: LGPL-3.0-or-later