Changelog

This page outlines the changes across various releases of BurpGPT Pro.

0.4.7 (01/04/2024)

Bug Fixes

  • General bug fixes and performance improvements.

  • Resolved an issue affecting the Request timeout (seconds) slider that was introduced in version 0.4.6.

Feature Improvements

Azure/OpenAI API and Local LLM

  • Added an Anonymise report checkbox option that conceals the API endpoint and API key in the generated GPT-insight issues for enhanced privacy.

  • Modified the default Request timeout (seconds) setting from 10 to 30 seconds.

  • Setting Max prompt length to 0 ensures that no prompt truncation will take place.

  • Inserted a clear warning message within the Issue background section of generated issues, cautioning users not to rely solely on the information provided but to conduct manual validation as well.

UI/UX Improvements

  • Following the introduction of new settings in versions 0.4.6 and the current release, the layout of the fields in the Azure/OpenAI API and Local LLM tabs has been reorganised for improved navigation and usability.

  • Updated the Send to options in the BurpSuite contextual menu to ensure consistency in wording throughout the extension.


0.4.6 (04/03/2024)

Bug Fixes

  • General bug fixes and performance improvements.

Feature Improvements

Azure/OpenAI API and Local LLM

  • Introduced a Request timeout (seconds) slider to provide precise control over API call timeouts. This enhancement aims to cater to varying network conditions.

Prompt Library

  • Resolved an issue causing the Author column's data to be mistakenly relayed to selected views instead of the intended Prompt column data when using the Send to contextual menu feature.

UI/UX Improvements

  • Updated the user interface layout within the Prompt and Placeholder tabs to maximise the table space.

  • Added tooltips to the Browse button in both the Local LLM and Server tabs to improve accessibility.

  • Updated the Send to options in the Prompt library 's table contextual menu to ensure consistency in wording throughout the extension.

  • Introduced a Slider to the Azure/OpenAI API and Local LLM tabs for the aforementioned reasons.


0.4.5 (22/02/2024)

Bug Fixes

  • General bug fixes and performance improvements.

  • Resolved issues associated with the extension's persistence store.

Feature Improvements

Prompt Library

  • Revamped the data structure in the library by incorporating additional columns:

    • #: Id of the prompt, serving its purpose in persistence - programmatically generated.

    • Author: Creator of the prompt.

    • Created: Timestamp indicating when the prompt was initially created - programmatically generated.

  • The default sorting for the prompt table is now based on the Category column.

UI/UX Improvements

  • Implemented a hide-show toggle for the Api endpoint and Api key fields to enhance the security of screenshotting.

  • Moved the Browse button for the Model directory field to the left, creating a more cohesive visual appearance.

  • Prompt Library's visual appearance has been updated to reflect the aforementioned changes.

  • Implemented a tooltip for improved accessibility on the settings icon in the relevant views.

  • In alignment with the recent updates to Burp Suite, all tables within the extension now support the ability to modify column visibility and sort columns. This can be achieved by right-clicking anywhere on a column header or by clicking the three dots to access the table options menu located at the top right corner of each table.


0.4.4 (29/01/2024)

Bug Fixes

  • General bug fixes and performance improvements.

Feature Improvements

Azure OpenAI Services

  • Resolved integration issues by disabling SSL certificate checks on the endpoint and revising the format of the API calls.

Local LLM

  • Revamped the feature by eliminating the Node middleware and opting for direct integration with a Flask server to manage API calls, resulting in a reduced JAR size and improved performance.

  • Enhanced logging functionality now provides visual feedback on model downloads and various interactions with the Hugging Face Model Hub.

  • Implemented a Python path field, allowing users to directly specify the path of the Python binary. This caters to users whose machines are subject to security policies restricting access to the system PATH.

UI/UX Improvements

  • Updated the tab name from OpenAI API to Azure/OpenAI API for a more accurate representation of Azure support.

  • Unified the color scheme by applying the Burp Orange color exclusively to call-to-action (CTA) buttons.

  • Enabled auto-scrolling in the server debug view to facilitate smooth monitoring of server activities.

  • Revamped the Server view as part of the changes introduced in the Local LLM feature.


0.4.3 (16/01/2024)

