summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNRK <nrk@disroot.org>2021-09-16 22:15:28 +0200
committerN-R-K <79544946+N-R-K@users.noreply.github.com>2021-09-16 22:28:18 +0200
commit956faac00c0a98c26ba6b8c8d2b82af6f5f981da (patch)
treea99eddf6feb001e5028bb71ec1ee84fea72d14dd
parent0d8dcfd5210cbbf0e333cae4936f4828b8700d08 (diff)
downloadnsxiv-956faac00c0a98c26ba6b8c8d2b82af6f5f981da.tar.zst
cleanup docs
-rw-r--r--CHANGELOG.md29
-rw-r--r--README.md4
2 files changed, 20 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cfa7d22..3263e85 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,31 +1,36 @@
nsxiv
-----
-**Stable releases**
+**[git](https://github.com/nsxiv/nsxiv)**
+*(September 16, 2021)*
-**[v27](https://github.com/nsxiv/nsxiv/archive/v27.tar.gz)**
-*(September 14, 2021)*
+* Changes:
-Changes:
* Re-release under the name nsxiv
- * Sxiv.foreground and Sxiv.background changed to Nsxiv.window.foreground and Nsxiv.window.background
- * `Sxiv.font` changed to `Nsxiv.bar.font`
- * Rework the build system (#19). Now by default we'll build with only optional dependencies that are already installed
-Added:
+ * Xresources `Sxiv.foreground` and `Sxiv.background` changed
+ to `Nsxiv.window.foreground` and `Nsxiv.window.background`
+ * Xresources `Sxiv.font` changed to `Nsxiv.bar.font`
+ * Rework the build system (#19). Now by default we'll build
+ with only optional dependencies that are already installed
+
+* Added:
+
* Fill scale mode (#2)
* Configurable X window title (via `config.h` and the `-T` flag) (#23)
* Support custom bar colors via Xresources (#19)
- * Toggle animation playback with Ctrl-a (#33)
+ * Toggle animation playback with <kbd>Ctrl-a</kbd> (#33)
* Set `_NET_WM_PID` and `WM_CLIENT_MACHINE` X properties (#13)
- * Set ICCCM WM manager hints (#12)
-Fixes:
+ * Set `ICCCM WM manager` hints (#12)
+
+* Fixes:
+
* Cli flag `-G` not initially setting gamma (#31)
* Wrong keybinding description in the manpage (#14)
* .desktop entry not advertising webp support (#15)
* Prevent crash when embedded into transparent window (#3)
* Small memory leak (#57)
* Rare crash when showing some GIFs (#41)
- * Rare event when nsxiv wouldn't close after window being destroyed (#53)
+ * Rare event where nsxiv wouldn't close after window being destroyed (#53)
sxiv
diff --git a/README.md b/README.md
index 2de6187..4c7fa35 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@ Yes, see [nsxiv-rifle](https://github.com/nsxiv/nsxiv/wiki/nsxiv-rifle)
Yes, see [nsxiv-env](https://github.com/nsxiv/nsxiv/wiki/nsxiv-env)
* Can I pipe images into nsxiv? <br>
-No, not yet. See https://github.com/nsxiv/nsxiv/issues/32
+No, not yet. See #32
Download
@@ -124,3 +124,5 @@ You can [browse](https://github.com/nsxiv/nsxiv) the source code repository
on GitHub or get a copy using git with the following command:
$ git clone https://github.com/nsxiv/nsxiv.git
+
+You can view the changelog [here](CHANGELOG.md)