Skip to content

Releases: Codeminer42/cm42-central

[1.19.0] 2018-05-25

25 May 14:31
b43e366

Choose a tag to compare

Added

  • New way to load past stories
  • New route to destroy batch stories.
  • Missing button titles in story component

Fixed

[1.18.0] 2018-02-16

16 Feb 16:22
418e1ad

Choose a tag to compare

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

23 Jan 16:29
7eee74d

Choose a tag to compare

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

03 Jan 13:56
174c073

Choose a tag to compare

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

28 Nov 12:39
8dad9b0

Choose a tag to compare

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

30 Oct 15:58
4ef4d36

Choose a tag to compare

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

18 Oct 23:09

Choose a tag to compare

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

12 Oct 00:28

Choose a tag to compare

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

26 Sep 14:49

Choose a tag to compare

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

20 Sep 14:01

Choose a tag to compare

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