Repos / mcross / b39e6fe26d
commit b39e6fe26dff0834c023baa33eee66f7eedee7d7
Author: Bùi Thành Nhân <hi@imnhan.com>
Date: Sun May 17 12:08:27 2020 +0700
bump version
diff --git a/README.md b/README.md
index b50a3ff..526ecb2 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ # Feature checklist
- [x] back-forward buttons
- [x] handle redirects
-- [ ] separate I/O thread to avoid blocking GUI
+- [x] non-blocking I/O using curio
- [ ] more visual indicators - maybe a status bar at the bottom
- [x] parse gemini's advanced line types
- [ ] properly handle mime types (gemini/plaintext/binary)
diff --git a/pyproject.toml b/pyproject.toml
index 9380af9..89bc860 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mcross"
-version = "0.4.3"
+version = "0.5.0"
description = "Do you remember www?"
authors = ["nhanb <hi@imnhan.com>"]
license = "MIT"