|
10 | 10 |
|
11 | 11 | ### Removed |
12 | 12 |
|
| 13 | +## [0.5.0] - 2021-08-07 |
| 14 | + |
| 15 | +### Added |
| 16 | + |
| 17 | +- New dark and light theme |
| 18 | +- The planning poker now also displays a chart for the voting results. This is handy if you have a large team. |
| 19 | +- You can now mark cards as discussed, thanks to @tobim-dev ! |
| 20 | +- The moderator can now remove participants manually from the planning poker. This is handy if a participant accidentally closed its tab and therefore lost the session. |
| 21 | + |
| 22 | +### Changed |
| 23 | + |
| 24 | +- Improved UI of vote count dialog |
| 25 | +- Improved UI of how many votes are left. No more buggy toasts! |
| 26 | +- Blurred cards are now displayed as skeletons |
| 27 | +- Participants can now only drag there own cards and cannot drag columns. The moderator can still drag all cards and also all columns. |
| 28 | + |
| 29 | +### Fixed |
| 30 | + |
| 31 | +- Deprecated `KeyboardEvent.keyCode` |
| 32 | + |
| 33 | +### Removed |
| 34 | + |
13 | 35 | ## [0.4.1] - 2020-10-25 |
14 | 36 |
|
15 | 37 | ### Added |
|
36 | 58 | ### Added |
37 | 59 |
|
38 | 60 | - **Planning Poker** |
| 61 | + |
39 | 62 | - Retro now provides a page for planning poker sessions |
40 | 63 | - The person starting the session is the moderator, the rest joining are participants |
41 | 64 | - Every person who joins the session will have its own card where it can provide an estimation for an user story |
42 | 65 | - The moderator can set the current user story for estimation by providing the title and optionally an URL to the user story |
43 | 66 | - Initially all cards are red, meaning the user did not vote. When a user votes, the card turns green. |
44 | 67 |
|
45 | 68 | - **Blur columns independently** |
| 69 | + |
46 | 70 | - Moderators can now blur columns independently, by clicking the triple dot button on a column |
47 | 71 | - Special thanks to [2mawi2](https://github.com/2mawi2) for realizing this feature! ❤️ |
48 | 72 |
|
|
102 | 126 | - Using TypeScript now! |
103 | 127 | - Major UI redesign! |
104 | 128 | - Hooks all the way - no more HOCs! |
105 | | - - Increased maximum card content length |
| 129 | + - Increased maximum card content length |
106 | 130 | - Backend |
107 | 131 | - Storage clean up will now be handled via Node.js instead of writing your own cronjob manually |
108 | 132 |
|
|
165 | 189 | - by default, every user has 3 votes |
166 | 190 | - While voting several things happen |
167 | 191 | - a Snackbar opens which displays how many votes are left for the user |
168 | | - - on the voted card, a thumb-down icon appears, which let's you take back your vote |
| 192 | + - on the voted card, a thumb-down icon appears, which let's you take back your vote |
169 | 193 | - all cards you voted for are highlighted with a dark background on the Avatar |
170 | 194 | - after reaching your maximum amount of votes, you can't vote anymore, unless you take back a vote from another card |
171 | 195 | - **Tab Name** |
172 | 196 | - `document.title` is now set as `"Retro | <YOUR_BOARD_NAME>"` |
173 | 197 | - **QR-Code** |
174 | | - - Mobile users can now scan a QR-Code which should open the link to the board in the browser |
| 198 | + - Mobile users can now scan a QR-Code which should open the link to the board in the browser |
175 | 199 | - _thanks to @mrpatpat_ |
176 | 200 | - **Hooks and Context API** |
177 | 201 | - we removed a lot of prop-drilling, boilerplate code and refactored all classes to functional components, utilizing React Hooks and the new Context API |
|
208 | 232 |
|
209 | 233 | - CSS issues |
210 | 234 | - Really long words are now handled properly |
211 | | - - Mobile UI should be a bit better now |
| 235 | + - Mobile UI should be a bit better now |
212 | 236 | - Special thanks to [mrpatpat](https://github.com/mrpatpat) for realizing this! ❤️ |
213 | 237 | - Improved render performance on several places |
214 | 238 | - `LoadBoardDialog` validation should not result in a `SyntaxError` anymore |
|
243 | 267 | ### Added |
244 | 268 |
|
245 | 269 | - Create boards |
246 | | -- Create columns |
247 | | -- Create cards |
248 | | -- Delete columns |
| 270 | +- Create columns |
| 271 | +- Create cards |
| 272 | +- Delete columns |
249 | 273 | - Delete cards |
250 | 274 | - Edit cards |
251 | 275 | - Sort columns |
|
255 | 279 | - Combine two cards |
256 | 280 | - Upvote cards |
257 | 281 |
|
258 | | -[Unreleased]: https://github.com/yduman/retro/compare/0.4.1...master |
| 282 | +[unreleased]: https://github.com/yduman/retro/compare/0.5.0...master |
| 283 | +[0.5.0]: https://github.com/yduman/retro/releases/tag/0.5.0 |
259 | 284 | [0.4.1]: https://github.com/yduman/retro/releases/tag/0.4.1 |
260 | 285 | [0.4.0]: https://github.com/yduman/retro/releases/tag/0.4.0 |
261 | 286 | [0.3.5]: https://github.com/yduman/retro/releases/tag/0.3.5 |
|
266 | 291 | [0.3.0]: https://github.com/yduman/retro/releases/tag/0.3.0 |
267 | 292 | [0.2.1]: https://github.com/yduman/retro/releases/tag/0.2.1 |
268 | 293 | [0.2.0]: https://github.com/yduman/retro/releases/tag/0.2.0 |
269 | | -[0.1.0]: https://github.com/yduman/retro/releases/tag/0.1.0 |
| 294 | +[0.1.0]: https://github.com/yduman/retro/releases/tag/0.1.0 |
0 commit comments