Skip to content

Commit 0ba2a95

Browse files
committed
v1.2.2 - Bug fixes and improved error messaging for API keys
1 parent 9946fee commit 0ba2a95

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<img width="120" height="120" alt="AutoSort+ Logo" src="https://github.com/user-attachments/assets/32e8e1fb-7cb0-4b65-9bcc-e1cf693bf5e5" />
88

99
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10-
[![Version](https://img.shields.io/badge/version-1.2.1-blue.svg)](https://github.com/Nigel1992/AutoSort-Plus/releases)
10+
[![Version](https://img.shields.io/badge/version-1.2.2-blue.svg)](https://github.com/Nigel1992/AutoSort-Plus/releases)
1111
[![Thunderbird](https://img.shields.io/badge/Thunderbird-78.0%2B-0a84ff.svg)](https://www.thunderbird.net/)
1212
[![Development Status](https://img.shields.io/badge/status-active-success)](https://github.com/Nigel1992/AutoSort-Plus)
1313

autosortplus.xpi

0 Bytes
Binary file not shown.

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.1",
4+
"version": "1.2.2",
55
"description": "Automatically sort and label your emails with custom rules using AI",
66
"author": "Nigel Hagen",
77
"applications": {

release_notes.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## AutoSort+ v1.2.2 - January 14, 2026
2+
3+
### 🐛 Bug Fixes
4+
- **Fixed single-key usage tracking** - Now properly displays "Today's Usage:" when using only 1 Gemini API key
5+
- **Fixed rate limit notification** - Persistent notification now shows when limit is reached on single or multiple keys
6+
- **Improved API test feedback** - Shows specific error messages:
7+
- 429 error: "⛔ Limit reached" (key has exhausted daily quota)
8+
- 401/403 error: "✗ Invalid key" (key is invalid or expired)
9+
- Other errors: "✗ Failed (status code)"
10+
- **Added tooltips** - Hover over test results to see detailed error explanations
11+
12+
### ✨ Improvements
13+
- Better error messaging for API key testing
14+
- More intuitive status indicators with help text
15+
- Cursor changes to "help" icon when hovering over test results
16+
- Single-key configurations now display in new multi-key format
17+
18+
---
19+
120
## AutoSort+ v1.2.1 - January 14, 2026
221

322
### 🆕 New Features

0 commit comments

Comments
 (0)