Release 0.3.2: YAML config, default_baseconfs, autodiscover.

Конфиг утилиты переведён на YAML; default_baseconfs для reindex без -b;
автопоиск config.local.yml/.yaml/.json; обобщённая документация.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
mihailkudravcev
2026-07-17 10:56:56 +03:00
parent 45e798f2bf
commit 404659a545
14 changed files with 293 additions and 151 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
from pathlib import Path
__version__ = "0.3.1"
__version__ = "0.3.2"
__status__ = "in development"
__author__ = "Michael BAG"
__email__ = "mk@p7net.ru"