forked from appsembler/xblock-video
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.10.0: Add ability to perform search within text tracks (#297)
* Bump __version__ to 0.9.4 * Make transcripts indexable for LMS search (#294) * Fix javascript unit tests * Fixed `fullscreen` button overlapping (#295) * Fix for issue #292: languages selected differ between transcript and caption buttons (#296) * Update xblock dependecies due to Ginkgo release * Remove from captions/transcripts control's menu active language highlighting * Prepare CHANGELOG.md for a new release * Bump __version__ to 0.10.0
- Loading branch information
1 parent
ea48719
commit b859c69
Showing
9 changed files
with
84 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,12 +50,11 @@ def package_data(pkg, roots): | |
dependency_links=[ | ||
# At the moment of writing PyPI hosts outdated version of xblock-utils, hence git | ||
# Replace dependency links with numbered versions when it's released on PyPI | ||
'git+https://github.com/edx/[email protected]#egg=xblock-utils-1.0.2', | ||
'git+https://github.com/edx/[email protected]#egg=xblock-utils-1.0.3', | ||
'git+https://github.com/edx/[email protected]#egg=xblock-utils-1.0.5', | ||
], | ||
install_requires=[ | ||
'XBlock>=0.4.10,<2.0.0', | ||
'xblock-utils>=1.0.2,<=1.0.3', | ||
'xblock-utils>=1.0.2,<=1.0.5', | ||
'pycaption>=0.7.1,<1.0', # The latest Python 2.7 compatible version | ||
'requests>=2.9.1,<3.0.0', | ||
'babelfish>=0.5.5,<0.6.0', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters