You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
* 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
* 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
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