diff options
Diffstat (limited to 'content-org/chotto.org')
-rw-r--r-- | content-org/chotto.org | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/content-org/chotto.org b/content-org/chotto.org index a8e21dd..0f70527 100644 --- a/content-org/chotto.org +++ b/content-org/chotto.org @@ -16,7 +16,7 @@ CLOSED: [2024-11-13 Wed 00:10] :PROPERTIES: :EXPORT_FILE_NAME: _index :EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract An initial tagging script for Notmuch -:EXPORT_HUGO_PAIRED_SHORTCODES: latest-release +:EXPORT_HUGO_PAIRED_SHORTCODES: latest-release older-releases :END: *** Chotto @@ -32,6 +32,10 @@ There already exist a similar, perhaps better, solution ([[https://github.com/af Dune #+end_latest-release +#+begin_older-releases +Dune +#+end_older-releases + *** Meta - Source code: https://cgit.crys.site/chotto/ @@ -69,3 +73,26 @@ Git tag: [[https://cgit.crys.site/chotto/tag/?h=0.0.1][0.0.1]] I would wait for later release before using it where it matters. +** DONE Chotto 0.1.0 Released +CLOSED: [2024-11-27 Wed 20:58] +:PROPERTIES: +:EXPORT_FILE_NAME: 0-1-0 +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :abstract First public release of chotto +:END: + +[[/projects/chotto/][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: [[https://cgit.crys.site/chotto/tag/?h=0.1.0][0.1.0]] |