<feed xmlns='http://www.w3.org/2005/Atom'>
<title>VersionControl.git/crates/vcs_data/src/data/local/file_status.rs, branch dev</title>
<subtitle>JustEnoughVCS Core Library
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/'/>
<entry>
<title>Rename `file_status` to `workspace_analyzer`</title>
<updated>2025-12-15T02:42:21+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-15T02:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=b9976ec9f849f1830ef34823fe609d6fe4058f7f'/>
<id>b9976ec9f849f1830ef34823fe609d6fe4058f7f</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>
<entry>
<title>Match moved files using latest hash instead of initial hash</title>
<updated>2025-12-11T00:32:21+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-11T00:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=74ee31689a620c2220b50d7c13abf36f80666047'/>
<id>74ee31689a620c2220b50d7c13abf36f80666047</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply clippy suggestions</title>
<updated>2025-11-23T07:16:55+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-11-23T07:16:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=c1a50fbdddc5fad986f4b3b6310cc5167e68f87e'/>
<id>c1a50fbdddc5fad986f4b3b6310cc5167e68f87e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Strip workspace prefix from new paths in moved file detection</title>
<updated>2025-11-22T11:40:02+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-11-22T11:40:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=be76a48b6b53756fe1ba2f2ddd44bc14c9eb35bb'/>
<id>be76a48b6b53756fe1ba2f2ddd44bc14c9eb35bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update: Improve file update task processing</title>
<updated>2025-11-20T09:40:30+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-11-20T09:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=8cd4003a3981f51318c67ae1a306f9bb1ee52ce6'/>
<id>8cd4003a3981f51318c67ae1a306f9bb1ee52ce6</id>
<content type='text'>
Implement complete update task processing for both local and remote operations, add version validation and conflict detection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implement complete update task processing for both local and remote operations, add version validation and conflict detection.
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: Add file status tracking and SHA1 hash system</title>
<updated>2025-11-17T03:49:49+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-11-17T03:49:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/VersionControl.git/commit/?id=7b97b52af021500d8085c875d20215e8dc0f53cc'/>
<id>7b97b52af021500d8085c875d20215e8dc0f53cc</id>
<content type='text'>
- Implement SHA1 hash calculation module with async support
- Add file status analysis for tracking moves, creates, and modifications
- Enhance local file management with relative path handling
- Update virtual file actions with improved tracking capabilities
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Implement SHA1 hash calculation module with async support
- Add file status analysis for tracking moves, creates, and modifications
- Enhance local file management with relative path handling
- Update virtual file actions with improved tracking capabilities
</pre>
</div>
</content>
</entry>
</feed>
