Skip to content

Commit 53dd2f9

Browse files
committed
Freeze for release.
1 parent 0e84cbe commit 53dd2f9

File tree

8 files changed

+1852
-1224
lines changed

8 files changed

+1852
-1224
lines changed

CHANGELOG.md

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

25+
* No changes.
26+
27+
Version 0.1.40 -- 2025-Nov-11
28+
-----------------------------
29+
2530
* File watcher now accepts new files from the Client.
31+
* Improved translation from HTML to Markdown.
32+
* Build correct binary for Mac M1.
33+
* Add CodeMirror support for SQL and YAML.
2634

2735
Version 0.1.39 -- 2025-Oct-23
2836
-----------------------------

builder/Cargo.lock

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

client/package.json5

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@
4545
type: 'module',
4646
version: '0.1.40',
4747
dependencies: {
48-
'@codemirror/commands': '^6.9.0',
48+
'@codemirror/commands': '^6.10.0',
4949
'@codemirror/lang-cpp': '^6.0.3',
5050
'@codemirror/lang-css': '^6.3.1',
5151
'@codemirror/lang-go': '^6.0.1',
5252
'@codemirror/lang-html': '^6.4.11',
5353
'@codemirror/lang-java': '^6.0.2',
5454
'@codemirror/lang-javascript': '^6.2.4',
5555
'@codemirror/lang-json': '^6.0.2',
56-
'@codemirror/lang-markdown': '^6.4.0',
56+
'@codemirror/lang-markdown': '^6.5.0',
5757
'@codemirror/lang-php': '^6.0.2',
5858
'@codemirror/lang-python': '^6.2.1',
5959
'@codemirror/lang-rust': '^6.0.2',
@@ -66,27 +66,27 @@
6666
codemirror: '^6.0.2',
6767
'graphviz-webcomponent': 'github:bjones1/graphviz-webcomponent#dist',
6868
mathjax: '4.0.0',
69-
mermaid: '^11.12.0',
70-
'npm-check-updates': '^19.1.1',
71-
'pdfjs-dist': '^5.4.296',
72-
tinymce: '^8.1.2',
69+
mermaid: '^11.12.1',
70+
'npm-check-updates': '^19.1.2',
71+
'pdfjs-dist': '^5.4.394',
72+
tinymce: '^8.2.1',
7373
'toastify-js': '^1.12.0',
7474
},
7575
devDependencies: {
7676
'@types/chai': '^5.2.3',
7777
'@types/js-beautify': '^1.14.3',
7878
'@types/mocha': '^10.0.10',
79-
'@types/node': '^24.9.1',
79+
'@types/node': '^24.10.0',
8080
'@types/toastify-js': '^1.12.4',
81-
'@typescript-eslint/eslint-plugin': '^8.46.2',
82-
'@typescript-eslint/parser': '^8.46.2',
81+
'@typescript-eslint/eslint-plugin': '^8.46.4',
82+
'@typescript-eslint/parser': '^8.46.4',
8383
chai: '^6.2.0',
84-
esbuild: '^0.25.11',
85-
eslint: '^9.38.0',
84+
esbuild: '^0.27.0',
85+
eslint: '^9.39.1',
8686
'eslint-config-prettier': '^10.1.8',
8787
'eslint-plugin-import': '^2.32.0',
8888
'eslint-plugin-prettier': '^5.5.4',
89-
mocha: '^11.7.4',
89+
mocha: '^11.7.5',
9090
prettier: '^3.6.2',
9191
typescript: '^5.9.3',
9292
},

0 commit comments

Comments
 (0)