From 3869f432295372651c28ed9b29b63ec3e8cdbb0e Mon Sep 17 00:00:00 2001 From: mms Date: Wed, 27 Nov 2024 21:10:51 +0100 Subject: feat: chotto 0.1.0 --- content/mirror/userfriendly/_index.md | 7 +++++++ content/mirror/userfriendly/index.md | 8 -------- content/projects/chotto/0-1-0.md | 26 ++++++++++++++++++++++++++ content/projects/chotto/_index.md | 4 ++++ 4 files changed, 37 insertions(+), 8 deletions(-) create mode 100644 content/mirror/userfriendly/_index.md delete mode 100644 content/mirror/userfriendly/index.md create mode 100644 content/projects/chotto/0-1-0.md (limited to 'content') diff --git a/content/mirror/userfriendly/_index.md b/content/mirror/userfriendly/_index.md new file mode 100644 index 0000000..a2c8e0f --- /dev/null +++ b/content/mirror/userfriendly/_index.md @@ -0,0 +1,7 @@ ++++ +title = "User Friendly archive" +author = ["Illiad"] +date = 2024-05-19T18:10:00+02:00 +categories = ["mirror"] +layout = "comic_index" ++++ diff --git a/content/mirror/userfriendly/index.md b/content/mirror/userfriendly/index.md deleted file mode 100644 index 6c226df..0000000 --- a/content/mirror/userfriendly/index.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -title = "User Friendly archive" -author = ["Illiad"] -date = 2024-05-19T18:10:00+02:00 -categories = ["mirror"] -kind = "taxonomy" -layout = "comic_index" -+++ 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) diff --git a/content/projects/chotto/_index.md b/content/projects/chotto/_index.md index b833884..7cd3599 100644 --- a/content/projects/chotto/_index.md +++ b/content/projects/chotto/_index.md @@ -21,6 +21,10 @@ There already exist a similar, perhaps better, solution ([Afew](https://github.c Dune {{< /latest-release >}} +{{< older-releases >}} +Dune +{{< /older-releases >}} + ## Meta {#meta} -- cgit v1.2.3