@magyk/vincent 0.1.12 → 0.1.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/dist/vincent.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,16 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
|
6
6
|
|
|
7
7
|
---
|
|
8
8
|
|
|
9
|
+
## [0.1.13] — 2026-05-13
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- **Update notification at startup** — Vincent now shows a banner in the session
|
|
13
|
+
picker and at TUI startup when a newer version is available on npm.
|
|
14
|
+
- **Gemini Image Pro model** — new image generation model option available in
|
|
15
|
+
`/settings`.
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
9
19
|
## [0.1.12] — 2026-05-12
|
|
10
20
|
|
|
11
21
|
### Changed
|