Skip to content
/ chawan Public

Tags: kachick/chawan

Tags

v0.3.3

Toggle v0.3.3's commit message
* fix bugs in our libregexp UTF-8 patch

* fix various proxy authentication bugs
* fix [attr|=value] and :lang() pseudo-class bugs
* fix localStorage.key function
* fix gotoLine malfunctioning in select menu
* fix bug in negation of the minimum layout unit value
* remove broken backslash escape parsing in key mapping

v0.3.2

Toggle v0.3.2's commit message
* bump version string

(I forgot to do it in v0.3.1...)

v0.3.1

Toggle v0.3.1's commit message
* fix cached images not being cleared when a buffer is deleted

* fix NULL deref in jebp (my bad)
* fix y/n being truncated out of long ask() prompts
* fix load info not being set on cycling between buffers
* fix color blending over body bgcolor
* fix glitched error handling in DOM reflection functions

v0.3.0

Toggle v0.3.0's commit message
Second major release.

See the NEWS file for a changelog.

v0.2.2

Toggle v0.2.2's commit message
* fix referrer policy handling with referer-from=true

* fix compilation on OpenBSD + ancient Nim
* fix crash on hitting C-c on buffers waiting for connection
* fix a rare fd leak

v0.2.1

Toggle v0.2.1's commit message
Patch release.

Fixes:
* fix buffer cloning on musl
* fix crash when saving cookies
* fix possible crash in CanvasRenderingContext2D#closePath
* fix mystery miscompilation bug on macOS
* fix reading from stdin in interactive mode on macOS

v0.2.0

Toggle v0.2.0's commit message
Initial release