This commit is contained in:
Javanaut
2026-07-08 10:54:51 +02:00
parent 12e5438d22
commit 8f5873fbab
4 changed files with 7 additions and 7 deletions

View File

@@ -73,8 +73,3 @@
## TODO: Review styled ASS separate handling ## TODO: Review styled ASS separate handling
. ~/.bashrc && cd /home/devnut/.local/src/codex/ffx/tests/assets && /home/devnut/.local/src/codex/ffx/.venv/bin/ffx --debug inspect gits_sac_s02e02_r3.mkv

View File

@@ -1,6 +1,11 @@
Version History Version History
=============== ===============
0.4.5
-----
- Release version bumped to 0.4.5.
0.4.4 0.4.4
----- -----

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "ffx" name = "ffx"
description = "FFX recoding and metadata managing tool" description = "FFX recoding and metadata managing tool"
version = "0.4.4" version = "0.4.5"
license = {file = "LICENSE.md"} license = {file = "LICENSE.md"}
dependencies = [ dependencies = [
"requests", "requests",

View File

@@ -1,4 +1,4 @@
VERSION='0.4.4' VERSION='0.4.5'
DATABASE_VERSION = 3 DATABASE_VERSION = 3
DEFAULT_QUALITY = 32 DEFAULT_QUALITY = 32