Releases: Codeminer42/cm42-central
Releases · Codeminer42/cm42-central
[1.19.0] 2018-05-25
Added
- New way to load past stories
- New route to destroy batch stories.
- Missing button titles in story component
Fixed
- CVE-2018-1000119 issue, updating rack-protection gem
- CVE-2018-8048 issue, updating loofah gem
[1.18.0] 2018-02-16
Added
- Update attachinary options before it gets invalid.
- Added memcached service to docker-compose, now action import work well
Changed
- Change in import project, switch button attachinary_file_field to file_field
- Change the verification to refuse if const files is null, otherwise return the value files
- Request signature for file uploads once and all stories get this from a global place
[1.17.0] 2018-01-23
Fixed
- Adjusted README to use yarn install instead npm install on project setup
- Remove auto scroll to bottom when adding a story and highlights it instead
- Fix a bug in stories movement, now this action doesn't select the stories texts
Added
- Update attachinary options before it gets invalid.
Changed
- Moved the story estimate buttons to a react component.
[1.16.1] 2018-01-03
Fixed
- Add jquery-ui to fit cloudinary-js missing dependency
- Preload tag_group in projects query on projects controller
- Sort all stories in backlog to keep intended priority
[1.16.0] 2017-11-28
Added
- Auto collapse done stories.
- Ability to drag stories from the epic column.
Changed
- Updated rails to 4.2.7.1
- Updated rubocop to 0.49.1
Fixed
- Webpack manifest host path set to localhost, so webpack pack file load on Windows is fixed
- Highlight the searched stories not behaving properly.
[1.15.0] 2017-10-30
Added
- Added the option to clone a story.
Changed
- Updated central-support gem version, so Slack can be used in integrations here now.
- Updated central-support gem version, to fix story cache_names bug when it was removed
Fixed
- Tasks labels aren't escaping special characters anymore.
- Activities from a story is now showing correctly to non-admins project members
[1.14.0] 2017-10-18
Added
- Added adminer service to docker-compose.
- Added nginx proxy to docker-compose, to enable us to use custom domain names on development.
Changed
- Changes on the style of the estimation form, on a story card.
- Changes the order which stories appear in the chilly bin column
Fixed
- Show the form to estimate a task without having to open it
- Search results column being cleared after dragging a story between columns
- Search results wrongly appearing during searches
- Updated "central-support" gem to fix the volatility calculation.
[1.13.0] 2017-10-11
Fixed
- On projects index, velocity is not always falling to fallback value anymore
- Story Attachments not being properly uploaded
- Update central-support gem version which fixes velocity calculations
- Update velocity calculation on the dashboard
Added
- Changes to the browser tab as a notification of a change
- User is able to drag and drop stories from search column.
[1.12.0] 2017-09-26
Changed
- Updated the favicon with the current logo
- Update Heroku stack
Fixed
- Minor UI glitches on smaller screen resolutions
[1.11.0] 2017-09-19
Added
- Burn Down chart
- Highlights the release stories if the release date is compromised
- User impersonate gem for debugging purposes
Changed
- Update cm42-central-support version to save delivered_at
Fixed
- Fix webpack entry files
- Bring back description component when story type is release
- Show story errors on save failures
- Don't duplicate a story after save process fails once