Skip to content

Commit 1a088ab

Browse files
committed
Freeze for release.
1 parent fd5bf6a commit 1a088ab

File tree

7 files changed

+461
-316
lines changed

7 files changed

+461
-316
lines changed

client/package-lock.json

Lines changed: 186 additions & 186 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.21",
3+
"version": "0.1.22",
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ Changelog
2121

2222
* [Github master](https://github.com/bjones1/CodeChat_Editor):
2323
* Better support for opening a page in a web browser.
24+
* Support HTTP basic authentication to restrict access; use
25+
`codechat-editor-server serve --auth username:password`.
26+
* Apply diffs to the IDE when available.
27+
* Better handling for CRLF line endings.
2428
* v0.1.21, 2025-Jul-18:
2529
* Allow specifying the host address the server binds to.
2630
* Send server logs to the console by default.

extensions/VSCode/package-lock.json

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

0 commit comments

Comments
 (0)