Releases: JayNightmare/KU-Javadoc-Generator
Releases · JayNightmare/KU-Javadoc-Generator
v0.0.9 - OpenVSX
What's Changed
- Feature Site by @JayNightmare in #1
New Contributors
- @JayNightmare made their first contribution in #1
Full Changelog: v0.0.5...v0.0.9
v0.0.8
What's Changed
- Feature Site by @JayNightmare in #1
New Contributors
- @JayNightmare made their first contribution in #1
Full Changelog: v0.0.5...v0.0.8
[0.0.8] - 26/11/2025
- Major Fix: Improved the speed of file doc generation by:
- Optimising the prompt structure
- Adding test cases to check for enough existing documentation before making API calls
- Files with sufficient Javadoc comments are now skipped to save time and resources.
- Checked for enough tags (@param, @return, etc.) and descriptive summaries.
- Considered a comment descriptive if it has at least 15 characters (excluding whitespace).
- Files with at least 80% of methods/classes documented are skipped.
- Refined Javadoc generation prompt to include file description and author tag.
[0.0.7] - 26/11/2025
- Improved documentation site generation:
- Enhanced search functionality for better navigation.
- Added support for custom themes in Maven site generation.
- Fixed responsive design issues on mobile devices.
- Updated onboarding walkthrough to include documentation site setup instructions.
[0.0.7-beta] - 26/11/2025
- Added "Documentation Site" feature:
- Supports both Maven and non-Maven Java projects.
- Configures
pom.xmlfor Maven projects withmaven-site-pluginandmaven-javadoc-plugin. - Generates GitHub Actions workflow (
.github/workflows/doc-site.yml) for automated deployment to GitHub Pages. - Updates
README.mdwith instructions on how to generate and deploy the site. - New commands:
ku-javadoc.configureSiteandku-javadoc.generateSite.
v0.0.5
Full Changelog: v0.0.4...v0.0.5
[0.0.5] - 19/11/2025
- Added "KU Javadoc: Open Setup" walkthrough entry and welcome view so new users can find the guided experience.
- Introduced onboarding webview with validation for name, API key, endpoint, and model plus quick link to OpenRouter keys.
- Extension now prompts to open the setup panel when no API key is configured and offers the same action from Javadoc generation errors.
- README updated with the first-time setup instructions reflecting the new workflow.
v0.0.4
Full Changelog: v0.0.3...v0.0.4
[0.0.4] - 18/11/2025
- Fixed issue with Javadoc generation for methods with complex parameters.
- Improved performance of Javadoc generation.
- Added name for @author tag in generated comments in the settings.
- UI Improvements:
- Added loading indicator while generating Javadoc comments.
- Planned Update:
- First installation experience panel to set up author name and API key.
v0.0.3
Full Changelog: https://github.com/JayNightmare/KU-Javadoc-Generator/commits/v0.0.3
[0.0.3] - 18/11/2025
- Added toolbar button for generating Javadoc comments.
- Updated README.
- Improved prompt design to prevent renaming or removing code elements.
- Fixed minor bugs related to API endpoint configuration.
- Restuructured code for better maintainability.