Commit Graph

17 Commits

Author SHA1 Message Date
Gitea CI
423277cc7a Bump version: 0.2.3 → 0.2.4 2025-11-01 21:55:55 +00:00
Gitea CI
e16caa6473 Bump version: 0.2.2 → 0.2.3 2025-11-01 21:47:31 +00:00
1c9cf2065d Merge pull request 'dev' (#14) from dev into main
Reviewed-on: #14
2025-11-01 21:18:57 +00:00
bb3b922325 refactor: rework configuration models, add CLI, tests and VSCode settings
- Replace hardcoded CONFIG_PATH with appdirs AppDirs (use app.user_config_dir) and update SETTINGS_PATH
- Rework dataclasses: add Library, QbitTorrent; convert Komga.libraries to List[Library]; use Path for media_path; add getLibraryByName and proper __post_init__ conversions
- Extend KomGrabber to support downloader/downloader_settings (aria2/qbit), normalize Path handling and expanduser usage
- Add type fixes, utility methods (getattr/_setattr) and API __post_init__ to convert nested dicts to dataclass instances
- Add package CLI entrypoints (__main__.py, src package main) and simple runner (main.py)
- Add tests for package __init__ CLI and config behavior (tests/*) and a small test script (test.py)
- Add .vscode/settings.json for pytest integration
- Tidy pyproject.toml: format dependencies, add dev/test dependency groups and fix trailing newline in bumpversion section
2025-11-01 22:17:50 +01:00
Gitea CI
f67ebededd Bump version: 0.2.1 → 0.2.2 2025-05-29 09:35:36 +00:00
Gitea CI
9b20484753 Bump version: 0.2.0 → 0.2.1 2025-05-29 09:32:44 +00:00
1ed1403c43 allow dirty bumps, manually adjust version to match remote version 2025-05-29 11:30:24 +02:00
40d6e8824e move bumpversion to pyproject, update workflow, add database configuration to config class 2025-05-29 11:28:55 +02:00
5aece5c5db Bump version: 0.1.5 → 0.1.6 2025-03-25 21:47:19 +01:00
994d4efc7a Bump version: 0.1.4 → 0.1.5 2025-03-16 11:10:16 +01:00
1fbaaa3ff1 Bump version: 0.1.3 → 0.1.4 2025-03-15 22:27:59 +01:00
08d7faeb14 add description 2025-03-15 21:19:18 +01:00
3f7ba8725f Bump version: 0.1.2 → 0.1.3 2025-03-15 21:09:25 +01:00
6dce10a522 bump version 2025-03-02 22:23:03 +01:00
4856f21258 update version, move komga to main from general 2025-02-27 18:02:11 +01:00
a0d5dfbfc4 add dependencies, config 2025-02-20 22:52:37 +01:00
094b709d41 initial commit 2025-02-19 22:01:00 +01:00