Repos / pytaku / e375ad6c40
commit e375ad6c4083998e62c2ecefe04f2ecfc4c3b5c9
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Sat Aug 15 12:01:20 2020 +0700

    SPA because I'm a fraud

diff --git a/README.md b/README.md
index 8d993ff..9b3df83 100644
--- a/README.md
+++ b/README.md
@@ -10,16 +10,15 @@ # Pytaku
 - Self-host friendly - if you have a UNIX-like server with python3.7+ and can
   run `pip install`, you're good.
 
-- Optional javascript - it should work **well** without javascript, but
-  javascript enablers should still get extra UX goodies.
-
 - Phone/tablet friendly - although I hardly read any webtoons these days so the
   phone experience may not be as polished.
 
 - KISSFFS, or **K**eep **I**t rea**S**onably **S**imple you **F**-ing
   architecture **F**etishi**S**ts! Oftentimes I have enough practice on
   industrial grade power tools at work so at home I want a change of pace.
-  Flask + raw SQL has been surprisingly comfy.
+  Flask + raw SQL has been surprisingly comfy. On the other side, mithril.js
+  seems to be a no-frills, stable SPA lib made by a person who knows what
+  they're doing so let's see how that goes.
 
 # Development
 
diff --git a/pyproject.toml b/pyproject.toml
index dce411b..ca51916 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "pytaku"
-version = "0.2.20"
+version = "0.3.0"
 description = ""
 authors = ["Bùi Thành Nhân <hi@imnhan.com>"]
 license = "AGPL-3.0-only"