Skip to content

Releases: bjones1/CodeChat_Editor

Version 0.1.61 -- 2026-Jul-11

Choose a tag to compare

@github-actions github-actions released this 11 Jul 09:43

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

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.60 -- 2026-Jul-08

Choose a tag to compare

@github-actions github-actions released this 08 Jul 07:44

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

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.59

Choose a tag to compare

@github-actions github-actions released this 26 Jun 16:48

Version 0.1.58 -- 2026-Jun-22

Choose a tag to compare

@github-actions github-actions released this 22 Jun 13:46

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

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.57 -- 2026-Jun-15

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:49

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

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.56 -- 2026-May-22

Choose a tag to compare

@github-actions github-actions released this 22 May 08:11

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

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.55-beta1 -- 2026-May-12

Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 May 09:30

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

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.53 -- 2026-Apr-14

Choose a tag to compare

@github-actions github-actions released this 14 Apr 13:57

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

Choose a tag to compare

@github-actions github-actions released this 09 Apr 18:12

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

Choose a tag to compare

@github-actions github-actions released this 18 Feb 12:23

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