@magyk/vincent 0.1.11 → 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 +19 -0
- package/dist/vincent.js +1 -1
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,25 @@ 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
|
+
|
|
19
|
+
## [0.1.12] — 2026-05-12
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- **Video model change takes effect immediately** — switching the video model
|
|
23
|
+
in `/settings` now updates the running session without a restart. The next
|
|
24
|
+
proposal and generation use the new model right away.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
9
28
|
## [0.1.11] — 2026-05-12
|
|
10
29
|
|
|
11
30
|
### Fixed
|