@@ -17,23 +17,25 @@ CodeChat Editor. If not, see
1717[ http://www.gnu.org/licenses/ ] ( http://www.gnu.org/licenses/ ) .
1818
1919Changelog
20- =========
20+ ================================================================================
2121
2222[ Github master] ( https://github.com/bjones1/CodeChat_Editor )
23- -----------------------------------------------------------
23+ --------------------------------------------------------------------------------
24+
2425* No changes.
2526
26- Version 0.1.50 -- 2025-Feb-04
27- -----------------------------
27+ Version 0.1.50 -- 2025-Feb-05
28+ --------------------------------------------------------------------------------
2829
2930* First and second-level heading underlines are now sized based on the heading's
3031 length, rather than fixed at 80 characters.
3132* Update to latest version of CodeMirror, graphviz, ts-rs, pdfjs,
3233 notify-deboucer, dprint-markdown, Rust. Improved CodeMirror means removal of a
3334 patch to CodeMirror source.
35+ * Replace old ` win_partitions ` crate which no longer builds.
3436
3537Version 0.1.49 -- 2025-Dec-29
36- -----------------------------
38+ --------------------------------------------------------------------------------
3739
3840* Added instructional videos to manual.
3941* Improve accessibility by using content sectioning tags.
@@ -43,7 +45,7 @@ Version 0.1.49 -- 2025-Dec-29
4345 form after a re-translation in the Client.
4446
4547Version 0.1.48 -- 2025-Dec-22
46- -----------------------------
48+ --------------------------------------------------------------------------------
4749
4850* Re-translate Markdown documents as necessary. This causes math written in the
4951 Client to immediately be rendered, instead of needing to switch to the IDE and
@@ -55,7 +57,7 @@ Version 0.1.48 -- 2025-Dec-22
5557 the Client edits didn't update IDE text.
5658
5759Version 0.1.47 -- 2025-Dec-19
58- -----------------------------
60+ --------------------------------------------------------------------------------
5961
6062* Fix errors in Client when editing a file with adjacent doc blocks.
6163* Fix out of sync errors when the table of contents file is open.
@@ -71,14 +73,14 @@ Version 0.1.47 -- 2025-Dec-19
7173 [ Loci] ( https://www.simcenter.msstate.edu/software/luke/loci/index.html ) files.
7274
7375Version 0.1.46 -- 2025-Dec-15
74- -----------------------------
76+ --------------------------------------------------------------------------------
7577
7678* Avoid spaces disappearing in Client when editing lists.
7779* Improve speed of convert
7880* Improve Client error reporting.
7981
8082Version 0.1.45 -- 2025-Dec-11
81- -----------------------------
83+ --------------------------------------------------------------------------------
8284
8385* Fix loss of editing in the Client when in document-only mode.
8486* Fix data corruption in the Client when in document-only mode and edits are
@@ -88,7 +90,7 @@ Version 0.1.45 -- 2025-Dec-11
8890* Correctly translate table cells containing blocks from HTML to Markdown.
8991
9092Version 0.1.44 -- 2025-Dec-09
91- -----------------------------
93+ --------------------------------------------------------------------------------
9294
9395* Update Graphviz to latest build; make Graphviz output a block element, not an
9496 inline element.
@@ -101,13 +103,13 @@ Version 0.1.44 -- 2025-Dec-09
101103* Correct incorrect whitespace removal in Graphviz and Mermaid diagrams.
102104
103105Version 0.1.43 -- 2025-Dec-05
104- -----------------------------
106+ --------------------------------------------------------------------------------
105107
106108* Fix cursor movement errors in the Client.
107109* Prevent unnecessary saves of Client data to the IDE.
108110
109111Version 0.1.42 -- 2025-Dec-04
110- -----------------------------
112+ --------------------------------------------------------------------------------
111113
112114* Drag and drop of images creates a mess; disable drop and drop for this reason.
113115* Send sync data when doc blocks receive focus.
@@ -122,7 +124,7 @@ Version 0.1.42 -- 2025-Dec-04
122124* Increase time errors messages are displayed in the Client.
123125
124126Version 0.1.41 -- 2025-Nov-17
125- -----------------------------
127+ --------------------------------------------------------------------------------
126128
127129* Math now renders in the active doc block, as shown below.
128130* Math is now protected from accidental edits in the Client:
@@ -133,23 +135,23 @@ Version 0.1.41 -- 2025-Nov-17
133135* Remove unnecessary TinyMCE plugins.
134136
135137Version 0.1.40 -- 2025-Nov-11
136- -----------------------------
138+ --------------------------------------------------------------------------------
137139
138140* File watcher now accepts new files from the Client.
139141* Improved translation from HTML to Markdown.
140142* Build correct binary for Mac M1.
141143* Add CodeMirror support for SQL and YAML.
142144
143145Version 0.1.39 -- 2025-Oct-23
144- -----------------------------
146+ --------------------------------------------------------------------------------
145147
146148* Scroll viewport to center on cursor movement.
147149* Significant improvements to test framework.
148150* Improved build framework.
149151* Refactor IDE interface back into the Server.
150152
151153Version 0.1.38 -- 2025-Sep-24
152- -----------------------------
154+ --------------------------------------------------------------------------------
153155
154156* Automatically find a free port for the Client, instead of requiring the user
155157 to specify it in the VSCode settings.
@@ -160,14 +162,14 @@ Version 0.1.38 -- 2025-Sep-24
160162* Improved build process.
161163
162164Version 0.1.37 -- 2025-Sep-22
163- -----------------------------
165+ --------------------------------------------------------------------------------
164166
165167* Fix: avoid loading the same file twice in a row when the user clicks on a link
166168 in the Client.
167169* Improve VSCode connection with the Server.
168170
169171Version 0.1.36 -- 2025-Sep-17
170- -----------------------------
172+ --------------------------------------------------------------------------------
171173
172174* The system continues to work after a PC goes to sleep then wakes back up;
173175 communication within previous versions fails after a sleep/wake up cycle.
@@ -179,21 +181,21 @@ Version 0.1.36 -- 2025-Sep-17
179181* Remove the File entry from the HTML editor's main menu.
180182
181183Version 0.1.35 -- 2025-Sep-12
182- -----------------------------
184+ --------------------------------------------------------------------------------
183185
184186* Embed the CodeChat Editor Server inside the VSCode extension, rather than
185187 running it as a standalone binary.
186188* Fixes to the build process.
187189
188190Version 0.1.34 -- 2025-Sep-08
189- -----------------------------
191+ --------------------------------------------------------------------------------
190192
191193* Make the Client text editable again. Improve handling of selections.
192194* In VSCode, load a new file in the Client after a short delay, rather than
193195 immediately. This provides a more efficient process when changing files.
194196
195197Version 0.1.33 -- 2025-Sep-02
196- -----------------------------
198+ --------------------------------------------------------------------------------
197199
198200* Change ` <graphviz-graph> ` syntax, which now correctly translates from the
199201 Client to source code, avoiding data loss in previous versions.
@@ -203,46 +205,46 @@ Version 0.1.33 -- 2025-Sep-02
203205* Correct a data loss bug when deleting multiple sequential doc blocks.
204206
205207Version 0.1.32 -- 2025-Sep-01
206- -----------------------------
208+ --------------------------------------------------------------------------------
207209
208210* Improve tooling for VSCode extension.
209211* Improve selection handling in the Client.
210212
211213Version 0.1.31 -- 2025-Aug-31
212- -----------------------------
214+ --------------------------------------------------------------------------------
213215
214216* Correct EOL handling on Windows which caused data corruption.
215217
216218Version 0.1.30 -- 2025-Aug-30
217- -----------------------------
219+ --------------------------------------------------------------------------------
218220
219221* Correct ordering of messages sent to and from the Framework to the Client.
220222* Fix and improve test framework and error reporting.
221223* Improve MathJax bundling.
222224* Update PDF viewer.
223225
224226Version 0.1.29 -- 2025-Aug-23
225- -----------------------------
227+ --------------------------------------------------------------------------------
226228
227229* Fix bugs in PDF viewer.
228230* Fix error when scrolling before a document is loaded.
229231* Fix debug print statements.
230232
231233Version 0.1.28 -- 2025-Aug-13
232- -----------------------------
234+ --------------------------------------------------------------------------------
233235
234236* Fix navigation in document-only mode.
235237* Improve errors reporting in the VSCode extension.
236238
237239Version 0.1.27 -- 2025-Aug-05
238- -----------------------------
240+ --------------------------------------------------------------------------------
239241
240242* Correctly handle document-only files.
241243* Update to the MathJax 4.0.0 release.
242244* Improve release process -- include release notes taken from the changelog.
243245
244246Earlier releases
245- ----------------
247+ --------------------------------------------------------------------------------
246248
247249* v0.1.26, 2025-Jul-31:
248250 * Additional data corruption fixes when applying edits.
0 commit comments