Skip to content
Merged
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
9 changes: 5 additions & 4 deletions builder/Cargo.lock

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

181 changes: 109 additions & 72 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.5",
"version": "0.1.6",
"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
8 changes: 5 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,11 @@ CodeChat Editor. If not, see
# Changelog

- [Github master](https://github.com/bjones1/CodeChat_Editor):
- No changes.
- v0.1.6, 2024-Dec-29:
- Improvements to the build tool.
- Corrections to the C parser.
- v0.1.5, 2024-Dec-21
- v0.1.5, 2024-Dec-21:
- Improvements to the build tool and tests.
- Fixed filewatcher bugs.
- v0.1.4, 2024-Dec-19:
Expand All @@ -45,7 +47,7 @@ CodeChat Editor. If not, see
- Fix errors saving mathematics in Markdown-only files.
- Improve spellchecking coverage.
- Fix data loss when the CodeChat Editor Client is not visible.
- v0.1.1, 2024-Nov-04
- v0.1.1, 2024-Nov-04:
- Added basic theme support; used a theme similar to Sphinx's Alabaster.
- Added support for printing.
- Added a user manual, improved documentation.
Expand All @@ -56,7 +58,7 @@ CodeChat Editor. If not, see
- Added support for Kotlin.
- Updates to the build system.
- Cross-platform fixes.
- v0.1.0, 2024-Oct-16
- v0.1.0, 2024-Oct-16:
- Initial release, with binaries for Windows only. Built with manually-patched
CodeMirror per
[this issue](https://github.com/bjones1/CodeChat_Editor/issues/27).
155 changes: 96 additions & 59 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.5",
"version": "0.1.6",
"publisher": "CodeChat",
"engines": {
"vscode": "^1.61.0"
Expand Down
Loading
Loading