13 Commits

Author SHA1 Message Date
4e4389a03f chore(version): bump to 0.4.5
All checks were successful
Build and Publish / build-and-publish (push) Successful in 1m40s
- Update project version from 0.4.4 to 0.4.5
- Prepares for the next release with minor updates
2025-05-18 20:41:38 +02:00
98fc0596d4 chore: bump version to 0.4.4
All checks were successful
Build and Publish / build-and-publish (push) Successful in 19s
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-05-05 12:02:55 +02:00
809145f53a feat(project): update version and add pydantic dependency
- Bump project version from 0.4.2 to 0.4.3.
- Add `pydantic` as a dependency for improved data validation.

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-05-05 12:00:42 +02:00
5688769437 chore: bump version to 0.4.2
All checks were successful
Build and Publish / build-and-publish (push) Successful in 13s
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 17:52:45 +02:00
7e4d6524ed chore: bump version to 0.4.1
All checks were successful
Build and Publish / build-and-publish (push) Successful in 16s
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:55:35 +02:00
4aa5466597 chore: bump version to 0.4.0
All checks were successful
Build and Publish / build-and-publish (push) Successful in 24s
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:44:48 +02:00
7719cf429d chore: bump version to 0.3.3
All checks were successful
Build and Publish / build-and-publish (push) Successful in 16s
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:30:54 +02:00
d18a9915f9 chore: bump version to 0.3.2
All checks were successful
Build and Publish / build-and-publish (push) Successful in 16s
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:24:15 +02:00
b4a728d0c6 chore: bump version to 0.3.1
All checks were successful
Build and Publish / build-and-publish (push) Successful in 18s
Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:21:30 +02:00
78881a572d chore: bump version to 0.3.0
All checks were successful
Build and Publish / build-and-publish (push) Successful in 17s
- Update project version from 0.2.1 to 0.3.0 in pyproject.toml.

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:18:35 +02:00
776d95f8cd chore: bump version to 0.2.1
All checks were successful
Build and Publish / build-and-publish (push) Successful in 17s
- Update project version from 0.2.0 to 0.2.1 in pyproject.toml.
- Indicates a minor update, likely for small improvements or fixes.

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:07:36 +02:00
d91440aded chore: bump version to 0.2.0
All checks were successful
Build and Publish / build-and-publish (push) Successful in 18s
- Update project version from 0.1.0 to 0.2.0 in pyproject.toml.
- Reflects progress or new features added since the previous version.

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:04:16 +02:00
5b343b68cf feat(pyvtt): add CI pipeline and restructure project
All checks were successful
Build and Publish / build-and-publish (push) Successful in 21s
- Add GitHub Actions workflow for building and publishing packages.
- Introduce `pyproject.toml` for project metadata and dependency management.
- Remove `requirements.txt` in favor of Poetry for dependency handling.
- Restructure source files under `src/pyvtt` for better organization.
- Enhance `notify.py` with sound playback and improve error handling.
- Update `voice_to_text_tray.py` to support dynamic configuration reload.
- Add `.vscode/settings.json` for improved IDE configuration.
- Update `.gitignore` to exclude build artifacts.

Signed-off-by: Max P. <Mail@MPassarello.de>
2025-04-30 15:01:58 +02:00