File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,13 @@ Changelog
2222[ Github master] ( https://github.com/bjones1/CodeChat_Editor )
2323--------------------------------------------------------------------------------
2424
25- * No changes.
25+ * Fix errors in Client when editing a file with adjacent doc blocks.
26+ * Fix out of sync errors when the table of contents file is open.
27+ * Fix incorrect version info sent by the VSCode extension.
28+ * Change lexer name for C/C++ code to avoid escaping when converting from HTML
29+ to Markdown.
30+ * Fix Client so that edits produces updates to the IDE; previous, edits would
31+ occasionally stop updating the IDE.
2632
2733Version 0.1.46 -- 2025-Dec-15
2834--------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -113,7 +113,8 @@ These form a set of high-level requirements to guide the project.
113113 * Files/anchors can be freely moved without breaking links. This requires all
114114 anchors to be globally unique. HTML allows upper/lowercase ASCII plus the
115115 hyphen and underscore for IDs, meaning that a 5-character string provides
116- > 250 million unique anchors.
116+
117+ > 250 million unique anchors.
117118* Make picking a file/anchor easy: provide a searchable, expanded TOC listing
118119 every anchor.
119120
Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ Implementation
6868 1 . [ CodeChatEditor-test.mts] ( client/src/CodeChatEditor-test.mts )
6969 1 . [ Run tests] ( README.md?test )
7070 2 . [ HTML to Markdown conversion test document] ( docs/Markdown_HTML.js )
71- 3 . [ Extensions] ( extensions/ )
72- 1 . Visual Studio Code
71+ 3 . [ Extensions] ( extensions/readme.md )
72+ 1 . [ Visual Studio Code] ( extensions/VSCode/developer.md )
7373 1 . [ extension.ts] ( extensions/VSCode/src/extension.ts )
7474 2 . [ lib.rs] ( extensions/VSCode/src/lib.rs )
7575 3 . [ Cargo.toml] ( extensions/VSCode/Cargo.toml )
You can’t perform that action at this time.
0 commit comments