Skip to content

Releases: bjones1/CodeChat_Editor

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

Version 0.1.43 -- 2025-Dec-05

06 Dec 02:22

Choose a tag to compare

Release Notes

  • Fix cursor movement errors in the Client.
  • Prevent unnecessary saves of Client data to the IDE.

Download codechat-editor-server 0.1.43

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.42 -- 2025-Dec-04

05 Dec 03:47

Choose a tag to compare

Release Notes

  • Drag and drop of images creates a mess; disable drop and drop for this reason.
  • Send sync data when doc blocks receive focus.
  • Improve error handling.
  • Improve method used to keep Client and IDE contents in sync.
  • Correctly sync when IDE files are updated when editing in the Client.
  • Fix data corruption bug when creating new doc blocks in the Client --
    whitespace was lost.
  • Update line numbering in the Client when word wraps occur in a doc block.
  • Avoid unnecessary saves from the Client just after receiving new data.
  • Reduce delay between Client edits and IDE updates.
  • Increase time errors messages are displayed in the Client.

Download codechat-editor-server 0.1.42

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

v0.1.41

17 Nov 18:22

Choose a tag to compare

Version 0.1.40 -- 2025-Nov-11

11 Nov 06:24

Choose a tag to compare

Release Notes

  • File watcher now accepts new files from the Client.
  • Improved translation from HTML to Markdown.
  • Build correct binary for Mac M1.
  • Add CodeMirror support for SQL and YAML.

Download codechat-editor-server 0.1.40

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.39 -- 2025-Oct-23

24 Oct 18:26

Choose a tag to compare

Release Notes

  • Scroll viewport to center on cursor movement.
  • Significant improvements to test framework.
  • Improved build framework.
  • Refactor IDE interface back into the Server.

Download codechat-editor-server 0.1.39

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