1.4.8; search from menu

This commit is contained in:
VineFeeder
2025-10-15 11:35:58 +01:00
parent b05047259f
commit fa8f7a2a57
23 changed files with 669 additions and 78 deletions
+3 -2
View File
@@ -4,7 +4,7 @@ build-backend = "uv_build"
[project]
name = "envied"
version = "1.4.7"
version = "1.4.8"
description = "Modular Movie, TV, and Music Archival Software."
authors = [{ name = "rlaphoenix and others" }]
requires-python = ">=3.11,<3.15"
@@ -60,9 +60,10 @@ dependencies = [
"subby",
"webvtt-py>=0.5.1",
"isodate>=0.7.2",
"beaupy>=3.10.1",
"beaupy>=3.10.2",
"scrapy>=2.13.3",
"mypy>=1.18.2,<2",
"pysubs2>=1.7.0,<2",
]
[project.urls]