Skip to content

v0.4.0

Latest

Choose a tag to compare

@danielfn danielfn released this 07 Nov 14:55

Yarrand v0.4.0 - Security Enhancements & Link Control

This release adds important security features and improves external link handling for a safer and more flexible browsing experience.

✨ What's New

• Self-signed Certificate Support: Added option to allow self-signed TLS certificates for localhost and configured Yarr servers, enabling easier development and testing.
• External Link Handling: Introduced configurable external link blocking (enabled by default). When disabled, external links now open in the appropriate browser/app instead of within the WebView for better security and UX.

🔧 Why this matters

• Enhanced Security: Self-signed cert support allows secure connections to local/dev servers without compromising production security.
• Better UX: External links behave like in a normal browser, opening in dedicated apps while maintaining control through settings.

📚 Documentation

• Added screenshots to README showing main activity and settings screens.
• Various documentation updates and improvements, including alignment with build processes and new features.