aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2021-02-21 03:06:28 +0000
committerTatsuya Kinoshita <tats@debian.org>2021-02-21 03:06:28 +0000
commite33ed88bc2629378994498461db1cc551403e81a (patch)
tree76ce038936f18c038eef9306f7c3a1f82b4ed2e6
parentDon't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVEL (diff)
downloadw3m-e33ed88bc2629378994498461db1cc551403e81a.tar.gz
w3m-e33ed88bc2629378994498461db1cc551403e81a.zip
Update ChangeLog
Diffstat (limited to '')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e05446f..0a3cc2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2021-02-21 Tatsuya Kinoshita <tats@debian.org>
+
+ * main.c: Don't use SECLEVEL when not OPENSSL_TLS_SECURITY_LEVEL.
+
+ * doc/w3m.1, main.c: Add eNULL to ssl_cipher when -insecure.
+
+2021-02-21 bptato <nincsnevem662@gmail.com>
+
+ Improved iTerm2 image display + initial kitty image support
+ Origin: https://github.com/tats/w3m/pull/168
+
+ * image.c, rc.c, terms.c:
+ Convert images to PNG for kitty with ImageMagick.
+
+ * terms.c: Fix potential segfault.
+
+ * terms.c: Fix small images on kitty.
+
+ * etc.c, fm.h, image.c, rc.c, terms.c: Support kitty image protocol.
+
+ * etc.c, terms.c: Handle iTerm2 images more efficiently.
+
2021-02-17 Tatsuya Kinoshita <tats@debian.org>
* libwc/iso2022.c, w3mimgdisplay.c: Typo fix.