Skip to content

Releases: JayNightmare/KU-Javadoc-Generator

v0.0.9 - OpenVSX

27 Nov 16:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v0.0.9

v0.0.8

26 Nov 13:53

Choose a tag to compare

What's Changed

New Contributors

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.xml for Maven projects with maven-site-plugin and maven-javadoc-plugin.
    • Generates GitHub Actions workflow (.github/workflows/doc-site.yml) for automated deployment to GitHub Pages.
    • Updates README.md with instructions on how to generate and deploy the site.
    • New commands: ku-javadoc.configureSite and ku-javadoc.generateSite.

v0.0.5

19 Nov 03:47

Choose a tag to compare

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

18 Nov 18:23

Choose a tag to compare

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

18 Nov 16:57

Choose a tag to compare

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.