Skip to content

Commit 2eafdff

Browse files
committed
πŸ“ intellij changelog
1 parent 7b99524 commit 2eafdff

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 0.0.54 - 2024-07-13
2+
### Added
3+
* Partial autocomplete acceptance
4+
* Autocomplete status bar spinner
5+
### Fixed
6+
* Fixed duplicate completion bug and others

β€Ž.prettierignoreβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
extensions/vscode/continue_rc_schema.json
2-
**/.continueignore
2+
**/.continueignore
3+
CHANGELOG.md

β€Žextensions/intellij/CHANGELOG.mdβ€Ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
55
and is generated by [Changie](https://github.com/miniscruff/changie).
66

7+
## 0.0.54 - 2024-07-13
8+
9+
### Added
10+
11+
- Partial autocomplete acceptance
12+
- Autocomplete status bar spinner
13+
14+
### Fixed
15+
16+
- Fixed duplicate completion bug and others
17+
718
## 0.0.53 - 2024-07-10
819

920
### Added

0 commit comments

Comments
Β (0)