Skip to content

Commit 602a812

Browse files
committed
Freeze for release.
1 parent 9ddc644 commit 602a812

File tree

7 files changed

+95
-55
lines changed

7 files changed

+95
-55
lines changed

client/package-lock.json

Lines changed: 65 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codechat-editor-client",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"description": "The CodeChat Editor Client, part of a web-based literate programming editor (the CodeChat Editor).",
55
"homepage": "https://github.com/bjones1/CodeChat_Editor",
66
"type": "module",

docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ Changelog
2020
=========
2121

2222
* [Github master](https://github.com/bjones1/CodeChat_Editor):
23+
* No changes.
24+
* v0.1.23, 2025-Jul-24
25+
* Correct diff errors in IDE with CRLF line endings
26+
* Upgrade to newest release of MathJax, TinyMCE.
27+
* v0.1.22, 2025-Jul-24 
2328
* Better support for opening a page in a web browser.
2429
* Support HTTP basic authentication to restrict access; use
2530
`codechat-editor-server serve --auth username:password`.
@@ -119,4 +124,3 @@ Changelog
119124
* v0.1.0, 2024-Oct-16:
120125
* Initial release, with binaries for Windows only. Built with
121126
manually-patched CodeMirror per [this
122-
issue](https://github.com/bjones1/CodeChat_Editor/issues/27).

extensions/VSCode/package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

extensions/VSCode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codechat-editor-client",
3-
"version": "0.1.22",
3+
"version": "0.1.23",
44
"publisher": "CodeChat",
55
"engines": {
66
"vscode": "^1.61.0"

server/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ license = "GPL-3.0-only"
3131
name = "codechat-editor-server"
3232
readme = "../README.md"
3333
repository = "https://github.com/bjones1/CodeChat_Editor"
34-
version = "0.1.22"
34+
version = "0.1.23"
3535

3636
# This library allows other packages to use core CodeChat Editor features.
3737
[lib]

0 commit comments

Comments
 (0)