Skip to content

Commit

Permalink
Prepare CHANGELOG.md for a new (major) release
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanlandia committed Aug 5, 2021
1 parent d8618f2 commit 06a4437
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] - 2021-07-30

### Added

- Juniper/Python 3 compatibilty (contributions from Raccoon Gang, Edly, UCSD ETS, Appsembler).
- Dependencies break Python 2 compatibility.

### Fixed

- Brightcove account id warning and duplicate save required for account_id and player_id
- Brightcove Video.js 7 compatiblity (CSS styles)
- Rendering of Django templates fails in Ironwood after a video_xblock is rendered RGang #402

## [0.10.1] - 2018-02-13

## Added
### Added

- Multiple transcripts downloading;
- Error handling during Brightcove video re-transcode job submitting;

## Fixed
### Fixed

- Safari `empty transcripts` issue;
- Studio editor improvements:
Expand All @@ -23,7 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.10.0] - 2018-01-24

## Added
### Added

- Ability to perform search within text tracks (subtitles/transcripts);

Expand Down Expand Up @@ -297,4 +310,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
[0.9.4]: https://github.com/raccoongang/xblock-video/compare/v0.9.3...v0.9.4
[0.10.0]: https://github.com/raccoongang/xblock-video/compare/v0.9.4...v0.10.0
[0.10.1]: https://github.com/raccoongang/xblock-video/compare/v0.10.0...v0.10.1
[0.10.1]: https://github.com/raccoongang/xblock-video/compare/v0.10.0...v0.10.1
[1.0.0]: https://github.com/appsembler/xblock-video/compare/v0.10.1...v1.0.0
[Unreleased]: https://github.com/raccoongang/xblock-video/compare/v0.10.1...HEAD
2 changes: 1 addition & 1 deletion video_xblock/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Video xblock module.
"""

__version__ = '0.10.1'
__version__ = '1.0.0'

# pylint: disable=wildcard-import
from .video_xblock import * # nopep8

0 comments on commit 06a4437

Please sign in to comment.