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
23 changes: 15 additions & 8 deletions builder/Cargo.lock

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

168 changes: 84 additions & 84 deletions client/package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codechat-editor-client",
"version": "0.1.8",
"version": "0.1.9",
"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 Expand Up @@ -29,7 +29,6 @@
"eslint-config-prettier": "^10",
"eslint-plugin-import": "^2",
"eslint-plugin-prettier": "^5",
"prettier": "^3",
"run-script-os": "^1",
"typescript": "^5"
},
Expand Down
110 changes: 58 additions & 52 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,56 +16,62 @@ You should have received a copy of the GNU General Public License along with the
CodeChat Editor. If not, see
[http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).

# Changelog
Changelog
=========

- [Github master](https://github.com/bjones1/CodeChat_Editor):
- No changes.
- v0.1.8, 2025-Jan-12:
- Correctly handle file not found in VSCode.
- Correct filename handling on Windows.
- v0.1.7, 2025-Jan-08:
- Fixed hyperlink navigation.
- Fixed case-insensitive filename handling bugs.
- Improve filename handling in tests.
- v0.1.6, 2024-Dec-29:
- Improvements to the build tool.
- Corrections to the C parser.
- v0.1.5, 2024-Dec-21:
- Improvements to the build tool and tests.
- Fixed filewatcher bugs.
- v0.1.4, 2024-Dec-19:
- Added support for [Mermaid](https://mermaid.js.org/).
- Fixed MathJax packaging.
- Resize large images to fit in browser.
- Switch to new parser for Python and C/C++.
- Correct styles so that the selection and current line are visible.
- Created a build tool to automate the build process and added CI checks.
- Fixed OS-specific warnings and bugs.
- Fixed filewatcher bugs.
- v0.1.3, 2024-Nov-18:
- Switch to using MathJax 4 beta; load MathJax in the frame it's used, per
[MathJax issue #3309](https://github.com/mathjax/MathJax/issues/3309).
- Modernize graphviz-webcomponent build.
- Move CSS to `client/src`.
- v0.1.2, 2024-Nov-12:
- Fix [issue #28](https://github.com/bjones1/CodeChat_Editor/issues/28),
autosave failures.
- Fix filewatcher -- incorrect file path comparison.
- 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:
- Added basic theme support; used a theme similar to Sphinx's Alabaster.
- Added support for printing.
- Added a user manual, improved documentation.
- Fixed a bug in the filewatcher that prevented saving changes made in the
Client.
- Added math support.
- Removed save button.
- Added support for Kotlin.
- Updates to the build system.
- Cross-platform fixes.
- 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).
* [Github master](https://github.com/bjones1/CodeChat_Editor):
* No changes.
* v0.1.9, 2025-Jan-20:
* Correct word wrapping inside Mermaid diagrams.
* Correct translation after adding newlines to code blocks in the Editor.
* Use setext headings, different symbols for bullets.
* Drop prettier for word wrap.
* v0.1.8, 2025-Jan-12:
* Correctly handle file not found in VSCode.
* Correct filename handling on Windows.
* v0.1.7, 2025-Jan-08:
* Fixed hyperlink navigation.
* Fixed case-insensitive filename handling bugs.
* Improve filename handling in tests.
* v0.1.6, 2024-Dec-29:
* Improvements to the build tool.
* Corrections to the C parser.
* v0.1.5, 2024-Dec-21:
* Improvements to the build tool and tests.
* Fixed filewatcher bugs.
* v0.1.4, 2024-Dec-19:
* Added support for [Mermaid](https://mermaid.js.org/).
* Fixed MathJax packaging.
* Resize large images to fit in browser.
* Switch to new parser for Python and C/C++.
* Correct styles so that the selection and current line are visible.
* Created a build tool to automate the build process and added CI checks.
* Fixed OS-specific warnings and bugs.
* Fixed filewatcher bugs.
* v0.1.3, 2024-Nov-18:
* Switch to using MathJax 4 beta; load MathJax in the frame it's used, per
[MathJax issue #3309](https://github.com/mathjax/MathJax/issues/3309).
* Modernize graphviz-webcomponent build.
* Move CSS to `client/src`.
* v0.1.2, 2024-Nov-12:
* Fix [issue #28](https://github.com/bjones1/CodeChat_Editor/issues/28),
autosave failures.
* Fix filewatcher -- incorrect file path comparison.
* 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:
* Added basic theme support; used a theme similar to Sphinx's Alabaster.
* Added support for printing.
* Added a user manual, improved documentation.
* Fixed a bug in the filewatcher that prevented saving changes made in the
Client.
* Added math support.
* Removed save button.
* Added support for Kotlin.
* Updates to the build system.
* Cross-platform fixes.
* 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).
Loading
Loading