Skip to content
Merged

Dev #61

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions builder/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

210 changes: 105 additions & 105 deletions client/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codechat-editor-client",
"version": "0.1.12",
"version": "0.1.13",
"description": "The CodeChat Editor Client, part of a web-based literate programming editor (the CodeChat Editor).",
"homepage": "https://github.com/bjones1/CodeChat_Editor",
"type": "module",
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ Changelog

* [Github master](https://github.com/bjones1/CodeChat_Editor):
* No changes.
* v0.1.13, 2025-Mar-10:
* Show PDFs in the browser, instead of downloading them.
* Update to new release of Actix framework.
* v0.1.12, 2025-Mar-08:
* Fixed error when creating a new document in VSCode.
* Fixed error when updating a non-CodeChat Editor document in VSCode.
Expand Down
4 changes: 2 additions & 2 deletions extensions/VSCode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/VSCode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codechat-editor-client",
"version": "0.1.12",
"version": "0.1.13",
"publisher": "CodeChat",
"engines": {
"vscode": "^1.61.0"
Expand Down
Loading
Loading