summaryrefslogtreecommitdiff
path: root/content/projects/chotto/0-1-0.md
diff options
context:
space:
mode:
authormms <git@sapka.me>2024-11-27 21:10:51 +0100
committermms <git@sapka.me>2024-11-27 21:10:51 +0100
commit3869f432295372651c28ed9b29b63ec3e8cdbb0e (patch)
tree3e775b6042eb159d71b10d84dd2ce190e2c0a11d /content/projects/chotto/0-1-0.md
parent390afc7c3e61f03c39ba292a021a0d61cad71a4d (diff)
feat: chotto 0.1.0
Diffstat (limited to 'content/projects/chotto/0-1-0.md')
-rw-r--r--content/projects/chotto/0-1-0.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/content/projects/chotto/0-1-0.md b/content/projects/chotto/0-1-0.md
new file mode 100644
index 0000000..ff6ce9c
--- /dev/null
+++ b/content/projects/chotto/0-1-0.md
@@ -0,0 +1,26 @@
++++
+title = "Chotto 0.1.0 Released"
+author = ["User Mms"]
+date = 2024-11-27T20:58:00+01:00
+categories = ["projects"]
+draft = false
+weight = 2003
+abstract = "First public release of chotto"
++++
+
+[Chotto](/projects/chotto/) 0.1.0 has been released:
+
+- Improve filtering DSL (it works now)
+- Allow to select order of messages in filter
+- Allow for processing other messages in thread
+- Allow to process only new messages
+- Add mailing list default filter
+- Add spam default filter
+- Lazy fetch tags in message
+- Distribute as gem (not yet in rubygems. This is planned for 0.3.0)
+
+I use this version on my systems.
+New ideas are yet to be documented, but you can learn how to use it from provided filters.
+Full documentation will follow soon.
+
+Git tag: [0.1.0](https://cgit.crys.site/chotto/tag/?h=0.1.0)