-
-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.5.0-beta.2 -> main #168
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ages (#163) * fix: pr url to ignore query strings, ids * fix: highlight post view href * chore: Update highlights type, remove unused useEffect, vars * fix: disable ai gen buttons when generating * chore: Prepend protocol to PR URL * chore: prepend protocol to highlight url
## [1.4.1-beta.1](v1.4.0...v1.4.1-beta.1) (2023-06-04) ### 🐛 Bug Fixes * highlight redirection, multiple AI generation, draft commit messages ([#163](#163)) ([03b91ab](03b91ab))
## [1.4.1-beta.2](v1.4.1-beta.1...v1.4.1-beta.2) (2023-06-04) ### 🐛 Bug Fixes * post-highlight-page-check ([#164](#164)) ([ed98eb2](ed98eb2))
* refactor: post highlight no message passing * chore: remove message listener github.ts * test: Added tests for getPullRequestAPIURL()
## [1.4.1-beta.3](v1.4.1-beta.2...v1.4.1-beta.3) (2023-06-04) ### 🧑💻 Code Refactoring * removed post highlight message passing ([#165](#165)) ([bad2112](bad2112))
* feat: extension settings * link to settings * aiprdescription setting * lint fixes * remove switch on/off button from ai config menu * add settings for code refactor suggestions * tests fix
## [1.5.0-beta.1](v1.4.1-beta.3...v1.5.0-beta.1) (2023-06-05) ### 🍕 Features * extension settings ([#132](#132)) ([722cbbe](722cbbe))
I got the same issue, but was with post to highlight (both are using the same functions) Plus, post to highlight error printing is not working when generating AI, this need a minor refactor: |
a0m0rajab
reviewed
Jun 6, 2023
@bdougie please check again. |
## [1.5.0-beta.2](v1.5.0-beta.1...v1.5.0-beta.2) (2023-06-06) ### 🐛 Bug Fixes * remove configuration enabled check from AI button ([#170](#170)) ([cedca79](cedca79))
19 tasks
Works |
Works for me as well 👍 |
2 tasks
🎉 This PR is included in version 1.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR fixes multiple bugs including highlighting redirection, multiple AI generation, and draft commit messages. It also adds a new feature of extension settings. The PR includes various code refactoring and test fixes. The AI generation buttons are now disabled while generating. The configuration enabled check has been removed from the AI button.
Generated using OpenSauced.