Skip to content

Commit fb67003

Browse files
committed
Freeze for release.
1 parent c5f7a61 commit fb67003

File tree

7 files changed

+20
-23
lines changed

7 files changed

+20
-23
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Changelog
2424

2525
* No changes.
2626

27+
Version 0.1.43 -- 2025-Dec-05
28+
--------------------------------------------------------------------------------
29+
30+
* Fix cursor movement errors in the Client.
31+
* Prevent unnecessary saves of Client data to the IDE.
32+
2733
Version 0.1.42 -- 2025-Dec-04
2834
--------------------------------------------------------------------------------
2935

client/package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
url: 'https://github.com/bjones1/CodeChat_editor',
4444
},
4545
type: 'module',
46-
version: '0.1.42',
46+
version: '0.1.43',
4747
dependencies: {
4848
'@codemirror/commands': '^6.10.0',
4949
'@codemirror/lang-cpp': '^6.0.3',

extensions/VSCode/Cargo.lock

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

extensions/VSCode/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license = "GPL-3.0-only"
3232
name = "codechat-editor-vscode-extension"
3333
readme = "../README.md"
3434
repository = "https://github.com/bjones1/CodeChat_Editor"
35-
version = "0.1.42"
35+
version = "0.1.43"
3636

3737
[lib]
3838
crate-type = ["cdylib"]

extensions/VSCode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"type": "git",
4141
"url": "https://github.com/bjones1/CodeChat_Editor"
4242
},
43-
"version": "0.1.42",
43+
"version": "0.1.43",
4444
"activationEvents": [
4545
"onCommand:extension.codeChatEditorActivate",
4646
"onCommand:extension.codeChatEditorDeactivate"

server/Cargo.lock

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

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ license = "GPL-3.0-only"
3232
name = "codechat-editor-server"
3333
readme = "../README.md"
3434
repository = "https://github.com/bjones1/CodeChat_Editor"
35-
version = "0.1.42"
35+
version = "0.1.43"
3636

3737
# This library allows other packages to use core CodeChat Editor features.
3838
[lib]

0 commit comments

Comments
 (0)