Bug Fixes

  • General bug fixes and performance improvements.

  • Enhanced the persistence of settings, ensuring improved compatibility and upgradability across various versions.

Feature Improvements

OpenAI API

Local LLM

  • Enhanced the underlying scripts by upgrading dependencies and eliminating unused ones, resulting in a reduced JAR size.


0.4.2 (07/01/2024)

Bug Fixes

  • General bug fixes and performance improvements.

Feature Improvements

  • Removed the read-only attribute from the API Endpoint field in the OpenAI API view, enabling users to define arbitrary endpoints, facilitating compatibility with Azure OpenAI Service.

  • Implemented a context menu for the table in the Prompt Library view, providing options to directly send prompts to the OpenAI API and Local LLM views.

Logging Enhancements

  • Incorporated the latest Montoya changes to refine logging procedures and initiate alerts for specific events.

UI/UX Improvements

  • Revamped the OpenAI API and Local LLM views, placing a Settings menu next to the title with a Restore defaults option.

  • Using Font Awesome icons as the primary icon source.

  • Enhancing interactive icons with brightness on hover.

  • Removed the Docking button as BurpSuite now inherently supports transitioning between tabs and floating tabs.


0.4.1 (05/06/2023)

Bug Fixes

  • General bug fixes and performance improvements.


0.4.0 (02/06/2023)

Bug Fixes

  • General bug fixes and performance improvements.

Compatibility Enhancements

  • Enhanced cross-platform compatibility, particularly for macOS.

Settings Persistence

  • Implemented settings persistence for the OpenAI API and Local LLM views.

UI/UX Improvements

  • Added a Reset button to the OpenAI API and Local LLM view, allowing users to easily restore the default values for the various fields.

  • Unified the UI look and feel across the entire extension.


0.3.0 (25/05/2023)

Bug Fixes

  • Fixed a bug that prevented the display of license activation issues.

  • General bug fixes and performance improvements.

Compatibility Enhancements

  • Enhanced cross-platform compatibility, particularly for macOS.

Feature Improvements

  • Incorporated pre-defined example prompts into the Prompt Library view.

  • Improved logic for starting and stopping the local server to prevent lingering background processes upon unloading the extension.

Model Compatibility

  • Added compatibility for the following OpenAI models:

    • text-davinci-002

    • text-davinci-003

    • text-ada-001

    • text-babbage-001

    • text-curie-001

Performance Improvements

  • Implemented checks to ensure proper termination of the UI upon unloading the extension.

Settings Persistence

  • Refined the settings persistence logic.

UI/UX Improvements

  • Eliminated the Apply button to improve the user experience.

  • Implemented listeners for each field to automatically track and apply setting modifications.

  • Implemented tooltips for key fields to provide additional guidance.

  • Unified the UI look and feel across the entire extension.


0.2.2 (22/05/2023)

Bug Fixes

  • Resolved a UI bug that caused the Parameter # field in the Local LLM view to remain enabled even when text was entered in the LLM directory field.

  • General bug fixes and performance improvements.

Logging Enhancements

  • Enhanced the logging mechanism to facilitate streamlined troubleshooting of the extension.


0.2.1 (19/05/2023)

Compatibility Enhancements

  • Resolved a bug that caused compatibility issues with Python, which resulted in the Local LLM feature not functioning correctly.

General Improvements

  • Reduced the size of the BurpGPT Pro JAR by unshipping Python dependencies, resulting in a substantial decrease from 226.3MB to 2.5MB. Users are now required to configure their systems accordingly to accommodate this change. For the most up-to-date installation instructions, please visit Use the Local LLM feature.


0.2.0 (16/05/2023)

Bug Fixes

  • Fixed a visual bug that caused the prompt text field to collapse when using a font size larger than 12.

Performance Improvements

  • Improved local model processing performance by using Hugging Face's text-generation pipelines abstraction.

  • Enhanced application stability and reliability by adding extra exception handling.

UI/UX Improvements

  • Implemented a Dock button for transitioning between a floating tab and a suite tab, offering enhanced flexibility in the extension's use.


0.1.1 (11/05/2023)

General Improvements

  • This update brings important bug fixes and boosts in performance.


0.1.0 (07/05/2023)

General Improvements

  • We are thrilled to bring you the first release of BurpGPT Pro, packed with powerful new features.

Last updated