feat: intruder tab support for stickies #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AI-Generated Summary
PR Summary
Overview of Changes
This PR introduces several changes across multiple Kotlin files in the project, focusing on version bumping, feature enhancement, logging improvement, and code optimization. Notably, it enhances the context menu handling for the Intruder component in the StickyBurpContextMenu class, updates the logging information in StickyBurpExtension class to include more comprehensive details and guidance for users, and refactors the StickyBurpHttpHandler to streamline the handling of HTTP request tools by removing explicit tool type checks in favor of a more streamlined conditional logic. Additionally, the project's version is incremented from 1.0.3 to 1.0.4, indicating a minor update with new features and improvements.
Key Modifications
build.gradle.kts
is updated from1.0.3
to1.0.4
, signifying a new, minor release of the software.StickyBurpContextMenu.kt
to support context menu options specifically for the Intruder component, enhancing the tool's usability within different modules of the application.StickyBurpExtension.kt
to include creator credits, a call to action for bug reporting and feature requests, and contact information, making it more informative and helpful to the users.StickyBurpHttpHandler.kt
by utilizing direct variable assignment and removing redundant conditional checks, leading to cleaner and more efficient code execution paths.Potential Impact
This summary was generated with ❤️ by ads @ rigging