Skip to content

v2.1.0

Latest

Choose a tag to compare

@ChrisHashing ChrisHashing released this 06 Nov 05:02

Release Notes - Min Browser v2.1.0

🚀 New Features

WTTP Protocol Support

  • Enhanced WTTP Protocol Handler: Improved WTTP (Web3 Transport Protocol) support with better error handling and performance
  • HTTP Range Request Support: Added support for partial content requests (range headers) for better media streaming
  • Conditional Requests: Added support for If-Modified-Since and If-None-Match headers for efficient caching
  • Shared WTTP Handler Instance: Optimized WTTP handler to use a single shared instance for better performance

🎨 UI/UX Improvements

Add your UI/UX changes here. Examples:

  • Improved address bar handling for WTTP URLs
  • Enhanced visual feedback for Web3 site navigation
  • Better error messages and user feedback
  • Updated UI components for better accessibility
  • Improved responsive design elements
  • Enhanced visual indicators for protocol types

🔧 Improvements

  • Protocol Handler Optimization: Optimized protocol registration and handling for better performance
  • Code Quality: Cleaned up commented-out code and removed unused variables
  • Error Handling: Enhanced error messages and logging for better debugging
  • URL Parsing: Improved URL parser for WTTP URLs with better edge case handling

🐛 Bug Fixes

  • Fixed WTTP URL handling in URL parser (removed redundant protocol duplication)
  • Fixed protocol scheme registration for WTTP protocol
  • Resolved issues with relative path handling in WTTP protocol handler

📝 Technical Details

Protocol Changes

  • WTTP protocol now registered with standard: true privilege
  • Removed web3 protocol scheme registration
  • Enhanced protocol handler with better logging and error reporting

📦 Installation

Download the latest release from the releases page.

Supported Platforms

  • Windows (x64, ia32, arm64)
  • macOS (Intel, Apple Silicon)
  • Linux (Debian, RedHat, AppImage)

🙏 Thanks

Thank you for using Min Browser! If you encounter any issues, please report them on our GitHub Issues page.


Full Changelog: Compare v1.33.1...v2.1.0