diff --git a/RELEASE.rst b/RELEASE.rst index f75f0a75..39edfd7e 100644 --- a/RELEASE.rst +++ b/RELEASE.rst @@ -1,5 +1,55 @@ -SGA 0.5.0 Release Notes -======================= +Release Notes +============= + +Version 0.6.0 +------------- + +- adding version number so this will work with our release-script +- Fixed test failure issues on sga (#146) +- Removed import in __init__ +- Center modal and fix scrolling +- Revert "Merge pull request #129 from mitodl/bug/gdm/111_performance" +- Improved performances for assignment listing +- Installed bower with URI.js, require.js, underscore, jquery +- Fixes per @pwilkins' suggestions. +- Fixes per @pwilkins' suggestions. +- Adhere to strict .rst standards for heading underline length. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Formatting tweak. +- Make commands copy/paste-able. +- Fixed heading underline being too short. +- Add actions cell to assignments table header. +- Revert "Added header cell to the assignments table." +- Added header cell to the assignments table. +- Add a link to the edx rebase process page. +- Fix sequence of steps. +- Fix formatting. +- Add complete details to devstack setup, cribbed from @carsongee's excellent slides. +- Added content to basic developer quickstart. +- Added basic developer notes. +- Added sorting plugin to header table, Now you can sort each column by clicking header +- Hanndle file not found error, Fixed error messages, set error code to 404 +- Allow not only english language file uploads +- made True lower-case +- Implement support for multiply SGA elements at one vertical +- fixed all posible pylint issues +- fix jshint indentified issue for all studio and edx_sga file +- merge base and fixed error message display under button error and loaded max file size from settings +- Added log.info in all locations where sga.py is chaning state of StudentModule +- added display name on sga lms and grade submission dialog +- Changed enter grade link style to make it look like button and added some spaces in css attributes +- Added weight validations and test cases, split long length test into sub funtions +- Design changes in sga settings page, added a settings tab and style in css file, added some classes Migrations ----------