diff options
Diffstat (limited to 'content/projects/chotto/0-1-0.md')
-rw-r--r-- | content/projects/chotto/0-1-0.md | 26 |
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) |