Releases: dyka3773/mvn-tree-visualizer
v1.8.0
v1.8.0 (2025-08-13)
This release is published under the MIT License.
Continuous Integration
-
Add support for dependency changes recognition in release and changelogs (
9ba33e6
) -
Bump astral-sh/setup-uv from 4 to 6 (
2a1a556
) -
Bump python-semantic-release/python-semantic-release (
b5e296a
) -
Bump python-semantic-release/python-semantic-release (
728cd01
)
Deps
-
Bump build from 1.2.2.post1 to 1.3.0 (
57d126a
) -
Bump python-semantic-release from 10.2.0 to 10.3.0 (
0e95924
) -
Bump python-semantic-release from 10.3.0 to 10.3.1 (
b23e362
)
Documentation
-
Remove completed tasks from ROADMAP (
24e38c8
) -
Update changelog for v1.7.0 (
fc74b90
) -
Update documentation for v1.8.0 release preparation (
ce34220
) -
Update PyPI classifier to display project as stable (
c71fdfe
)
Features
-
Add --open flag to automatically open HTML diagrams in browser (
fb5237e
) -
Add --timestamp-output flag to append timestamp to output filenames (
0292ac5
)
Refactoring
-
Encode URL with proper built-in function (
eed841d
) -
Moved timestamp creation to a separate util module for clarity (
cf8d188
) -
tests: Restructure test suite into modular architecture (
6d25b7b
)
Detailed Changes: v1.7.0...v1.8.0
v1.7.0
v1.7.0 (2025-08-02)
This release is published under the MIT License.
Bug Fixes
- CLI test timeouts and file cleanup issues (
3d236d9
)
Chores
-
Add support for multiple python versions (
3fecfe6
) -
Changed dependencies to follow up with tox configuration (
9d5d728
) -
Simplify release workflow to master-only releases (
5660e1b
)
Documentation
-
Change ROADMAP and possible future features to add (
9af5a51
) -
Declutter files and remove unused content (
a7da6f5
) -
Removing typo (
6712a2f
) -
Update changelog for v1.6.0 (
2b9841a
)
Features
-
Add --quiet/-q flag for silent operation (
5dfc82c
) -
Add --version/-v flag to display current tool version (
6ee3e56
)
Refactoring
- Correct copilot's mistake for traceback (
d33b5a8
)
Detailed Changes: v1.6.0...v1.7.0
v1.6.0
v1.6.0 (2025-07-24)
This release is published under the MIT License.
Documentation
- Update changelog for v1.6.0-beta.1 (
9bc2505
)
Detailed Changes: v1.6.0-beta.1...v1.6.0
v1.5.2
v1.5.2 (2025-07-24)
This release is published under the MIT License.
Bug Fixes
- Enable automatic changelog generation in semantic release (
c10460e
)
Detailed Changes: v1.5.1...v1.5.2
v1.5.1
v1.5.1 (2025-07-21)
This release is published under the MIT License.
Bug Fixes
- Resolve an issue causing similar duplicate logs (
e861008
)
Detailed Changes: v1.5.0...v1.5.1
v1.5.0
v1.5.0 (2025-07-19)
This release is published under the MIT License.
Continuous Integration
- Bump astral-sh/setup-uv from 4 to 6 (
4ab1d9f
)
Features
- Resolve GitHub issue #7 with enhanced large project support (
3b3b14e
) - Added Zoom In, Out and Reset Buttons (
3b3b14e
)
Detailed Changes: v1.4.0...v1.5.0
v1.4.0
v1.4.0 (2025-07-17)
This release is published under the MIT License.
Features
- Add theme system with minimal and dark themes (
649e317
)
Detailed Changes: v1.3.0...v1.4.0
v1.3.0
v1.3.0 (2025-07-16)
This release is published under the MIT License.
Bug Fixes
-
Add missing ruff dependency for CI linting (
675d892
) -
Corrected funding link (
13c76c4
) -
Ensure build tools available for semantic-release action (
e2db367
) -
Install build module within semantic-release build command (
cd5718d
) -
Install pytest separately in CI to resolve command not found error (
1a99192
) -
Update JSON tests to match show_versions=False default (
88bcf95
) -
Use uv run for build command in semantic-release (
bc5857b
)
Continuous Integration
- Bump actions/setup-python from 4 to 5 (
8013789
)
Features
-
Enhance error handling and refactor code organization (
c4a183c
) -
Implement v1.3.0 user experience improvements (
2b87699
) -
Transform repository into professional open-source project (
4ceebdc
)
Detailed Changes: v1.2.0...v1.3.0