Skip to content

Commit 4a0f3d6

Browse files
committed
Freeze for release
1 parent 466ccbe commit 4a0f3d6

File tree

8 files changed

+264
-187
lines changed

8 files changed

+264
-187
lines changed

builder/Cargo.lock

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

client/package-lock.json

Lines changed: 109 additions & 72 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.5",
3+
"version": "0.1.6",
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ CodeChat Editor. If not, see
1919
# Changelog
2020

2121
- [Github master](https://github.com/bjones1/CodeChat_Editor):
22+
- No changes.
23+
- v0.1.6, 2024-Dec-29:
2224
- Improvements to the build tool.
2325
- Corrections to the C parser.
24-
- v0.1.5, 2024-Dec-21
26+
- v0.1.5, 2024-Dec-21:
2527
- Improvements to the build tool and tests.
2628
- Fixed filewatcher bugs.
2729
- v0.1.4, 2024-Dec-19:
@@ -45,7 +47,7 @@ CodeChat Editor. If not, see
4547
- Fix errors saving mathematics in Markdown-only files.
4648
- Improve spellchecking coverage.
4749
- Fix data loss when the CodeChat Editor Client is not visible.
48-
- v0.1.1, 2024-Nov-04
50+
- v0.1.1, 2024-Nov-04:
4951
- Added basic theme support; used a theme similar to Sphinx's Alabaster.
5052
- Added support for printing.
5153
- Added a user manual, improved documentation.
@@ -56,7 +58,7 @@ CodeChat Editor. If not, see
5658
- Added support for Kotlin.
5759
- Updates to the build system.
5860
- Cross-platform fixes.
59-
- v0.1.0, 2024-Oct-16
61+
- v0.1.0, 2024-Oct-16:
6062
- Initial release, with binaries for Windows only. Built with manually-patched
6163
CodeMirror per
6264
[this issue](https://github.com/bjones1/CodeChat_Editor/issues/27).

extensions/VSCode/package-lock.json

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

0 commit comments

Comments
 (0)