Skip to content

Commit af9df77

Browse files
R00-B0Tgithub-actions[bot]ColemanRoo
authored
Changeset version bump (#80)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: ColemanRoo <[email protected]>
1 parent 8dbd019 commit af9df77

File tree

4 files changed

+32
-31
lines changed

4 files changed

+32
-31
lines changed

.changeset/rare-terms-worry.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 28 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,86 @@
11
# Roo Cline Changelog
22

3+
## 2.1.21
4+
5+
### Patch Changes
6+
7+
- 8dbd019: Larger Promp Text Input
8+
39
## [2.1.20]
410

5-
- Add Gemini 2.0
11+
- Add Gemini 2.0
612

713
## [2.1.19]
814

9-
- Better error handling for diff editing
15+
- Better error handling for diff editing
1016

1117
## [2.1.18]
1218

13-
- Diff editing bugfix to handle Windows line endings
19+
- Diff editing bugfix to handle Windows line endings
1420

1521
## [2.1.17]
1622

17-
- Switch to search/replace diffs in experimental diff editing mode
23+
- Switch to search/replace diffs in experimental diff editing mode
1824

1925
## [2.1.16]
2026

21-
- Allow copying prompts from the history screen
27+
- Allow copying prompts from the history screen
2228

2329
## [2.1.15]
2430

25-
- Incorporate dbasclpy's [PR](https://github.com/RooVetGit/Roo-Cline/pull/54) to add support for gemini-exp-1206
26-
- Make it clear that diff editing is very experimental
31+
- Incorporate dbasclpy's [PR](https://github.com/RooVetGit/Roo-Cline/pull/54) to add support for gemini-exp-1206
32+
- Make it clear that diff editing is very experimental
2733

2834
## [2.1.14]
2935

30-
- Fix bug where diffs were not being applied correctly and try Aider's [unified diff prompt](https://github.com/Aider-AI/aider/blob/3995accd0ca71cea90ef76d516837f8c2731b9fe/aider/coders/udiff_prompts.py#L75-L105)
31-
- If diffs are enabled, automatically reject write_to_file commands that lead to truncated output
36+
- Fix bug where diffs were not being applied correctly and try Aider's [unified diff prompt](https://github.com/Aider-AI/aider/blob/3995accd0ca71cea90ef76d516837f8c2731b9fe/aider/coders/udiff_prompts.py#L75-L105)
37+
- If diffs are enabled, automatically reject write_to_file commands that lead to truncated output
3238

3339
## [2.1.13]
3440

35-
- Fix https://github.com/RooVetGit/Roo-Cline/issues/50 where sound effects were not respecting settings
41+
- Fix https://github.com/RooVetGit/Roo-Cline/issues/50 where sound effects were not respecting settings
3642

3743
## [2.1.12]
3844

39-
- Incorporate JoziGila's [PR](https://github.com/cline/cline/pull/158) to add support for editing through diffs
45+
- Incorporate JoziGila's [PR](https://github.com/cline/cline/pull/158) to add support for editing through diffs
4046

4147
## [2.1.11]
4248

43-
- Incorporate lloydchang's [PR](https://github.com/RooVetGit/Roo-Cline/pull/42) to add support for OpenRouter compression
49+
- Incorporate lloydchang's [PR](https://github.com/RooVetGit/Roo-Cline/pull/42) to add support for OpenRouter compression
4450

4551
## [2.1.10]
4652

47-
- Incorporate HeavenOSK's [PR](https://github.com/cline/cline/pull/818) to add sound effects to Cline
53+
- Incorporate HeavenOSK's [PR](https://github.com/cline/cline/pull/818) to add sound effects to Cline
4854

4955
## [2.1.9]
5056

51-
- Add instructions for using .clinerules on the settings screen
57+
- Add instructions for using .clinerules on the settings screen
5258

5359
## [2.1.8]
5460

55-
- Roo Cline now allows configuration of which commands are allowed without approval!
61+
- Roo Cline now allows configuration of which commands are allowed without approval!
5662

5763
## [2.1.7]
5864

59-
- Updated extension icon and metadata
65+
- Updated extension icon and metadata
6066

6167
## [2.1.6]
6268

63-
- Roo Cline now runs in all VSCode-compatible editors
69+
- Roo Cline now runs in all VSCode-compatible editors
6470

6571
## [2.1.5]
6672

67-
- Fix bug in browser action approval
73+
- Fix bug in browser action approval
6874

6975
## [2.1.4]
7076

71-
- Roo Cline now can run side-by-side with Cline
77+
- Roo Cline now can run side-by-side with Cline
7278

7379
## [2.1.3]
7480

75-
- Roo Cline now allows browser actions without approval when `alwaysAllowBrowser` is true
81+
- Roo Cline now allows browser actions without approval when `alwaysAllowBrowser` is true
7682

7783
## [2.1.2]
7884

79-
- Support for auto-approval of write operations and command execution
80-
- Support for .clinerules custom instructions
85+
- Support for auto-approval of write operations and command execution
86+
- Support for .clinerules custom instructions

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roo Cline",
44
"description": "A fork of Cline, an autonomous coding agent, with some added experimental configuration and automation features.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "2.1.20",
6+
"version": "2.1.21",
77
"icon": "assets/icons/rocket.png",
88
"galleryBanner": {
99
"color": "#617A91",
@@ -214,7 +214,7 @@
214214
},
215215
"lint-staged": {
216216
"src/**/*.{ts,tsx}": [
217-
"npx eslint -c .eslintrc.json"
217+
"npx eslint -c .eslintrc.json"
218218
]
219219
}
220220
}

0 commit comments

Comments
 (0)