Repos / mcross / a5880f6e55
commit a5880f6e55318665a80288b69e23577b5b1d72a8
Author: Bùi Thành Nhân <hi@imnhan.com>
Date: Sat Jun 6 11:51:21 2020 +0700
bump 0.5.13, add mailing list instructions
diff --git a/README.md b/README.md
index 4ba5d9f..c91d21e 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,18 @@ # to publish, first bump version in pyproject.toml then
poetry publish --build
```
+There are 2 McRoss-related mailing lists:
+
+- [~nhanb/mcross-devel](https://lists.sr.ht/~nhanb/mcross-devel): discuss and
+ submit your patches here
+- [~nhanb/mcross-announce](https://lists.sr.ht/~nhanb/mcross-announce):
+ low-volume announcement-only list
+
+If you're not familiar with the mailing list workflow, check out
+[git-send-email.io][3] and [mailing list etiquette][4]. [useplaintext.email][5]
+also has useful plaintext setup tips for various email clients, though I don't
+necessarily agree with its "plaintext or nothing" stance.
+
# Feature checklist
@@ -106,3 +118,6 @@ ## Newline
[1]: https://hi.imnhan.com/posts/introducing-mcross-a-minimal-gemini-browser/
[2]: https://todo.sr.ht/~nhanb/mcross/3
+[3]: https://git-send-email.io/
+[4]: https://man.sr.ht/lists.sr.ht/etiquette.md
+[5]: https://useplaintext.email/
diff --git a/pyproject.toml b/pyproject.toml
index 9910a78..b4f6775 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mcross"
-version = "0.5.12"
+version = "0.5.13"
description = "Do you remember www?"
authors = ["nhanb <hi@imnhan.com>"]
license = "MIT"
diff --git a/src/mcross/gui/view.py b/src/mcross/gui/view.py
index ddea0bb..a52f30c 100644
--- a/src/mcross/gui/view.py
+++ b/src/mcross/gui/view.py
@@ -159,14 +159,7 @@ def on_ctrl_l(ev):
text_font = fonts[0]
if fonts[1] is None:
- mono_font = pick_font(
- [
- "Ubuntu Mono",
- "Consolas",
- "Courier",
- "TkFixedFont"
- ]
- )
+ mono_font = pick_font(["Ubuntu Mono", "Consolas", "Courier", "TkFixedFont"])
else:
mono_font = fonts[1]