382aac8d51
feat: add changelog config
2025-11-01 22:19:47 +01: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
674e9f9fd5
update workflow
2025-05-29 11:39:51 +02:00
1f306cce53
update workflow, adjust release to include v to release tag
2025-05-29 11:34:51 +02: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
c9d6d5de8f
refactor: update release notes handling in build workflow
2025-05-23 16:50:41 +02:00
26ef555765
refactor: remove changelog generation and use release notes for release body
2025-05-23 16:45:59 +02:00
302599bb80
fix: update changelog generator token to use GITHUB_TOKEN
2025-05-23 16:36:02 +02:00
fc6825d018
add git ghost identity
2025-05-23 16:03:12 +02:00
57b357e8a8
change wf order to bump before attempting to push builds
2025-05-23 16:01:10 +02:00
ebca2b3618
update komconfig workflow
2025-05-23 15:58:38 +02:00
0d24c0a95c
update files, add issue templates,
2025-05-18 19:06:04 +02:00
5aece5c5db
Bump version: 0.1.5 → 0.1.6
2025-03-25 21:47:19 +01:00
c92d32a392
enable tag creation
2025-03-25 21:47:11 +01:00
994d4efc7a
Bump version: 0.1.4 → 0.1.5
2025-03-16 11:10:16 +01:00
77608f6f27
remove debug check, use repo owner as package owner
2025-03-16 11:10:11 +01:00
b772de6329
use token instead of username/password
2025-03-16 11:08:24 +01:00
b7736e0445
test debug
/ build (push) Failing after 10s
2025-03-16 09:05:21 +01:00
b86e26d633
add password debug test
2025-03-16 08:36:15 +01:00
5100523da0
test hardcoded user
2025-03-15 22:58:53 +01:00
c6c149607c
rework password
2025-03-15 22:49:35 +01:00
dad2e99d66
debug mode
2025-03-15 22:37:21 +01:00
20582a9079
use env for password
2025-03-15 22:32:24 +01:00
918eab4054
add push to workflow
2025-03-15 22:29:26 +01:00
1fbaaa3ff1
Bump version: 0.1.3 → 0.1.4
2025-03-15 22:27:59 +01:00
4b9a6e3d09
fix typo
2025-03-15 22:25:34 +01:00
38f18030c7
edit readme
2025-03-15 22:09:49 +01:00
f82ab3d873
remove line
2025-03-15 21:30:23 +01:00
e72b5cbcf5
fix typo
2025-03-15 21:28:32 +01:00
8e08ab3f66
test new pgp key
2025-03-15 21:20:18 +01:00
08d7faeb14
add description
2025-03-15 21:19:18 +01:00
50be9da6a5
add build script
2025-03-15 21:16:33 +01:00
3f7ba8725f
Bump version: 0.1.2 → 0.1.3
2025-03-15 21:09:25 +01:00
653bbb0d06
add new settings
2025-03-15 21:08:45 +01:00
6dce10a522
bump version
2025-03-02 22:23:03 +01:00
a4234c852a
auto expand user
2025-03-02 22:22:52 +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