@lovinka/vitrinka 1.21.0 → 1.21.1
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/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
`vitrinka update` prints the sections newer than your previous version after
|
|
4
4
|
updating — keep entries short and user-facing.
|
|
5
5
|
|
|
6
|
+
## 1.21.1 — 2026-07-25
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
- `/vitrinka:brainstorming` sometimes skipped the decision map — the map was
|
|
10
|
+
reasoned out but never written, so the round opened straight into a "anything
|
|
11
|
+
to cut, add, or reorder?" picker whose options referenced decisions you could
|
|
12
|
+
not see anywhere, expanded output included. The map is now printed as its own
|
|
13
|
+
message before any question is asked, and the board-mode exemption from
|
|
14
|
+
printing it only applies once a board actually exists.
|
|
15
|
+
|
|
6
16
|
## 1.21.0 — 2026-07-25
|
|
7
17
|
|
|
8
18
|
### Added
|
package/package.json
CHANGED