Releases: bjones1/CodeChat_Editor
Releases · bjones1/CodeChat_Editor
Version 0.1.61 -- 2026-Jul-11
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix unexpected scrolling when server updates are applied to a doc block that
exceeds the screen height.
Fix errors due to incorrect TypeScript typecasts.
Correctly update the delimiter when a doc block is updated.
Download codechat-editor-server 0.1.61
Version 0.1.60 -- 2026-Jul-08
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix #113 -- when
selecting a doc block in the IDE that contains a line wider than the Client's
view, the Client scrolled the horizontal scrollbar all the way to the end of
the line. This fix only performs vertical scrolling, but leaves the horizontal
scroll unchanged.
Fix keyboard navigation -- moving between doc blocks and code blocks with
arrow keys is now supported.
Fix regression -- id attributes on HTML elements are no longer blocked.
Fix unexpected scrolling when editing doc blocks which exceed the screen
height.
Update the delimiter when a doc block is updated.
Remove highlight around the a doc block when it's being edited, which hides
the cursor when the cursor is at the beginning of the line.
Download codechat-editor-server 0.1.60
v0.1.59
Compare
Sorry, something went wrong.
No results found
Download codechat-editor-server 0.1.59
Version 0.1.58 -- 2026-Jun-22
Compare
Sorry, something went wrong.
No results found
Release Notes
Load Client components at first use, rather than pre-loading all possible
components.
Correct math translation from the Client back to the IDE.
Fix Client bug which caused it to immediately remove newly added empty
paragraphs.
Download codechat-editor-server 0.1.58
Version 0.1.57 -- 2026-Jun-15
Compare
Sorry, something went wrong.
No results found
Release Notes
Simplify and correct the process of sending doc block edits to the server.
Fix mis-translation when adding newlines to a fenced code block in a doc block
in the Client.
Download codechat-editor-server 0.1.57
Version 0.1.56 -- 2026-May-22
Compare
Sorry, something went wrong.
No results found
Release Notes
Fix regression that moves the cursor back one character when at the end of a
line in a doc block in the Client.
Correct minifier use to reduce unnecessary re-translations.
Enable horizontal scrolling in Client, fix approach to scrollbars.
Fix a regression that prevented selection of a previously-selected doc block.
Download codechat-editor-server 0.1.56
Version 0.1.55-beta1 -- 2026-May-12
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
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
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
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