Releases: bjones1/CodeChat_Editor
Releases · bjones1/CodeChat_Editor
Version 0.1.55-beta1 -- 2026-May-12
12 May 09:30
Compare
Sorry, something went wrong.
No results found
Release Notes
Correct Markdown conversion of the last doc block -- properly append all
post-conversion text to it.
Improve browser automated testing framework.
Add the ability for the IDE cursor to follow the line when the Client cursor
is in a doc block.
Add the ability to create pre-releases for testing.
Improve cursor tracking in a re-translation.
Reduce unnecessary re-translations with better HTML comparison.
Prevent duplicate doc blocks from appearing at the bottom of the editor.
Update to improved browser automation framework for testing.
Download codechat-editor-server 0.1.55-beta1
Version 0.1.53 -- 2026-Apr-14
14 Apr 13:57
Compare
Sorry, something went wrong.
No results found
Release Notes
Claude code reviews revealed the following issues, which were fixed manually:
Fix multi-byte Unicode encoding bug.
Fix incorrect websocket shutdown sequence.
On websocket disconnect and reconnect, correctly retain timeouts for
responses.
Change websocket response timeout to a reasonable value.
Provide better error reporting when hashLocations.json file isn't found.
Improve encoder performance.
Correct bug in diff computation.
Correctly handle CRLFs in files that begin with a LF.
Fix several XSS vulnerabilities.
Remove redundant reference counting on shared state.
Avoid panics when validating passwords and when converting paths to strings.
Fix bugs in nested comment parser.
Improve CLI interface with better userid/password parsing, error reporting,
and ipv6 support.
Include Windows drive letter Z when looking for available drives.
Use block comment delimiter found in code, not a hard-coded C-only
delimiter.
Correct many errors in the grammar for supported languages.
Add lexer support for shell scripts, Swift, TOML, and Verilog, and VHDL.
Ensure math is re-typeset after saving the document.
Delay math un-typesetting until all typesetting is complete.
Improve error reporting in VSCode extension.
Download codechat-editor-server 0.1.53
Version 0.1.52 -- 2026-Apr-09
09 Apr 18:12
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix losing last typed character when receiving a translation while a TinyMCE
edit is pending.
Avoid unnecessary and distracting scrolling to the top of a doc block when
focusing the doc block.
When first switching to a file, restore the cursor position from VSCode.
Download codechat-editor-server 0.1.52
Version 0.1.51 -- 2025-Feb-18
18 Feb 12:23
Compare
Sorry, something went wrong.
No results found
Release Notes
Revert back to working version of CodeMirror.
Updates to other libraries.
Download codechat-editor-server 0.1.51
Version 0.1.50 -- 2025-Feb-05
05 Feb 08:08
Compare
Sorry, something went wrong.
No results found
Release Notes
First and second-level heading underlines are now sized based on the heading's
length, rather than fixed at 80 characters.
Update to latest version of CodeMirror, graphviz, ts-rs, pdfjs,
notify-deboucer, dprint-markdown, Rust. Improved CodeMirror means removal of a
patch to CodeMirror source.
Replace old win_partitions crate which no longer builds.
Download codechat-editor-server 0.1.50
Version 0.1.49 -- 2025-Dec-29
29 Dec 23:47
Compare
Sorry, something went wrong.
No results found
Release Notes
Added instructional videos to manual.
Improve accessibility by using content sectioning tags.
Avoid unnecessary re-translations of Markdown documents containing line break
elements.
Fix data corruption of math, in which an equation was stored as its rendered
form after a re-translation in the Client.
Download codechat-editor-server 0.1.49
Version 0.1.48 -- 2025-Dec-22
23 Dec 05:49
Compare
Sorry, something went wrong.
No results found
Release Notes
Re-translate Markdown documents as necessary. This causes math written in the
Client to immediately be rendered, instead of needing to switch to the IDE and
perform an edit.
Ignore re-translations if the Client contents is dirty; overwrite Client
contents when dirty when an IDE update arrives. This prevents data corruption.
Correctly mark Client contents as clean after sending an update to the IDE,
instead of waiting until the IDE's response arrives. This prevents cases where
the Client edits didn't update IDE text.
Download codechat-editor-server 0.1.48
Version 0.1.47 -- 2025-Dec-19
19 Dec 14:47
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix errors in Client when editing a file with adjacent doc blocks.
Fix out of sync errors when the table of contents file is open.
Fix incorrect version info sent by the VSCode extension.
Change lexer name for C/C++ code to avoid escaping when converting from HTML
to Markdown.
Fix Client so that edits produces updates to the IDE; previous, edits would
occasionally stop updating the IDE.
Prevent editing the <span> that wraps math expressions.
Automatically re-sync Client with IDE when out of sync.
Update to latest release of MathJax.
Add support for Loci files.
Download codechat-editor-server 0.1.47
Version 0.1.46 -- 2025-Dec-15
16 Dec 00:45
Compare
Sorry, something went wrong.
No results found
Release Notes
Avoid spaces disappearing in Client when editing lists.
Improve speed of convert
Improve Client error reporting.
Download codechat-editor-server 0.1.46
Version 0.1.45 -- 2025-Dec-11
11 Dec 22:35
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix loss of editing in the Client when in document-only mode.
Fix data corruption in the Client when in document-only mode and edits are
made in both the IDE and Client.
Fix loss of autosave when making GUI-based edits in the Client.
Correctly retain Client cursor position during IDE edits.
Correctly translate table cells containing blocks from HTML to Markdown.
Download codechat-editor-server 0.1.45