diff --git a/docs/en_us/release_notes/source/03-11-2014.rst b/docs/en_us/release_notes/source/03-11-2014.rst new file mode 100644 index 0000000000..4733521ddd --- /dev/null +++ b/docs/en_us/release_notes/source/03-11-2014.rst @@ -0,0 +1,59 @@ +################################### +March 11, 2014 +################################### + +You can access the public edX roadmap_ for details about the currently planned product direction. + +.. _roadmap: https://edx-wiki.atlassian.net/wiki/display/OPENPROD/Open+EdX+Public+Product+Roadmap + + +Course staff documentation, *Building a Course with edX Studio*, is available online_. You can also download the guide as a PDF from the edX Studio user interface. + +.. _online: http://edx.readthedocs.org/projects/ca/en/latest/ + +Recent changes to *Building a Course with edX Studio* include: + +* `The Course Start Date `_ +* `The Course End Date `_ +* `Add a Course Image `_ +* `Add a Course Introduction Video `_ +* `Describe Your Course `_ +* `Create or Obtain a Video Transcript `_ + +************* +edX Studio +************* + +* When you edited an HTML component in a Chrome browser, a problem sometimes caused text that you edited in Visual view to not be updated in HTML view. This problem is resolved. (STUD-1336) + +* A problem that caused images to not appear in Visual view in the HTML component editor has been resolved. (STUD-1357) + + +*************************************** +edX Learning Management System +*************************************** + +* A problem that caused a course that had not started to be listed as having started in the beta Instructor Dashboard is resolved. (LMS-1548) + +* Course authors now have correct permissions to delete Wiki posts in their courses. (LMS-2136) + +* When a video first loads but before it begins playing, the video position slider now automatically goes to the configured start time. (BLD-823) + +* Students can now download transcripts as .srt or .txt files. A student selects the format below the video: + + .. image:: images/transcript-download.png + :alt: Image of the transcript download format selection. + + The student selects the format, then clicks **Download transcript**. For more information, see `Create or Obtain a Video Transcript. `_ (BLD-844) + +* A problem that prevented viewing videos in Firefox in full screen mode is resolved. (BLD-905) + +=========================== +Accessibility Improvements +=========================== + +* The Python code editor and the Wiki **Add new article** screen are now keyboard accessible. In the Python code editor, the **Tab** key adds a tab in the code; students use the **Esc** key to leave the code editor field. In the Wiki's Add new article page, the **Tab** key navigates through the fields. (LMS-1802) + +* When a user is viewing a unit page, the display name of only the first component is now used as the page and navigation title. The display names of subsequent components are not used. (STUD-1351) + +* When a user views a video in full screen mode, the transcript no longer obscures the video content. (BLD-852) diff --git a/docs/en_us/release_notes/source/images/transcript-download.png b/docs/en_us/release_notes/source/images/transcript-download.png new file mode 100644 index 0000000000..8a0d391574 Binary files /dev/null and b/docs/en_us/release_notes/source/images/transcript-download.png differ diff --git a/docs/en_us/release_notes/source/index.rst b/docs/en_us/release_notes/source/index.rst index b4bb7d9896..73a4dab85d 100755 --- a/docs/en_us/release_notes/source/index.rst +++ b/docs/en_us/release_notes/source/index.rst @@ -11,6 +11,7 @@ Contents :maxdepth: 5 read_me + 03-11-2014 03-04-2014 02-26-2014 02-19-2014