feat: polish search review interface

This commit is contained in:
2026-09-16 00:13:48 +03:00
parent 298191173e
commit 4d276e0776
8 changed files with 112 additions and 51 deletions

View File

@@ -23,7 +23,7 @@ from pathlib import Path
from typing import Callable
from urllib.parse import urlsplit
APP_VERSION = "0.9.1"
APP_VERSION = "0.9.2"
SCHEMA_VERSION = "1"
NORMALIZER_VERSION = "1.0.0"
LANGUAGES = ("ru", "ky")