Skip to content

Commit 336357a

Browse files
committed
Freeze for release.
1 parent 553641e commit 336357a

File tree

7 files changed

+258
-261
lines changed

7 files changed

+258
-261
lines changed

client/package-lock.json

Lines changed: 118 additions & 117 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.18",
3+
"version": "0.1.19",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Changelog
2121

2222
* [Github master](https://github.com/bjones1/CodeChat_Editor):
2323
* No changes.
24+
* v0.1.19, 2025-Jul-17: 
25+
* Correctly apply diffs to Client document.
26+
* Avoid deleting adjacent doc blocks.
27+
* Correct error where edits in the IDE were ignored.
28+
* Provide in-browser feedback on Mermaid errors.
29+
* Fix word wrapping in Mermaid diagrams in lists.
2430
* v0.1.18, 2025-Jul-14:
2531
* Send diffs to the Client, which prevents visual jitter.
2632
* v0.1.17, 2025-Apr-14:

extensions/VSCode/package-lock.json

Lines changed: 127 additions & 137 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.18",
3+
"version": "0.1.19",
44
"publisher": "CodeChat",
55
"engines": {
66
"vscode": "^1.61.0"

server/Cargo.lock

Lines changed: 4 additions & 4 deletions
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.18"
34+
version = "0.1.19"
3535

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

0 commit comments

Comments
 (0)