Commit Graph

24 Commits

Author SHA1 Message Date
William Valentin
73498af138 chore: Update version to 1.13.9 in Makefile, pyproject.toml, and uv.lock 2025-08-07 12:29:46 -07:00
William Valentin
b9628ae3ed chore: Update version to 1.13.8 in Makefile, pyproject.toml, and uv.lock
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-06 15:11:12 -07:00
William Valentin
4ec3056fcd chore: Update version number to 1.13.7 in Makefile and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-06 12:39:21 -07:00
William Valentin
c3c88c63d2 Add theme management and settings functionality
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
- Introduced `ThemeManager` to handle application themes using `ttkthemes`.
- Added `SettingsWindow` for user preferences including theme selection and UI settings.
- Integrated theme selection into the main application with a menu for quick access.
- Enhanced UI components with custom styles based on the selected theme.
- Implemented tooltips for better user guidance across various UI elements.
- Updated dependencies to include `ttkthemes` for improved visual appeal.
2025-08-05 11:58:25 -07:00
William Valentin
9790f2730a feat: update version to 1.9.5 in Makefile and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-02 10:35:44 -07:00
William Valentin
b7a22524d7 Feat: add export functionality with GUI for data and graphs
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
- Implemented ExportWindow class for exporting data and graphs in various formats (JSON, XML, PDF).
- Integrated ExportManager to handle export logic.
- Added export option in the main application menu.
- Enhanced user interface with data summary and export options.
- Included error handling and success messages for export operations.
- Updated dependencies in the lock file to include reportlab and lxml for PDF generation.
2025-08-02 10:00:24 -07:00
William Valentin
1d310dd081 feat: Update version to 1.7.5 in Makefile, docker-build.sh, and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-01 14:45:58 -07:00
William Valentin
03ef9e761a feat: Update version to 1.7.4 in Makefile, docker-build.sh, and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-01 14:12:06 -07:00
William Valentin
623050478a feat: Update version to 1.7.3 in Makefile, docker-build.sh, and pyproject.toml 2025-08-01 13:21:48 -07:00
William Valentin
949e43ac6c feat: Bump version to 1.6.1 in Makefile, pyproject.toml, and CHANGELOG.md
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-07-31 11:42:13 -07:00
William Valentin
7e04aebd5d feat: update version to 1.3.4 in pyproject.toml and uv.lock 2025-07-30 12:35:07 -07:00
William Valentin
2fe45e65eb chore: Bump version to 1.2.1 in project files 2025-07-29 14:52:41 -07:00
William Valentin
c20c4478a6 feat: Add coverage, iniconfig, pluggy, pygments, pytest, pytest-cov, and pytest-mock as dependencies
- Added coverage version 7.10.1 with multiple wheel distributions.
- Added iniconfig version 2.1.0 with its wheel distribution.
- Added pluggy version 1.6.0 with its wheel distribution.
- Added pygments version 2.19.2 with its wheel distribution.
- Added pytest version 8.4.1 with its wheel distribution and dependencies.
- Added pytest-cov version 6.2.1 with its wheel distribution and dependencies.
- Added pytest-mock version 3.14.1 with its wheel distribution and dependencies.
- Updated dev-dependencies to include coverage, pytest, pytest-cov, and pytest-mock.
- Updated requires-dist to specify minimum versions for coverage, pytest, pytest-cov, and pytest-mock.
2025-07-28 17:53:19 -07:00
William Valentin
354fdda9b5 Add Ruff configuration for linting and formatting; set target version and exclusions
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-07-28 13:38:47 -07:00
William Valentin
97fa6896ac Update project description in pyproject.toml for clarity; streamline dev dependencies formatting 2025-07-28 13:24:53 -07:00
William Valentin
5a191a8fa0 Add ruff for linting and update configuration in pyproject.toml 2025-07-28 09:50:03 -07:00
William Valentin
a633a00a85 Update dependency management: add requirements files and include pandas, colorlog, and pyinstaller 2025-07-27 14:16:12 -07:00
William Valentin
2a7b0ca89e Replace poetry by uv 2025-07-27 13:47:47 -07:00
William Valentin
6f5a9f90cf Update pyproject.toml to include flake8 and autopep8 in dev dependencies for improved code quality checks 2025-07-25 10:30:14 -07:00
William Valentin
0ab7cf4f5d Refactor Makefile for clarity and consistency; update environment setup to use poetry and improve deployment process. Update pyproject.toml to correct project description and remove unnecessary dependencies. 2025-07-24 15:11:23 -07:00
William Valentin
0a0e5cb75c Refactor dependencies in pyproject.toml and requirements.txt for consistency and clarity 2025-07-24 11:01:36 -07:00
William Valentin
908b43055f Switch from pipenv to poetry 2025-07-24 10:45:30 -07:00
William Valentin
651e699abb Increase max line length in flake8 and black configurations to 88 2025-07-24 09:09:33 -07:00
William Valentin
6c2867533a Tool tweak 2025-07-20 13:08:25 -07:00