-
Notifications
You must be signed in to change notification settings - Fork 388
quick v0.11.1 release notes #2040
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
Conversation
WalkthroughThe changes introduce a new release note entry for version v0.11.1 of the Wave Terminal application. The update details enhancements such as support for browsing S3 buckets within the file preview widget, which now reads AWS credential information and allows the selection of AWS profiles. Additionally, features like drag-and-drop for files and directories across environments, JSON schema support for configuration files, new commands for block management and SSH connectivity, and an analytics framework are documented. Improvements in error handling for the preview and editor widgets and immediate updating for AI presets are also mentioned. Several bug fixes addressing issues like hanging goroutines, file type handling, and terminal widget usability are highlighted. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🧹 Nitpick comments (4)
docs/docs/releasenotes.mdx (4)
13-13
: Refine the “drop down” Terminology
In the sentence describing AWS profile selection, consider replacing “drop down” with “drop‐down” (or “dropdown”) for better readability and consistency.🧰 Tools
🪛 LanguageTool
[style] ~13-~13: This phrase is redundant. Consider using “drop”.
Context: ...of your AWS profiles in our connections drop down to start viewing S3 files. We even supp...(DROP_DOWN)
15-15
: Refine Informal Wording
The phrase “Lots of other features and bug fixes as well:” might be overly informal. Consider replacing it with “Several additional features and bug fixes:” to maintain a professional tone.
20-20
: Insert a Comma for Clarity
In the bullet describing block splitting support, consider adding a comma after “vertically” to improve readability. For example: “...split horizontally and vertically, for more control you can use Ctrl-Shift-S…”🧰 Tools
🪛 LanguageTool
[uncategorized] ~20-~20: Possible missing comma found.
Context: ...t horizontally and vertically. For more control you can use Ctrl-Shift-S and then Up/Do...(AI_HYDRA_LEO_MISSING_COMMA)
32-32
: Hyphenate "off-screen"
In the bugfix bullet about the tab behavior, change “off screen” to “off‐screen” to adhere to proper hyphenation.🧰 Tools
🪛 LanguageTool
[uncategorized] ~32-~32: The adjective or adverb “off-screen” is spelled with a hyphen.
Context: ...g "tab" would sometimes scroll a widget off screen making it unusable - [bugfix] XDG varia...(ON_OFF_SCREEN_HYPHEN)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
docs/docs/releasenotes.mdx
(1 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/docs/releasenotes.mdx
[style] ~13-~13: This phrase is redundant. Consider using “drop”.
Context: ...of your AWS profiles in our connections drop down to start viewing S3 files. We even supp...
(DROP_DOWN)
[style] ~14-~14: The phrase ‘lots of’ might be wordy and overused. Consider using an alternative.
Context: ... text files using our built-in editor. Lots of other features and bug fixes as well: ...
(A_LOT_OF)
[uncategorized] ~20-~20: Possible missing comma found.
Context: ...t horizontally and vertically. For more control you can use Ctrl-Shift-S and then Up/Do...
(AI_HYDRA_LEO_MISSING_COMMA)
[uncategorized] ~32-~32: The adjective or adverb “off-screen” is spelled with a hyphen.
Context: ...g "tab" would sometimes scroll a widget off screen making it unusable - [bugfix] XDG varia...
(ON_OFF_SCREEN_HYPHEN)
⏰ Context from checks skipped due to timeout of 90000ms (5)
- GitHub Check: Analyze (javascript-typescript)
- GitHub Check: merge-gatekeeper
- GitHub Check: Build for TestDriver.ai
- GitHub Check: Build Docsite
- GitHub Check: Analyze (go)
🔇 Additional comments (1)
docs/docs/releasenotes.mdx (1)
9-36
: New Release Note Section for v0.11.1 Added
The new section clearly documents the enhancements and bug fixes introduced in v0.11.1. The bullet points are well-organized and cover the key improvements, such as S3 bucket browsing in the preview widget, drag-and-drop functionality, JSON schema support, new commands, and several bug fixes. Overall, the content is clear and informative.🧰 Tools
🪛 LanguageTool
[style] ~13-~13: This phrase is redundant. Consider using “drop”.
Context: ...of your AWS profiles in our connections drop down to start viewing S3 files. We even supp...(DROP_DOWN)
[style] ~14-~14: The phrase ‘lots of’ might be wordy and overused. Consider using an alternative.
Context: ... text files using our built-in editor. Lots of other features and bug fixes as well: ...(A_LOT_OF)
[uncategorized] ~20-~20: Possible missing comma found.
Context: ...t horizontally and vertically. For more control you can use Ctrl-Shift-S and then Up/Do...(AI_HYDRA_LEO_MISSING_COMMA)
[uncategorized] ~32-~32: The adjective or adverb “off-screen” is spelled with a hyphen.
Context: ...g "tab" would sometimes scroll a widget off screen making it unusable - [bugfix] XDG varia...(ON_OFF_SCREEN_HYPHEN)
Lots of other features and bug fixes as well: | ||
|
||
- **S3 Bucket** directory viewing and file previews | ||
- **Drag and Drop Files and Directories** between Wave directory views. This works across machines and between remote machines and S3 conections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix Typo in "conections"
There is a typo in the bullet point regarding drag-and-drop functionality: “S3 conections” should be corrected to “S3 connections”.
No description provided.