From 8f0322c2e33cd39208bd2693fde968ba47a93e6e Mon Sep 17 00:00:00 2001 From: NRK Date: Sun, 15 Jan 2023 15:27:25 +0600 Subject: Release version 31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Berke Kocaoğlu --- config.mk | 2 +- etc/CHANGELOG.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 1 deletion(-) diff --git a/config.mk b/config.mk index b79a63a..fdd50a8 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # nsxiv version -VERSION = 30 +VERSION = 31 # PREFIX for install PREFIX = /usr/local diff --git a/etc/CHANGELOG.md b/etc/CHANGELOG.md index ce62edf..aefb36f 100644 --- a/etc/CHANGELOG.md +++ b/etc/CHANGELOG.md @@ -8,6 +8,54 @@ there may be more changes. Please use `git log` to view them. - - - +**[v31](https://codeberg.org/nsxiv/nsxiv/archive/v31.tar.gz)** +*(January 28, 2023)* + +* Changes: + + * Uncritical files moved to `etc/`. [#350] + * Empty Xresource entry will now be ignored. [#340] + * `win-title` will be read in a non-blocking manner. [#314] + +* Added: + + * Support for multi-frame images via `Imlib2`. [#373] + * Support for long-opts. [#332] + * Cli flag `--anti-alias` to enable/disable anti-aliasing. [#361] + * Cli flag `--alpha-layer` to enable/disable checkerboard background. [#408] + * Accept directory via stdin (-i) [#383] + * Support for modifying brightness and contrast [#396] + +* Fixes: + + * Build failure when `_SC_PHYS_PAGES` is not defined. [#334] + * Various statusbar issues. [#353],[#341] + * Crashes due to faulty signal-handler. [#411] + * Potential memory leak in `r_readdir()`. [#319] + * Potentially printing incorrect error message. [#321] + * Wrong slideshow length on animated webp. [#381] + * Document missing Ctrl+6 binding in the manpage. [#347] + +[#314]: https://codeberg.org/nsxiv/nsxiv/pulls/314 +[#319]: https://codeberg.org/nsxiv/nsxiv/pulls/319 +[#321]: https://codeberg.org/nsxiv/nsxiv/pulls/321 +[#332]: https://codeberg.org/nsxiv/nsxiv/pulls/332 +[#334]: https://codeberg.org/nsxiv/nsxiv/pulls/334 +[#340]: https://codeberg.org/nsxiv/nsxiv/pulls/340 +[#341]: https://codeberg.org/nsxiv/nsxiv/pulls/341 +[#347]: https://codeberg.org/nsxiv/nsxiv/pulls/347 +[#350]: https://codeberg.org/nsxiv/nsxiv/pulls/350 +[#353]: https://codeberg.org/nsxiv/nsxiv/pulls/353 +[#361]: https://codeberg.org/nsxiv/nsxiv/pulls/361 +[#373]: https://codeberg.org/nsxiv/nsxiv/pulls/373 +[#381]: https://codeberg.org/nsxiv/nsxiv/pulls/381 +[#383]: https://codeberg.org/nsxiv/nsxiv/pulls/383 +[#396]: https://codeberg.org/nsxiv/nsxiv/pulls/396 +[#408]: https://codeberg.org/nsxiv/nsxiv/pulls/408 +[#411]: https://codeberg.org/nsxiv/nsxiv/pulls/411 + +- - - + ***SPECIAL NOTE***: Due to [this incident](https://codeberg.org/nsxiv/nsxiv-tmp/issues/1) we have moved development over to [CodeBerg](https://codeberg.org/nsxiv/nsxiv). -- cgit v1.2.3-54-g00ecf