Repos / mcross / e89d50cd6d
commit e89d50cd6d3eacf3772ac02d82b0bd54891cc1a0
Author: Bùi Thành Nhân <hi@imnhan.com>
Date: Fri May 15 11:35:30 2020 +0700
bump version 0.2.0
diff --git a/README.md b/README.md
index d36eb82..fad4930 100644
--- a/README.md
+++ b/README.md
@@ -8,8 +8,9 @@
![](https://p.caophim.net/84.png)
-Happy-path fetching and rendering already works.
-Clicking on links isn't implemented yet though.
+Happy-path surfing and link-visiting already works.
+The UX is still terrible though (no back-forward buttons, UI-blocking network
+requests, etc.).
I'm still figuring out stuff as I go.
# Installation
@@ -25,6 +26,15 @@ # Deps
- idlelib (it's supposed to be in the standard lib but Ubuntu for example
splits it into a separate package)
+# Feature checklist
+
+- [ ] back-forward buttons
+- [ ] separate I/O thread to avoid blocking GUI
+- [ ] more visual indicators - maybe a status bar at the bottom
+- [ ] parse gemini's advanced line types
+- [ ] configurable document styling
+- [ ] configurable TLS
+
# Server bugs/surprises
## Forces gemini:// in request
diff --git a/pyproject.toml b/pyproject.toml
index 1e5e006..1fca648 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mcross"
-version = "0.1.1"
+version = "0.2.0"
description = "Do you remember www?"
authors = ["nhanb <hi@imnhan.com>"]
license = "MIT"