Add undo/redo stack for tag operations (assign, remove, rename, merge) with Ctrl+Z/Ctrl+Y

This commit is contained in:
2026-04-09 18:04:37 +02:00
parent 2bcd5b1f4b
commit db280fb5c2
24 changed files with 2705 additions and 2316 deletions

View File

@@ -1,17 +1,18 @@
[project]
name = "tagger"
version = "1.1.0"
version = "1.2.0"
description = ""
authors = [
{name = "Jan Doubravský",email = "jan.doubravsky@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.13,<3.15"
requires-python = ">=3.14,<3.15"
dependencies = [
"pillow (>=12.1.0,<13.0.0)",
"requests (>=2.32.5,<3.0.0)",
"beautifulsoup4 (>=4.14.3,<5.0.0)",
"pyside6 (>=6.10.1,<7.0.0)"
"pyside6 (>=6.10.1,<7.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"python-dotenv (>=1.2.2,<2.0.0)"
]
[tool.poetry]