Skip to content

Commit

Permalink
Documentation and version update to v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanh committed Sep 23, 2016
1 parent 92a4180 commit a51062f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ This project adheres to [Semantic Versioning](http://semver.org/).

This CHANGELOG follows conventions [outlined here](http://keepachangelog.com/).

## v0.6.1 - 23-Sep-2016
### Added
- Now supports removal of agenda items
- Stubbed in meeting last call for agenda items
- Now uses Cashay @live directive in subscriptions
- Added agenda hotkeys
- Partial implementation of agenda processing
- Extraction of 3rd party CSS files into their own static assets
- Decouples Graphiql from `react-look`
- Many, many aesthetic dashboard and card improvements
- Agenda list updates
- Archiving and un-archiving of project cards
- Equity for Effort documentation updates

## Removed
- Switched back to official segment snippet generation function

## Fixed
- First call for agenda items causing infinite loop
- Fixes for `moveMeeting` mutation & `makePhaseItemFactory`
- Fixes #202, adds correct auth0 management token
- Fixes for #119, #188, #225, #231, #241, #233, and #260
- Merged #267 autofocus fix

## v0.5.3 - 30-Aug-2016
### Added
- Project updates section
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ get involved and how to get compensated.

| Release | Summary |
|---------|--------------------------------------------|
| v0.6.1 | Add Project Updates, rallies, segment.io |
| v0.5.3 | Add Project Updates, rallies, segment.io |
| v0.4.1 | Added Me Dash., multiplayer editing states |
| v0.4.0 | Add Lobby, Check-in, start of Team Dash. |
Expand Down
7 changes: 7 additions & 0 deletions docs/epics/0001_Action_Epic_MVTP.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,13 @@ can join their pals.
near their other teams to make a new team, so they can get their new group up
and going.

- [X] When a project is finished, a team member will want a control to archive
it, so that it can un-clutter the dashboard.

- [X] When a project is archived by mistake, a team member will want to
be able to find the project in the archive and restore it, so that they
can resume where they left off.

## Personal Dashboard

- [X] When a user receives an invitation to a new team, they will want to
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "An open-source app for building smarter, more agile teams.",
"author": "Parabol Inc. <love@parabol.com> (http://github.com/ParabolInc)",
"license": "AGPL-3.0",
"version": "0.6.0",
"version": "0.6.1",
"repository": {
"type": "git",
"url": "https://github.com/ParabolInc/action"
Expand Down

0 comments on commit a51062f

Please sign in to comment.