methodwise 0.1.1

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
# Methodwise Roadmap

## Short Term (v0.2.0)
- [ ] Fix any rendering glitches with complex tables.
- [ ] Improve bookmark management (edit/delete UI).
- [ ] Add more themes.

## Medium Term (v0.5.0)
- [ ] Download manager for files.
- [ ] Cookie jar persistence (optional).
- [ ] Custom keybinding configuration.

## Long Term (v1.0.0+)
- [ ] **Implement TLS Impersonation**: Make our SSL handshake look like Chrome to bypass advanced bot protection.
- [ ] **Headless JS Engine**: Integrate a lightweight JS engine (like SpiderMonkey or V8) specifically for solving "I am human" / "Proof of Work" challenges (Cloudflare Turnstile, etc.), without rendering the visual DOM.
- [ ] Full plugin system.