<feed xmlns='http://www.w3.org/2005/Atom'>
<title>CommandLine.git/src/data, branch dev</title>
<subtitle>CLI For JVCS!
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/'/>
<entry>
<title>Replace hardcoded compile info with placeholders</title>
<updated>2026-05-04T06:53:55+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-05-04T06:53:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=027987c8bc497f93e7f1e3bc4b880f53b229fd04'/>
<id>027987c8bc497f93e7f1e3bc4b880f53b229fd04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update contributing docs and command development guide</title>
<updated>2026-04-05T15:38:02+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-04-05T15:38:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=072175e5b1754ce8a62925aeff4676cbf4693377'/>
<id>072175e5b1754ce8a62925aeff4676cbf4693377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep compile_info.rs in git and reorder deploy checks</title>
<updated>2026-03-21T13:33:47+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-21T13:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=09d64357180e0797b8dcdcaf14b4d3a634effc29'/>
<id>09d64357180e0797b8dcdcaf14b4d3a634effc29</id>
<content type='text'>
Remove compile_info.rs from .gitignore to keep it in version control,
preventing test failures when the template hasn't been processed yet.

Also reorder deployment script checks to verify git status before
running tests, ensuring a clean state before testing begins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove compile_info.rs from .gitignore to keep it in version control,
preventing test failures when the template hasn't been processed yet.

Also reorder deployment script checks to verify git status before
running tests, ensuring a clean state before testing begins.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove legacy modules and unused dependencies</title>
<updated>2026-03-21T10:44:56+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-03-21T10:44:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=90dcfdd8b81948fa9aabf9ea36761e7d7bc1061b'/>
<id>90dcfdd8b81948fa9aabf9ea36761e7d7bc1061b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move vcs module to lib and adjust imports</title>
<updated>2026-02-05T14:42:31+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-02-05T14:42:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=c8cc6b10d4f1280702d50f903e15266dd9785953'/>
<id>c8cc6b10d4f1280702d50f903e15266dd9785953</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Sync to VersionControl(commit:bac88ab)</title>
<updated>2026-01-11T22:05:45+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-11T22:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=d9fa3a32b6f27a80c96109ef74e638bae47b72cc'/>
<id>d9fa3a32b6f27a80c96109ef74e638bae47b72cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move template files to templates directory</title>
<updated>2026-01-07T06:54:35+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-07T06:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=edf60b58e4e33607b3929cfd6c678b88b49abaab'/>
<id>edf60b58e4e33607b3929cfd6c678b88b49abaab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Git branch and commit info to compile info</title>
<updated>2026-01-03T13:05:18+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-03T13:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=2e16a556e277035225d02d9a62c2da699235de36'/>
<id>2e16a556e277035225d02d9a62c2da699235de36</id>
<content type='text'>
- Include branch and commit hash in compile info display
- Add build script functions to extract git metadata
- Update export scripts to force rebuilds when needed
- Extend share command with placeholder implementations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Include branch and commit hash in compile info display
- Add build script functions to extract git metadata
- Update export scripts to force rebuilds when needed
- Extend share command with placeholder implementations
</pre>
</div>
</content>
</entry>
<entry>
<title>Update jv.rs</title>
<updated>2025-12-01T03:42:39+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-12-01T03:40:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=44ade3988ecf6bbedb93141a83fccfbf38753493'/>
<id>44ade3988ecf6bbedb93141a83fccfbf38753493</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> Track recent IP addresses in direct operations</title>
<updated>2025-11-17T09:39:33+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2025-11-17T09:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=5055b1081be945f9c4191d0a83330683f6d151d3'/>
<id>5055b1081be945f9c4191d0a83330683f6d151d3</id>
<content type='text'>
Add IP address history functionality to store and retrieve recently used
IP addresses when performing direct operations. Maintains a history file
with up to 8 most recent IPs for quick access.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add IP address history functionality to store and retrieve recently used
IP addresses when performing direct operations. Maintains a history file
with up to 8 most recent IPs for quick access.
</pre>
</div>
</content>
</entry>
</feed>
