<feed xmlns='http://www.w3.org/2005/Atom'>
<title>VersionControl.git/src, branch deploy/nightly</title>
<subtitle>JustEnoughVCS Core Library
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/'/>
<entry>
<title>Good Bye! Legacy JVCS</title>
<updated>2026-03-21T10:53:30+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-21T08:37:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=d12a9691fab692845e03c8c178f1dded97cc1282'/>
<id>d12a9691fab692845e03c8c178f1dded97cc1282</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add serde as a dependency and derive Serialize for CoreCompileInfo</title>
<updated>2026-03-14T18:19:12+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-14T18:19:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=d942ec50ff68f36c2641becdd6f32a95ab3f4325'/>
<id>d942ec50ff68f36c2641becdd6f32a95ab3f4325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add framework system and refactor module exports</title>
<updated>2026-03-13T16:17:02+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-13T16:17:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=709629d5d3ab856d9711aedbe32ceaafac5369af'/>
<id>709629d5d3ab856d9711aedbe32ceaafac5369af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add storage system with chunk-based file storage</title>
<updated>2026-02-26T22:17:06+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-26T22:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=76e78fe53c03c9b4c7fa029709f06ee86ce9c865'/>
<id>76e78fe53c03c9b4c7fa029709f06ee86ce9c865</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace string_proc with just_fmt as external dependency</title>
<updated>2026-02-25T07:24:18+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-25T07:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=fcbd18c4b7d90388a9a2b9e28555d2526727958c'/>
<id>fcbd18c4b7d90388a9a2b9e28555d2526727958c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hex_display feature</title>
<updated>2026-02-24T10:35:44+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-24T10:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=cb8f366ede5e0d90ec716b0d06cfd2cbc863faff'/>
<id>cb8f366ede5e0d90ec716b0d06cfd2cbc863faff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add deprecated feature and migrate string_proc to just_fmt</title>
<updated>2026-02-24T04:32:51+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-24T04:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=554cd69f91bb98eef9033531d9b1c3daee305c53'/>
<id>554cd69f91bb98eef9033531d9b1c3daee305c53</id>
<content type='text'>
- Add `deprecated` feature flag to Cargo.toml
- Gate `string_proc` module behind both `deprecated` and `string_proc`
  features
- Replace internal `string_proc` dependency with `just_fmt` crate in
  constants macros
- Mark all `string_proc` modules as deprecated with migration
  instructions
- Remove `string_proc` dependency from sheet system
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add `deprecated` feature flag to Cargo.toml
- Gate `string_proc` module behind both `deprecated` and `string_proc`
  features
- Replace internal `string_proc` dependency with `just_fmt` crate in
  constants macros
- Mark all `string_proc` modules as deprecated with migration
  instructions
- Remove `string_proc` dependency from sheet system
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sheet system with mapping macros and modules</title>
<updated>2026-02-11T21:07:50+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-11T20:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=eec323baf28f1a588f835aa773b77e019f91446d'/>
<id>eec323baf28f1a588f835aa773b77e019f91446d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sheet system and reorganize workspace</title>
<updated>2026-02-11T13:44:05+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-11T13:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=762e3119401fbee25ec18fee2ff220d9b12d48e8'/>
<id>762e3119401fbee25ec18fee2ff220d9b12d48e8</id>
<content type='text'>
- Add new "sheet" crate to workspace
- Rename "systems/asset" to "systems/_asset"
- Reorder workspace members and dependencies for clarity
- Update constants with new paths for auth and rules
- Add conditional compilation for system module
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add new "sheet" crate to workspace
- Rename "systems/asset" to "systems/_asset"
- Reorder workspace members and dependencies for clarity
- Update constants with new paths for auth and rules
- Add conditional compilation for system module
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename asset crate to asset_system</title>
<updated>2026-02-07T10:38:17+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-07T10:38:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=5ad175c2532880da714e82b283770a7a2a45364f'/>
<id>5ad175c2532880da714e82b283770a7a2a45364f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
