ソースを参照

Bump version to 0.0.12

Overview of changes:

 *  Added experimental ruleset manager

    Instead of manipulating queue over and over, handler can now
    start a ruleset tied to a queue loader and add rules as functions
    that always operate on freshly loaded queue.  Once queue stops
    yielding no more rules are executed, saving unnecessary round trips
    with server.

    To make this work with least possible amount of typing to use,
    this module is stateful operation, but with some basic care it
    should  be safe and overall the ruleset approach should make it
    easier to prevent conflicts such as when later, more inclusive rule
    overrides former.
Alois Mahdal 4 年 前
コミット
7749e2df65
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      mkit.ini

+ 1
- 1
mkit.ini ファイルの表示

@@ -1,5 +1,5 @@
1 1
 [project]
2
-    version     = 0.0.11
2
+    version     = 0.0.12
3 3
     name        = imapdomo
4 4
     pkgname     = imapdomo
5 5
     maintainer  = Alois Mahdal <netvor+imapdomo@vornet.cz>