update readme

This commit is contained in:
yggverse 2024-10-30 20:56:48 +02:00
parent 7ce5daf923
commit 7debd63d40

View File

@ -10,53 +10,53 @@ GTK 4 / Libadwaita client written in Rust
## Features ## Features
* Interface ### Interface
* [x] Multi-tab * [x] Multi-tab
* [x] Hotkeys * [x] Hotkeys
* [ ] Bookmarks * [ ] Bookmarks
* [ ] Build-in multimedia support * [ ] Build-in multimedia support
* [ ] Certificates management * [ ] Certificates management
* [ ] Downloads * [ ] Downloads
* [ ] History * [ ] History
* [ ] Proxy configuration * [ ] Proxy configuration
* [ ] Server info * [ ] Server info
* [ ] Session restore * [ ] Session restore
* [x] Tabs * [x] Tabs
* [x] Page * [x] Page
* [ ] Navigation * [ ] Navigation
* [x] Request * [x] Request
* [ ] History * [ ] History
* [ ] Settings * [ ] Settings
* Protocols ### Protocols
* [x] [Gemini](https://geminiprotocol.net/docs/protocol-specification.gmi) * [x] [Gemini](https://geminiprotocol.net/docs/protocol-specification.gmi)
* [Status codes](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes) * [Status codes](https://geminiprotocol.net/docs/protocol-specification.gmi#status-codes)
* [x] Success * [x] Success
* [x] 20 * [x] 20
* [x] Input * [x] Input
* [x] 10 Input * [x] 10 Input
* [x] 11 Sensitive input * [x] 11 Sensitive input
* [ ] Redirection * [ ] Redirection
* [x] 30 Redirection * [x] 30 Redirection
* [ ] 31 (partial) * [ ] 31 (partial)
* [ ] Failure * [ ] Failure
* [ ] Temporary failure * [ ] Temporary failure
* [ ] Permanent failure * [ ] Permanent failure
* [ ] Client certificates * [ ] Client certificates
* [ ] Gemfeeds * [ ] Gemfeeds
* [ ] [Nex](https://nightfall.city/nex/info/specification.txt) * [ ] [Nex](https://nightfall.city/nex/info/specification.txt)
* Media types ### Media types
* Text * Text
* [x] `text/gemini` * [x] `text/gemini`
* [x] `text/plain` * [x] `text/plain`
* Images * Images
* [x] `image/gif` * [x] `image/gif`
* [x] `image/jpeg` * [x] `image/jpeg`
* [x] `image/png` * [x] `image/png`
* [x] `image/webp` * [x] `image/webp`
* Audio * Audio
* [ ] `audio/mpeg` * [ ] `audio/mpeg`
* [ ] `audio/ogg` * [ ] `audio/ogg`
* Video * Video
## Build ## Build