update readme

This commit is contained in:
yggverse 2024-10-30 21:03:02 +02:00
parent 85896b4355
commit 789e36336a

View File

@ -11,6 +11,7 @@ GTK 4 / Libadwaita client written in Rust
## Features ## Features
### Interface ### Interface
* [x] Multi-tab * [x] Multi-tab
* [x] Hotkeys * [x] Hotkeys
* [ ] Bookmarks * [ ] Bookmarks
@ -18,16 +19,17 @@ GTK 4 / Libadwaita client written in Rust
* [ ] Certificates management * [ ] Certificates management
* [ ] Downloads * [ ] Downloads
* [ ] History * [ ] History
* [ ] Proxy configuration * [ ] Proxy
* [ ] Server info * [ ] Session
* [ ] Session restore
* [x] Tabs * [x] Tabs
* [x] Page * [x] Page
* [ ] Navigation * [ ] Navigation
* [x] Request * [x] Request
* [ ] History * [ ] History
* [ ] Settings * [ ] User settings
### Protocol support ### Protocol support
* [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
@ -44,7 +46,9 @@ GTK 4 / Libadwaita client written in Rust
* [ ] 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`