Skip to content

Commit 108dca2

Browse files
committed
version update
1 parent 7254238 commit 108dca2

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A modern browser extension that brings multiple AI providers together under a si
1515

1616
![Extension preview](./Aufzeichnung%202026-04-09%20195453.gif)
1717

18-
## What's New in v1.0.0
18+
## What's New in v1.0.1
1919

2020
This release marks the first stable version of **AI Chat Pro Client** and introduces a complete internationalization layer, persistent model verification, and full data backup support.
2121

@@ -107,16 +107,16 @@ The endpoint serves a JSON file with the following shape:
107107
}
108108
```
109109

110-
| Field | Description |
111-
| --- | --- |
112-
| `id` | Unique identifier. Bump this value to re-show the banner to users who previously dismissed it. |
113-
| `type` | One of `info`, `update`, `warning`. Controls the banner color. |
114-
| `title` / `body` / `linkLabel` | Either a plain string or an object keyed by language code (`en`, `de`, `ru`). Falls back to `en` if the active language has no entry. |
115-
| `link` | Optional URL. When present, a button is rendered. |
116-
| `targetVersion` | The banner is shown only if the installed extension version is **older** than this value. Users on the latest version will not see it; once a new release with a higher `targetVersion` is published, the banner reappears. |
117-
| `minVersion` | Optional lower bound. The banner is hidden for installs below this version. |
118-
| `dismissable` | If `false`, the banner cannot be closed until the `id` changes or it expires. |
119-
| `expiresAt` | Optional ISO-8601 timestamp. The banner disappears automatically afterwards. |
110+
| Field | Description |
111+
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
112+
| `id` | Unique identifier. Bump this value to re-show the banner to users who previously dismissed it. |
113+
| `type` | One of `info`, `update`, `warning`. Controls the banner color. |
114+
| `title` / `body` / `linkLabel` | Either a plain string or an object keyed by language code (`en`, `de`, `ru`). Falls back to `en` if the active language has no entry. |
115+
| `link` | Optional URL. When present, a button is rendered. |
116+
| `targetVersion` | The banner is shown only if the installed extension version is**older** than this value. Users on the latest version will not see it; once a new release with a higher `targetVersion` is published, the banner reappears. |
117+
| `minVersion` | Optional lower bound. The banner is hidden for installs below this version. |
118+
| `dismissable` | If `false`, the banner cannot be closed until the `id` changes or it expires. |
119+
| `expiresAt` | Optional ISO-8601 timestamp. The banner disappears automatically afterwards. |
120120

121121
A ready-to-host example lives in [`examples/announcement-main.json`](examples/announcement-main.json).
122122

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "AI Chat Pro Client",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Professional AI Chat Client supporting multiple AI providers with customizable settings and modern UI",
66
"permissions": ["storage"],
77
"host_permissions": ["<all_urls>"],

0 commit comments

Comments
 (0)