From 33a5d54cae441e447186c640747740dabc0c05fe Mon Sep 17 00:00:00 2001 From: NRK Date: Wed, 15 Jun 2022 16:07:46 +0200 Subject: Release version 30 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: NRK Co-authored-by: Berke Kocaoğlu --- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cad92..c387650 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,54 @@ nsxiv ----- -**[git](https://github.com/nsxiv/nsxiv.git)** +**[git](https://codeberg.org/nsxiv/nsxiv.git)** Changes will only be documented on stable releases. If you're on git/master then there may be more changes. Please use `git log` to view them. - - - +***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). +A lot of the references below may now be 404 or you may notice some users +talking to themselves. + +Any threads which survived the wipe have been migrated over to codeberg and can +be reached via `https://codeberg.org/nsxiv/nsxiv/pulls/ID`. + +- - - + +**[v30](https://codeberg.org/nsxiv/nsxiv/archive/v30.tar.gz)** +*(June 15, 2022)* + +* Changes: + + * Development and main repository moved over to Codeberg. + See the special note above for more info. + * `autoreload_{inotify,nop}.c` merged into a single file, `autoreload.c`. (#263) + * Moved all configuration related macros to `config.mk`. (#264) + * `win-title` is now called only when there's change rather than being called + on each redraw. (#266) + +* Added: + + * Added more mimetypes to the `.desktop` entry. (#260) + * Added `thumb-info` for customizing the statusbar in thumbnail-mode. (#265) + * Added comments for building on OpenBSD. (#264) + +* Fixes: + + * "Too many open file" error due to not closing the win-title script. (#245) + * `-f` now directly starts in fullscreen mode rather than opening a normal + window and then going fullscreen. (#251) + * Broken slideshow on slow systems or fast animations. (#282) + * Memory leak when removing an image in thumbnail mode. (#247) + * Correctly setting `_NET_WM_PID`. (#251) + * Don't override statusbar if info script doesn't exist. (#271) + * Potential misbehavior regarding font. (#250) + +- - - + **[v29](https://github.com/nsxiv/nsxiv/archive/v29.tar.gz)** *(March 03, 2022)* -- cgit v1.2.3-54-g00ecf