Releases: Codeminer42/cm42-central
Releases · Codeminer42/cm42-central
[2.3.0] 2019-10-08
Fixed
- [ V2 ] Remove redundant switch cases from the stories reducer.
- [ V2 ] Fix number, date and points of sprints.
- [ V2 ] Sprints are shown in easier order in "done" column
Added
- [ V2 ] Add project navigation bar
- Stories of release type
- Option to Clone Stories
- Disable fields when story is read-only
- Link directly to stories
- History
- [ V2 ] Centralized notification system
- [ V2 ] Top nav
[2.2.0] 2019-03-15
Added
- [ V2 ] Story:
- Stories can be updated when it's closed
- Create new stories
- Block reserved words for new teams name
- Refactor
.csv
renderer
Fixed
- Fix error in recaptcha when access page new team
- Fix team user not found in api request
[2.1.0] 2019-02-20
Update
- Front-End Dependencies
- Webpack from 2.6.1 to 4.29.1
- React from 15.4.2 to 16.8.0
- Redux from 3.7.2 to 4.0.1
- Babel from 6.25.0 to 7.2.2
- Test Dependencies
- Enzyme from 2.7.1 to 3.8.0
- Jasmine from 2.5.1 to 3.3.0
- Karma from 1.3.0 to 4.0.0
- Sinon from 2.0.0 to 7.2.3
Fixed
- [ V2 ] Board style to permit scrolling
- Fix alert favicon in production environment
- Export projects with no stories
Added
- [ V2 ] Story:
- Attachments:
- With this change makes it necessary to set unsigned upload in cloudinary and set the ENV
CLOUDINARY_UPLOAD_PRESET
. For help you can see this tutorial.
- With this change makes it necessary to set unsigned upload in cloudinary and set the ENV
- Attachments:
[2.0.1] 2019-01-31
Fix
- Enable Sidekiq Delayed Extensions
[2.0.0] 2019-01-31
Added
- [ V2 ] Story:
- Title;
- Type;
- Requested By;
- Owned By;
- Estimate;
- Description;
- State;
- Save, Cancel and Delete;
- Notes;
- Tasks;
- Labels;
Fix
- [ V2 ] Refactor Redux flow to remove stories duplication
- Bug on unarchive projects
- Wrong serialization in JSON
- Amount of backlog points in reports page
- Bug on creating two teams with the same name
Change
- Package: camelcase-object-deep: 1.0.7 to change-object-case: 0.2.0
- Due to the update of the recaptcha gem, changed recaptcha's ENV variable names from
PUBLIC_KEY
andPRIVATE_KEY
toSITE_KEY
andSECRET_KEY
respectively.
Update
- Package: sinon: 1.17.5 to 2.0.0
- Ruby from 2.3.1 to 2.6.0
- Rails from 4.2.11 to 5.2.1
[1.22.0] 2018-11-30
Added
- Added supports to upload libre office formats
- Imports/exports of stories
- Documents
- Tasks
- Added Popover when Story is collapsed in board V2
- Resouce to expand/collapse a story in board V2
- Button to copy story url to clipboard in board V2
Changed
- Change estimate button to dynamic values when story is collapsed in board V2
Fixed
- Fix imports notes of stories
- Fix project delete when tasks or notes are readonly
- Fix exporting unnecessary fields from documents and done to export in JSON
- Fix pusher missing api key
- Special character in project title
Security
- Updated rails from 4.2.7.1 to 4.2.11 (CVE-2018-16476)
- Updated rack from 1.6.10 to 1.6.11 (CVE-2018-16471)
- Updated loofah from 2.2.2 to 2.2.3 (CVE-2018-16468)
- Updated nokogiri from 1.8.4 to 1.8.5 (CVE-2018-14404
and CVE-2018-14567) - Update gem rollbar from 2.13.3 to 2.18.0
[1.21.0] 2018-10-18
Fixed
- Fix stories in the done sprints
[1.21.0] 2018-10-17
Added
- Option to archive teams
- Added pusher-fake to the project
Fixed
- Fixed locale change when accessing user edit page
- Fixed Project delete
- Fixed
story-description
and.note
by adding to sortable column canceled elements/nodes - Fix calculation of first sprint size
Changed
- pusherSockets.js to allow empty pusher env vars
[1.20.1] 2018-09-26
Removed
- Remove Velocity / Volatility from ProjectCard to optimize performance
[1.20.0] 2018-09-14
Added
- New endpoint to update batch stories
- Replace polling with Pusher to fetch project updates
Fixed
- StoryOperations reading refactored to optimize queries and performance
- Fixes the project export process, to properly generate the downloadable CSV file
- Fixes the rendering of charts