Skip to content

Commit 6ce6015

Browse files
committed
chore(release): v1.2.3.2 - Ollama download UI layout fix
1 parent 53cc0a9 commit 6ce6015

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "AutoSort+",
4-
"version": "1.2.3.1",
4+
"version": "1.2.3.2",
55
"description": "Automatically sort and label your emails with custom rules using AI",
66
"author": "Nigel Hagen",
77
"applications": {

options.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ <h3>Provider Selection</h3>
4141
<h3>🏠 Local Ollama Configuration</h3>
4242
<label for="ollama-url">Ollama Server URL:</label>
4343
<input type="text" id="ollama-url" class="api-key-input" placeholder="http://localhost:11434" value="http://localhost:11434">
44-
4544
<div class="checkbox-container">
4645
<input type="checkbox" id="ollama-cpu-only">
4746
<label for="ollama-cpu-only">Force CPU-only mode (disable GPU acceleration)</label>
4847
</div>
49-
5048
<label for="ollama-model">Ollama Model:</label>
5149
<select id="ollama-model" class="provider-select">
5250
<option value="llama2">Llama 2</option>
@@ -57,18 +55,17 @@ <h3>🏠 Local Ollama Configuration</h3>
5755
<option value="qwen2.5">Qwen 2.5</option>
5856
<option value="custom">Custom (enter below)</option>
5957
</select>
60-
<div class="input-group">
61-
<label for="ollama-auth-token">Ollama Auth Token (optional):</label>
62-
<input type="password" id="ollama-auth-token" class="api-key-input" placeholder="If your Ollama server requires a token, enter it here">
63-
<small class="help-text">Used for /api/chat and /api/pull requests when required.</small>
64-
</div>
58+
<div class="input-group">
59+
<label for="ollama-auth-token">Ollama Auth Token (optional):</label>
60+
<input type="password" id="ollama-auth-token" class="api-key-input" placeholder="If your Ollama server requires a token, enter it here">
61+
<small class="help-text">Used for /api/chat and /api/pull requests when required.</small>
62+
</div>
6563
<input type="text" id="ollama-custom-model" class="api-key-input" placeholder="Enter custom model name" style="display: none; margin-top: 10px;">
66-
64+
<div class="input-group">
65+
<label for="ollama-download-model">Download Model:</label>
66+
<input type="text" id="ollama-download-model" class="api-key-input" placeholder="e.g., llama3.2, mistral, qwen2.5:7b">
67+
</div>
6768
<div class="button-group">
68-
<div class="input-group" style="flex:1">
69-
<label for="ollama-download-model">Download Model:</label>
70-
<input type="text" id="ollama-download-model" class="api-key-input" placeholder="e.g., llama3.2, mistral, qwen2.5:7b">
71-
</div>
7269
<button id="download-ollama-model" class="button">Download</button>
7370
<button id="list-ollama-models" class="button">List Installed Models</button>
7471
<button id="test-ollama" class="button">Test Connection</button>

release_notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## AutoSort+ v1.2.3.2 - January 27, 2026
2+
3+
### 🛠️ Bug Fixes & UI Improvements
4+
- **Ollama Model Download UI**: Fixed layout so the Download, List Models, Test Connection, and Run Diagnostics buttons are now always positioned below the download input box and never overlap, for a cleaner and more usable experience.
5+
6+
---
17
## AutoSort+ v1.2.3 - January 14, 2026
28
## AutoSort+ v1.2.3.1 - January 14, 2026
39

0 commit comments

Comments
 (0)