Skip to content

Commit fb77d2e

Browse files
committed
STNDP-179 Add 0.9.0 release note (#114)
1 parent 748d0eb commit fb77d2e

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/releases/v0.9.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# v0.9.0
2+
3+
This release introduces customizable standup forms with a visual form builder, letting you tailor your board's questions to match your team's specific workflow. We've also added admin role protection to board settings and fixed line breaks in standup responses.
4+
5+
## Features
6+
7+
- **Customizable Standup Forms**
8+
Build your own standup form with a visual form builder in board settings. Add, edit, remove, duplicate, and reorder fields to match your team's needs. Each field supports custom labels, placeholders, help text descriptions, and can be marked as required or optional. Reorder fields with drag-and-drop on desktop or arrow buttons on mobile. Changes apply immediately for all board members.
9+
10+
## Improvements
11+
12+
- **Admin Role Protection for Settings**
13+
Board settings including name, timezone, standup forms, and invitation management now require admin privileges to modify. This prevents accidental changes while keeping settings visible to all collaborators. Non-admin users see a clear info message and disabled controls.
14+
15+
- **Form Builder Dependencies**
16+
Added motion/react (framer-motion) for smooth drag-and-drop interactions in the form builder.
17+
18+
## Bugfixes
19+
20+
- **Line Break Rendering**
21+
Fixed markdown rendering to treat single line breaks as hard breaks. This improves the experience for users unfamiliar with markdown's double-space-newline syntax, making text formatting more intuitive and natural.
22+
23+
**Full Changelog**: https://github.com/kiwinight/standup-kiwi/compare/v0.8.1...v0.9.0

0 commit comments

Comments
 (0)