Skip to content

Commit

Permalink
Update README (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
talyssonoc authored Sep 14, 2018
1 parent 25dad53 commit 1a76fdb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Changelog

## [Unreleased]

## [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 project export process, to properly generate the downloadable CSV file
- Fixes the rendering of charts

## [1.19.0] 2018-05-25
### Added
Expand Down Expand Up @@ -282,7 +285,7 @@
The format is based on [Keep a Changelog](http://keepachangelog.com)
and this project adheres to [Semantic Versioning](http://semver.org).

[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v1.19.0...HEAD
[Unreleased]: https://github.com/Codeminer42/cm42-central/compare/v1.20.0...HEAD
[1.0.0]: https://github.com/Codeminer42/cm42-central/tree/v1.0.0
[1.1.0]: https://github.com/Codeminer42/cm42-central/tree/v1.1.0
[1.1.1]: https://github.com/Codeminer42/cm42-central/tree/v1.1.1
Expand All @@ -309,3 +312,4 @@ and this project adheres to [Semantic Versioning](http://semver.org).
[1.17.0]: https://github.com/Codeminer42/cm42-central/tree/v1.17.0
[1.18.0]: https://github.com/Codeminer42/cm42-central/tree/v1.18.0
[1.19.0]: https://github.com/Codeminer42/cm42-central/tree/v1.19.0
[1.20.0]: https://github.com/Codeminer42/cm42-central/tree/v1.20.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Some of the improvements we added since the end of 2015:
- [ ] more markdown javascript to assets
- [ ] needs more testing and tweaking for tablets
- [ ] Backbone code needs more refactoring and cleanup (specially moving the render from story_view to an EJS template)
- [ ] (low priority) replace the polling system for a websockets channel and listener
- [x] (low priority) replace the polling system for a websockets channel and listener
- [x] Improved UI
- [x] A little bit better icon set (Material Icons)
- [x] Textarea in Story editing can now auto-resize
Expand Down

0 comments on commit 1a76fdb

Please sign in to comment.