Skip to content

Commit 0c511c2

Browse files
authored
Merge pull request #156 from dschoepel/fix/add-toggle-for-integration-api-key
chore(release): bump version to 1.2.3 and update CHANGELOG
2 parents ddc3490 + 695826a commit 0c511c2

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
---
1111

12+
## [1.2.3] — 2026-03-01
13+
14+
### Added
15+
- Added optional **Use API Key** checkbox to the AI Provider Configuration section.
16+
- When unchecked, the API key field is hidden and the key is saved as blank in YAML (`key: `).
17+
- When checked, the API key field is shown and validated as non-empty before saving.
18+
- On load, the checkbox auto-checks if an existing key value is present in YAML, and remains unchecked if the key is blank.
19+
- The internal `useApiKey` flag is stripped from the output so it never appears in the saved YAML.
20+
21+
---
22+
1223
## [1.2.2] — 2026-02-22
1324

1425
### Security

helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stats-cmd-helper",
3-
"version": "1.2.1",
3+
"version": "1.2.3",
44
"description": "Privileged helper container that executes validated commands inside the statistics-for-strava container",
55
"type": "module",
66
"main": "server.js",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stats-for-strava-config-tool",
33
"private": true,
4-
"version": "1.2.2",
4+
"version": "1.2.3",
55
"type": "module",
66
"scripts": {
77
"dev": "next dev",

runner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stats-cmd-runner",
3-
"version": "1.2.1",
3+
"version": "1.2.3",
44
"description": "Sidecar container for running Symfony console commands with real-time streaming",
55
"type": "module",
66
"main": "server.js",

0 commit comments

Comments
 (0)