Skip to content

Latest commit

 

History

History
162 lines (102 loc) · 8.71 KB

CHANGELOG.md

File metadata and controls

162 lines (102 loc) · 8.71 KB

Changelog

You can find the changelog of the Retrospective Extension below.

PS: Unfortunately, changelog before v1.0.46 is not available 🤦‍♂️

v1.92.36

This release focused on a refresh of the existing retrospective templates. Changes include:

  • Moved the standard retrospective templates before those designed to support the team assessment.
  • Reordered retrospective templates with more common templates before less common templates.
  • Reordered team assessment templates to follow same order as team assessment survey.
  • Added the missing Efficiency template to support the team assessments.
  • Included simple context dividers between the types of templates in the dropdown.
  • Renamed 1-to-1 template as Good-to-Done template.
  • Revised Good-Bad-Ideas to Good-Improve-Ideas, since Improve has a better connotation than Bad.
  • Added Thanks to Good-Improve-Ideas to demonstrate incorporating a column for appreciation.
  • Tweaked a prompt on Speedboat and on Good to Done templates.
  • Revised named of Confidence and Efficiency templates to follow consistent pattern with other team assessment templates.
  • Updated team assessment retrospective prompts to follow consistent pattern but with variety.
  • Revised team assessment retrospective prompt on "One action" column to support teams not sprinting.
  • Updated icons used in templates to better align with the varied template column prompts.
  • Updated associated color palate to follow a green, yellow, red pattern for positive, neutral, negative feedback.
  • Reorganized icon selection pane to align similarly themed icons on the same row.

From GitHub PR #1121

v1.92.35

  • Removes duplicates from Permissions and sorts by owner, permission, teams and members. From GitHub PR #1120
  • Defaults Prime Directive and Anonymous to false and updates settings order. From GitHub PR #1115
  • Removes All Teams from team dropdown which was not supported since retrospectives should be safe space for teams to share feedback without concern that members not on team have access to their retrospective board. From GitHub PR #1112
  • Removed redundant "reflect-hub" tag when adding work item using Act tab. From GitHub PR #1107
  • Updated Marcus Buckingham hyperlinks in the Energy team assessment tooltip. From GitHub PR #1106
  • Replaces references to "backlog grooming" with "backlog refinement" in README file. From GitHub PR #1101
  • Eliminated single word line wraps in Team Assessment for more compact views. From GitHub PR #1100
  • Corrects modified date typo in code. From GitHub PR #1097
  • Replaces undefined Session Date with Created Date in Retrospective Summary. From GitHub PR #1096
  • Orders cards by Created Date, unless Act column, which orders cards by Votes, then Created Date. From GitHub PR #1095
  • Adds dividers to feedback board context menu for better organization. From GitHub PR #1087
  • Fixes inconsistent capitalization in feedback board menu. From GitHub PR #1080
  • Updated Efficiency team assessment tooltip to reference current research. From GitHub PR #1068
  • Fixed images in Marketplace extension. From GitHub PR #1033

v1.92.34

  • Corrected User Votes on Vote tab header and Your Votes on individual cards. From GitHub PR #1023
  • Changed icon used for Efficiency to be distinct from Energy for Team Assessment. From GitHub PR #1022

v1.92.X

  • Boards can now restrict access down to specific teams or individuals. From GitHub PR #650

  • Feedback items are numbered from 1, not 0. From GitHub PR #663

v1.92.1

  • Team Assessment form: Background colors for each number on the spectrum now more closely resemble the Retrospective summary's color separation for the three categories: Reds and Oranges for Unfavorable (1-6), Yellows for Neutral (7-8), Greens for Favorable (9-10). From GitHub PR #531.

  • Related feedback items, in "Focus Mode", now show the original column textual as well as visually. From GitHub PR #544

  • New tab in "Focus Mode", called "All", which contains every card on the current retrospective board so that your team can prioritize the highest voted cards first. From GitHub PR #531.

  • Duplicate an existing board with the new menu option "Create a copy of retrospective". GitHub PR #561

  • Package updates for SASS and ReactTable that enhances the developer experience to run npm i without the need of --force or --legacy-peer-deps. From GitHub PR #553

v1.91.1

  • Adding import data and export data functions

v1.90.3

  • GitHub Experience: Updating README to include the code coverage and status badges. GitHub PRs now get code coverage comments from CodeCov. From GitHub PR #461.

  • Adding a new board template to Efficiency

v1.90.2 (GitHub PR #463)

  • Unifying board template column helper structures.

v1.90.1 (GitHub PR #462)

  • Modified default to Include team assessment, display 'Retrospective Prime Directive', do not display names in feedback.

  • Added "Discuss and Act" button to the Team Assessment allowing teams to discuss and take action on specific areas in the Team Assessment

  • Sorted Team Assessment results in order of opportunity

v1.80.1

  • Board Templates made available to all structures, so, they'll be available globally

v1.70.1

  • Team Assessment Chart added to Retrospective Summary Dialog

v1.60.*

  • Fixing stuck in the loading state

v1.60.0

  • Lots of fixes to styling of elements, they're more responsive to the selected theme of the Azure DevOps
  • New templates added to Create Retrospective Board dialog
  • Retrospective Board Summary dialog added

v1.0.56

  • Timer option added to Act phase

v1.0.55

  • Introduced visual Ids to Feedback Items

v1.0.54

  • New templates added to Create Retrospective Board dialog

v1.0.53

  • DOM elements reduced to make the page render quickly
  • Exporting the Retrospective Board content as a CSV file

v1.0.52

  • More performance tweaks
  • Finally, participants have max vote limit
  • Prime Directive added to options when creating a new Retrospective Board

v1.0.51

  • Lots of performance tweaks

v1.0.50

  • Copy Retrospective Link button generates correct url in some edge cases
  • What's New button added to the UI
  • Button added to What's New dialog to launch this page in a new tab
  • Participants may uncast votes on feedback items

v1.0.49

  • Copy Retrospective Link button generates correct url
  • Export CSV Content button generates and downloads current Retrospective board content in CSV format

v1.0.48

  • Templates added to Create new retrospective dialog, so it's now possible to create a board from one of those templates, such as, Mad-Sad-Glad, Start-Stop-Continue, etc.
  • New icon and color options added for columns

v1.0.47

  • Maximum number of columns per Retrospective Board increased to 5 from 4
  • Support for collecting feedback items blurred in Collect phase

v1.0.46

  • Bazillion tiny fixes, here and there
  • Support for Light, Dark and Custom themes of Azure DevOps