You've already forked zblade.dev
docs(changelog): add enhancement and fix sections for v0.1.2
This commit is contained in:
@@ -33,6 +33,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
</div>
|
||||
|
||||
<div class="version-content">
|
||||
<div class="changes-section">
|
||||
<h3 class="changes-title">
|
||||
<span class="changes-icon">✨</span>
|
||||
Enhancements
|
||||
</h3>
|
||||
<ul class="changes-list">
|
||||
<li>When selecting a screenshot, added a half-second delay before capturing to allow time for UI elements (like window selection boxes) to disappear.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="changes-section">
|
||||
<h3 class="changes-title">
|
||||
<span class="changes-icon">✨</span>
|
||||
@@ -41,6 +51,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<ul class="changes-list">
|
||||
<li><strong>Brand new App Icon.</strong> Redesigned app icon with a fresh, modern look.</li>
|
||||
<li><strong>Git graph visualization.</strong> Implemented a Git graph of the 50 latest commits with a details popup for viewing commit information.</li>
|
||||
<li><strong>Ollama Cloud support.</strong> Added support for Ollama Cloud. Requires an account at ollama.com.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -60,9 +71,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
Bug Fixes
|
||||
</h3>
|
||||
<ul class="changes-list">
|
||||
<li>Fixed a bug where the tool call message would pop to the top instead of being in the conversation flow.</li>
|
||||
<li>Fixed a bug where the <code>project_index.md</code> had incomplete information.</li>
|
||||
<li>Added a warning if trying to upload an image using GLM models. They do not support images.</li>
|
||||
<li>Fixed the Blade Terminal echo bug when the model is using the <code>run_command</code> tool call.</li>
|
||||
<li>Fixed <code>run_command</code> tool calls in AI Chat appearing above already run (or failed) commands instead of below them.</li>
|
||||
<li>Fixed bug in the Ollama and Ollama Cloud implementation that resulted in errors.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="changes-section">
|
||||
|
||||
Reference in New Issue
Block a user