Skip to content

Commit 10e2b92

Browse files
committed
Freeze for release.
1 parent fa32a99 commit 10e2b92

File tree

10 files changed

+752
-725
lines changed

10 files changed

+752
-725
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,15 @@ Changelog
2222
[Github master](https://github.com/bjones1/CodeChat_Editor)
2323
-----------------------------------------------------------
2424

25+
* No changes.
26+
27+
Version 0.1.36 -- 2025-Sep-17
28+
-----------------------------
29+
30+
* The system continues to work after a PC goes to sleep then wakes back up;
31+
communication within previous versions fails after a sleep/wake up cycle.
2532
* Communicate between the VSCode extension and the Server using queues instead
26-
of a websocket and a websocket.
33+
of a websocket and a queue.
2734
* Remove the HTML editor's toolbar, to free up more space on the screen.
2835
* Add a code formatting button to the quick toolbar which appears when tex is
2936
selected in the HTML editor.

builder/Cargo.lock

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

client/package.json5

Lines changed: 5 additions & 5 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.35',
46+
version: '0.1.36',
4747
dependencies: {
4848
'@codemirror/commands': '^6.8.1',
4949
'@codemirror/lang-cpp': '^6.0.3',
@@ -67,7 +67,7 @@
6767
mermaid: '^11.11.0',
6868
'npm-check-updates': '^18.1.1',
6969
'pdfjs-dist': '^5.4.149',
70-
tinymce: '^8.0.2',
70+
tinymce: '^8.1.1',
7171
'toastify-js': '^1.12.0',
7272
},
7373
devDependencies: {
@@ -76,10 +76,10 @@
7676
'@types/mocha': '^10.0.10',
7777
'@types/node': '^24.5.1',
7878
'@types/toastify-js': '^1.12.4',
79-
'@typescript-eslint/eslint-plugin': '^8.43.0',
80-
'@typescript-eslint/parser': '^8.43.0',
79+
'@typescript-eslint/eslint-plugin': '^8.44.0',
80+
'@typescript-eslint/parser': '^8.44.0',
8181
chai: '^6.0.1',
82-
esbuild: '^0.25.9',
82+
esbuild: '^0.25.10',
8383
eslint: '^9.35.0',
8484
'eslint-config-prettier': '^10.1.8',
8585
'eslint-plugin-import': '^2.32.0',

0 commit comments

Comments
 (0)