Skip to content

Commit d03c4fd

Browse files
committed
Freeze for release.
1 parent 58807e3 commit d03c4fd

File tree

8 files changed

+436
-474
lines changed

8 files changed

+436
-474
lines changed

CHANGELOG.md

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

2525
* No changes.
2626

27+
Version 0.1.34 -- 2025-Sep-02
28+
-----------------------------
29+
30+
* Make the Client text editable again. Improve handling of selections.
31+
* In VSCode, load a new file in the Client after a short delay, rather than
32+
immediately. This provides a more efficient process when changing files.
33+
2734
Version 0.1.33 -- 2025-Sep-02
2835
-----------------------------
2936

builder/Cargo.lock

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

client/package.json5

Lines changed: 7 additions & 7 deletions
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.33',
46+
version: '0.1.34',
4747
dependencies: {
4848
'@codemirror/commands': '^6.8.1',
4949
'@codemirror/lang-cpp': '^6.0.3',
@@ -64,8 +64,8 @@
6464
codemirror: '^6.0.2',
6565
'graphviz-webcomponent': 'github:bjones1/graphviz-webcomponent#dist',
6666
mathjax: '4.0.0',
67-
mermaid: '^11.10.1',
68-
'npm-check-updates': '^18.0.3',
67+
mermaid: '^11.11.0',
68+
'npm-check-updates': '^18.1.0',
6969
'pdfjs-dist': '^5.4.149',
7070
tinymce: '^8.0.2',
7171
'toastify-js': '^1.12.0',
@@ -74,13 +74,13 @@
7474
'@types/chai': '^5.2.2',
7575
'@types/js-beautify': '^1.14.3',
7676
'@types/mocha': '^10.0.10',
77-
'@types/node': '^24.3.0',
77+
'@types/node': '^24.3.1',
7878
'@types/toastify-js': '^1.12.4',
79-
'@typescript-eslint/eslint-plugin': '^8.42.0',
80-
'@typescript-eslint/parser': '^8.42.0',
79+
'@typescript-eslint/eslint-plugin': '^8.43.0',
80+
'@typescript-eslint/parser': '^8.43.0',
8181
chai: '^6.0.1',
8282
esbuild: '^0.25.9',
83-
eslint: '^9.34.0',
83+
eslint: '^9.35.0',
8484
'eslint-config-prettier': '^10.1.8',
8585
'eslint-plugin-import': '^2.32.0',
8686
'eslint-plugin-prettier': '^5.5.4',

client/pnpm-lock.yaml

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

extensions/VSCode/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"type": "git",
3131
"url": "https://github.com/bjones1/CodeChat_Editor"
3232
},
33-
"version": "0.1.33",
33+
"version": "0.1.34",
3434
"activationEvents": [
3535
"onCommand:extension.codeChatEditorActivate",
3636
"onCommand:extension.codeChatEditorDeactivate"
@@ -85,11 +85,11 @@
8585
"@types/escape-html": "^1.0.4",
8686
"@types/vscode": "1.61.0",
8787
"@types/ws": "^8.18.1",
88-
"@typescript-eslint/eslint-plugin": "^8.42.0",
89-
"@typescript-eslint/parser": "^8.42.0",
88+
"@typescript-eslint/eslint-plugin": "^8.43.0",
89+
"@typescript-eslint/parser": "^8.43.0",
9090
"@vscode/vsce": "^3.6.0",
9191
"esbuild": "^0.25.9",
92-
"eslint": "^9.34.0",
92+
"eslint": "^9.35.0",
9393
"eslint-config-prettier": "^10.1.8",
9494
"eslint-plugin-import": "^2.32.0",
9595
"eslint-plugin-node": "^11.1.0",

0 commit comments

Comments
 (0)