methodwise 0.1.0

A precise, methodic TUI web browser for the terminal enthusiast.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Changelog

All notable changes to this project will be documented in this file.

## [Unreleased]

### Added
- Unit tests for `renderer.rs` to verify HTML rendering and form extraction logic.
- Enabled HTTP compression (gzip, brotli, deflate) support in `reqwest` and updated network headers to mimic standard browsers. This fixes access to sites like Amazon that block non-compressed clients.

### Changed
- Refactored `FormField` struct in `renderer.rs` to remove redundant `form_action` and `form_method` fields, improving memory usage.

### Fixed
- Fixed unused field warning for `title` in `Tab` struct (`browser.rs`).
- Fixed unused field warnings for `form_action` and `form_method` in `FormField` (`renderer.rs`).