Skip to content

Commit bd766bb

Browse files
committed
docs: document environment variable support for API keys
1 parent 0f388ba commit bd766bb

File tree

5 files changed

+13
-2391
lines changed

5 files changed

+13
-2391
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [4.3.1] - 2026-02-14
4+
5+
### Fixes
6+
7+
- **Internal**: Renamed internal references to `AIPromptBridge.exe` (Console) and `AIPromptBridge-NoConsole.exe` (GUI)
8+
- **System Tray**: Fix application restart logic to correctly handle both launcher-based and source-based execution modes.
9+
- **UX**: Added a native Windows error dialog when attempting to run the internal binary directly.
10+
- **Audio Tool**: Switched from print statements to proper logging for cleaner output and better diagnostics.
11+
312
## [4.3.0] - 2026-02-14
413

514
### New Features

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ For advanced users, configuration files are stored in the application root:
222222
- If one key hits rate limits, the next one is used automatically
223223
- The system tracks exhausted keys and skips them
224224
- Keys rotate on: 429 (rate limit), 401/402/403 (auth errors), empty responses
225+
- **Security**: You can also provide keys via Environment Variables instead of `config.ini`:
226+
- `GEMINI_API_KEY`
227+
- `OPENROUTER_API_KEY`
228+
- `CUSTOM_API_KEY`
225229

226230
## 🔧 Command Line Options
227231

references/Nuitka-Action-README.rst

Lines changed: 0 additions & 312 deletions
This file was deleted.

0 commit comments

Comments
 (0)