Skip to content

Releases: bjones1/CodeChat_Editor

Version 0.1.53 -- 2026-Apr-14

14 Apr 13:57

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.52 -- 2026-Apr-09

09 Apr 18:12

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.51 -- 2025-Feb-18

18 Feb 12:23

Choose a tag to compare

Release Notes

  • Revert back to working version of CodeMirror.
  • Updates to other libraries.

Download codechat-editor-server 0.1.51

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.50 -- 2025-Feb-05

05 Feb 08:08

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.49 -- 2025-Dec-29

29 Dec 23:47

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.48 -- 2025-Dec-22

23 Dec 05:49

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.47 -- 2025-Dec-19

19 Dec 14:47

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.46 -- 2025-Dec-15

16 Dec 00:45

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.45 -- 2025-Dec-11

11 Dec 22:35

Choose a tag to compare

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

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

Version 0.1.44 -- 2025-Dec-09

09 Dec 23:52

Choose a tag to compare

Release Notes

  • Update Graphviz to latest build; make Graphviz output a block element, not an
    inline element.
  • Allow creating Mermaid and Graphviz diagrams using simpler code block syntax.
  • Support math free of Markdown escaping. This is a backward-incompatible
    change: you must manually remove Markdown escaping from math written before
    this release.
  • Fix failures when trying to edit a doc block which contains only diagrams.
  • Fix data corruption bug after sending a re-translation back to the Client.
  • Correct incorrect whitespace removal in Graphviz and Mermaid diagrams.

Download codechat-editor-server 0.1.44

File Platform Checksum
codechat-editor-server-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
codechat-editor-server-x86_64-apple-darwin.tar.xz Intel macOS checksum
codechat-editor-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
codechat-editor-server-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum