<feed xmlns='http://www.w3.org/2005/Atom'>
<title>VersionControl.git/crates/utils, branch Desktop_0.1.0_Base</title>
<subtitle>JustEnoughVCS Core Library
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/'/>
<entry>
<title>Fix typo in module name from "dada_sort" to "data_sort"</title>
<updated>2026-01-08T10:54:43+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-08T10:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=cd49e78df083c9bd3a2d5fa027037ca6ab3080c8'/>
<id>cd49e78df083c9bd3a2d5fa027037ca6ab3080c8</id>
<content type='text'>
The module was accidentally named "dada_sort" instead of "data_sort".

:)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The module was accidentally named "dada_sort" instead of "data_sort".

:)
</pre>
</div>
</content>
</entry>
<entry>
<title>Change default config format from JSON to Bincode</title>
<updated>2026-01-03T13:05:51+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-03T13:05:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=00764a6dcc6d99b73c47f92e9c260be414beaa63'/>
<id>00764a6dcc6d99b73c47f92e9c260be414beaa63</id>
<content type='text'>
Update file extensions for sheet, share, member, and virtual file
metadata to use new custom extensions (.st, .sre, .json, .vf) instead of
.bcfg. Also update client-side file extensions for latest info and local
sheets.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update file extensions for sheet, share, member, and virtual file
metadata to use new custom extensions (.st, .sre, .json, .vf) instead of
.bcfg. Also update client-side file extensions for latest info and local
sheets.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor config loading to read files after format detection</title>
<updated>2026-01-02T16:43:49+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-02T15:28:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=f5b47fcbee422d23bfada5681a98e599918dbe4b'/>
<id>f5b47fcbee422d23bfada5681a98e599918dbe4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for Bincode config file format</title>
<updated>2026-01-02T15:17:26+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-02T15:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=118f24df4024099b6fbdd6d74fca46ae089ac07a'/>
<id>118f24df4024099b6fbdd6d74fca46ae089ac07a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ReferenceSheetNotAllowed variant to TcpTargetError</title>
<updated>2026-01-01T18:21:29+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-01T18:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=8644ba2ea292ef2aa3d49976f4f3916b7ecde938'/>
<id>8644ba2ea292ef2aa3d49976f4f3916b7ecde938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle zero-size files in TCP file transfer</title>
<updated>2025-12-17T16:41:26+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-17T16:41:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=bff0cb9b4226385962a2967a82064e0633b4d402'/>
<id>bff0cb9b4226385962a2967a82064e0633b4d402</id>
<content type='text'>
Skip content transfer and verification for empty files, sending
immediate confirmation from receiver.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skip content transfer and verification for empty files, sending
immediate confirmation from receiver.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle CRLF line endings in SHA1 tests on Windows</title>
<updated>2025-12-15T21:57:50+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-15T21:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=b94e53cacffba5398f2fe9325c0b51312db324e0'/>
<id>b94e53cacffba5398f2fe9325c0b51312db324e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test data for SHA1 hash with CRLF line endings</title>
<updated>2025-12-15T21:55:06+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-15T21:55:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=322159f22b98f3a3e4e093c168e9108e23722b25'/>
<id>322159f22b98f3a3e4e093c168e9108e23722b25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename story.sha1 to story_lf.sha1</title>
<updated>2025-12-15T21:55:02+00:00</updated>
<author>
<name>Weicao-CatilGrass</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-15T21:55:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=3c3e15072803d6c44ecab7bfcbf87a7852aed12e'/>
<id>3c3e15072803d6c44ecab7bfcbf87a7852aed12e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add edit mapping action for sheet operations</title>
<updated>2025-12-15T02:05:37+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-15T02:05:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=ad60d1f5e46e0fbe2a5463a511c4fccc9b5198b5'/>
<id>ad60d1f5e46e0fbe2a5463a511c4fccc9b5198b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
