<feed xmlns='http://www.w3.org/2005/Atom'>
<title>CommandLine.git/locales, branch Desktop_0.1.0_Base</title>
<subtitle>CLI For JVCS!
</subtitle>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/'/>
<entry>
<title>Move resources to resources directory</title>
<updated>2026-01-07T07:32:37+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-07T07:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=197363c9ed2b285db220988590dfc13edcbbad41'/>
<id>197363c9ed2b285db220988590dfc13edcbbad41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add share command with subcommands and completion support</title>
<updated>2026-01-05T07:09:57+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-05T07:09:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=4c54c3282b5980551179da5c7f7416359ad2ded9'/>
<id>4c54c3282b5980551179da5c7f7416359ad2ded9</id>
<content type='text'>
The share command now supports `list`, `see`, and merging operations
with conflict resolution modes (--safe, --skip, --overwrite, --reject).
Updated help documentation in both English and Chinese locales, and
added Bash and PowerShell completion scripts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The share command now supports `list`, `see`, and merging operations
with conflict resolution modes (--safe, --skip, --overwrite, --reject).
Updated help documentation in both English and Chinese locales, and
added Bash and PowerShell completion scripts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve error messages for configuration and file access failures</title>
<updated>2026-01-04T10:03:29+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-04T10:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=6cd7c4379c1ef357aa8290a03f11ed83cf37f331'/>
<id>6cd7c4379c1ef357aa8290a03f11ed83cf37f331</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Completed `jv info` command</title>
<updated>2026-01-04T09:12:45+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-04T09:12:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=e063e37fcd6fc5f8d30c532bc3c51b2917c6c44d'/>
<id>e063e37fcd6fc5f8d30c532bc3c51b2917c6c44d</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 track command help text to clarify its conceptual model</title>
<updated>2026-01-03T07:17:56+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-03T07:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=7f3e51cf19e23292ab2087f521408c70c92f12fe'/>
<id>7f3e51cf19e23292ab2087f521408c70c92f12fe</id>
<content type='text'>
The help text for `jv track` has been rewritten to emphasize its role as
a declaration of fact rather than a simple upload/download operation.
The new text explains the three scenarios: creation (when a file is
untracked), update (when you hold the file), and synchronization (when
you don't hold the file). The Chinese locale has been updated
accordingly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The help text for `jv track` has been rewritten to emphasize its role as
a declaration of fact rather than a simple upload/download operation.
The new text explains the three scenarios: creation (when a file is
untracked), update (when you hold the file), and synchronization (when
you don't hold the file). The Chinese locale has been updated
accordingly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update share command syntax in help documentation</title>
<updated>2026-01-03T07:17:36+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-03T07:17:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=6de928360b8be82e06b7eaea67654d557283511a'/>
<id>6de928360b8be82e06b7eaea67654d557283511a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update sheet list display and share command help text</title>
<updated>2026-01-03T07:17:08+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-03T07:17:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=3491ce1b0ae818eb834bd9ae9dccb82bf40e75fd'/>
<id>3491ce1b0ae818eb834bd9ae9dccb82bf40e75fd</id>
<content type='text'>
- Change "YOURS" to "VISIBLE TO YOU" and "您的表" to "您可见的表"
- Add reference sheet suffix indicator for reference sheets
- Update Chinese share command help text to clarify mapping operations
- Rename sheet list variables for clarity (my_sheets → visible_sheets,
  other_sheets → invisible_sheets)
- Show status automatically after switching sheets
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Change "YOURS" to "VISIBLE TO YOU" and "您的表" to "您可见的表"
- Add reference sheet suffix indicator for reference sheets
- Update Chinese share command help text to clarify mapping operations
- Rename sheet list variables for clarity (my_sheets → visible_sheets,
  other_sheets → invisible_sheets)
- Show status automatically after switching sheets
</pre>
</div>
</content>
</entry>
<entry>
<title>Add break option to align moved command</title>
<updated>2026-01-03T07:15:43+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-03T07:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=706de616460a8b3698accca679e44a98ab5c00aa'/>
<id>706de616460a8b3698accca679e44a98ab5c00aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add host mode support and reference sheet restrictions</title>
<updated>2026-01-03T07:13:29+00:00</updated>
<author>
<name>魏曹先生</name>
<email>1992414357@qq.com</email>
</author>
<published>2026-01-03T07:13:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.catilgrass.cn/JustEnoughVCS/CommandLine.git/commit/?id=baeee2f316c8c9ccab3da15943b478aed99c6cad'/>
<id>baeee2f316c8c9ccab3da15943b478aed99c6cad</id>
<content type='text'>
- Add `jv account as host/&lt;ACCOUNT_NAME&gt;` command for host mode
- Display host mode status in `jv here` and `jv status`
- Add reference sheet read-only mode hints and restrictions
- Show host mode capabilities and warnings in status output
- Prevent structural changes in reference sheets for non-hosts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add `jv account as host/&lt;ACCOUNT_NAME&gt;` command for host mode
- Display host mode status in `jv here` and `jv status`
- Add reference sheet read-only mode hints and restrictions
- Show host mode capabilities and warnings in status output
- Prevent structural changes in reference sheets for non-hosts
</pre>
</div>
</content>
</entry>
</feed>
