Repos / mcross / 2b770d5d21
commit 2b770d5d2109b9ecaff7c5861792fa0595d3ac72
Author: Bùi Thành Nhân <hi@imnhan.com>
Date: Thu May 28 19:29:10 2020 +0700
bump version 0.5.8
diff --git a/README.md b/README.md
index 59d310d..c6a1f4d 100644
--- a/README.md
+++ b/README.md
@@ -54,9 +54,9 @@ # Feature checklist
- [x] non-blocking I/O using curio
- [x] more visual indicators: waiting cursor, status bar
- [x] parse gemini's advanced line types
+- [ ] TOFU TLS (right now it accepts whatever)
- [ ] properly handle mime types (gemini/plaintext/binary)
- [ ] configurable document styling
-- [ ] configurable TLS to accomodate self-signed sites?
- [ ] human-friendly distribution
Long term high-level goals:
diff --git a/pyproject.toml b/pyproject.toml
index 54d3e74..9ab432d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mcross"
-version = "0.5.7"
+version = "0.5.8"
description = "Do you remember www?"
authors = ["nhanb <hi@imnhan.com>"]
license = "MIT"