You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+15-9
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ Our integration capabilities just got a major upgrade with **Microsoft Teams** a
84
84
### Security and SAST Remediation Improvements
85
85
86
86
- Enabling comprehensive security analysis directly from context within GitHub Checks.
87
-
- CodeRabbit now seamlessly integrates with top SAST tools that create github check annotation comments like Codacy, SonarCloud, Code Climate, GitHub Advanced Security, Palo Alto Prisma Cloud, and more!
87
+
- CodeRabbit now seamlessly integrates with top SAST tools that create github check annotation comments such as: Codacy, SonarCloud, Code Climate, GitHub Advanced Security, Palo Alto Prisma Cloud, and more!
88
88
- We have added a [YouTube Tutorial](https://www.youtube.com/watch?v=tfy3FdsoUtU) for a step-by-step guide on using CodeRabbit with Codacy and SonarCloud during pull requests.
89
89
- Improved the [Semgrep Documentation](https://docs.coderabbit.ai/tools/semgrep).
90
90
- CodeRabbit now automatically detects Semgrep rulesets from default `semgrep.yml` or `semgrep.config.yml` files, eliminating the need for manual configuration.
@@ -122,9 +122,9 @@ These updates are here to help you get more from the dashboard. Take a look toda
122
122
123
123
## July 31, 2024
124
124
125
-
### Promote members to admin
125
+
### Grant Admin Privileges to Members
126
126
127
-
You can now promote members in your organization to admins within CodeRabbit. Admins will be able to manage the subscription and the seats for that organization.
127
+
You can now grant admin privileges to members of your organization in CodeRabbit. Admins will have the ability to manage subscriptions and seat allocations for the organization.
128
128
129
129
---
130
130
@@ -134,7 +134,7 @@ You can now promote members in your organization to admins within CodeRabbit. Ad
134
134
135
135
#### Learnings Page
136
136
137
-
We're thrilled to announce the new **Learnings** page! Users can now interact with learnings captured in PR comments, enhancing future reviews. Log into CodeRabbit to see the page, where you can filter learnings by Repository, File Path, and User. You can also edit or delete learnings that are no longer relevant to your project.
137
+
We're thrilled to announce the new **Learnings** page! Users can now interact with learnings captured in PR comments, enhancing future reviews. Log into CodeRabbit and navigate to the Learnings tab, where you can filter learnings by Repository, File Path, and User. You can also edit or delete learnings that are no longer relevant to your project.
138
138
139
139
#### Reports (Beta) Page
140
140
@@ -149,7 +149,7 @@ Generate recurring summaries of team performance and latest PR reviews with feat
149
149
150
150
#### Sequence Diagrams Configuration
151
151
152
-
You can now choose whether to auto-generate sequence diagrams in PR Walkthroughs. Configure this via the CodeRabbit settings page or by setting reviews.sequence_diagrams in the .coderabbit.yaml file.
152
+
You can now choose whether to auto-generate sequence diagrams in the PR Walkthrough comment. Enable this via the CodeRabbit settings page or by setting reviews.sequence_diagrams in the .coderabbit.yaml file.
153
153
154
154
#### Enhanced Tool Settings & New Analysis Tools
155
155
@@ -171,11 +171,11 @@ The GitLab integration now offers more flexibility and security. Users can use P
171
171
172
172
#### Sequence Diagrams
173
173
174
-
CodeRabbit now generates sequence diagrams of code changes, enhancing reviewers' ability to understand the flow of control.
174
+
CodeRabbit now generates sequence diagrams for code changes, providing reviewers with a clear visualization of the control flow for improved understanding.
175
175
176
176
#### Auto-Generate PR Titles
177
177
178
-
Users will now find a new option called auto_title_placeholder and will default to `@coderabbitai` title. This option allows users to put a placeholder title and have CodeRabbit auto-generate one for them when the review process kicks in.
178
+
A new option, `auto_title_placeholder`, is now available and defaults to `@coderabbitai` title. This feature allows users to set a placeholder title, enabling CodeRabbit to automatically generate an appropriate title when the review process begins.
179
179
180
180
#### New Commands
181
181
@@ -197,11 +197,17 @@ We have been observing that many PRs get closed quickly and CodeRabbit continues
197
197
198
198
#### Review Settings
199
199
200
-
Users can now select between "Chill" and "Assertive" review tones to tailor feedback styles according to their preferences. The "Assertive" profile posts more comments and nitpicks the code more aggressively, while the "Chill" profile is more relaxed and posts fewer comments.
200
+
Users can now select between **Chill** and **Assertive** review tones to tailor feedback styles according to their preferences. The **Assertive** profile posts more comments and nitpicks the code more aggressively, while the **Chill** profile is more relaxed and posts fewer comments.
201
201
202
202
#### More Static Analysis Support
203
203
204
-
We are continually expanding our support for static analysis tools. We have added support for biome, hadolint, and ast-grep. Update the settings in your .coderabbit.yaml file or head over to the settings page to enable or disable the tools you want to use.
204
+
We are continually expanding our support for static analysis tools. We've recently added support for
205
+
206
+
- biome
207
+
- hadolint
208
+
- ast-grep.
209
+
210
+
Update your .coderabbit.yaml file or visit the settings page to enable or disable the tools you wish to use.
0 commit comments