Skip to content

Commit

Permalink
Bumped the version number and updated the changelog.
Browse files Browse the repository at this point in the history
Bumped the version number and updated the changelog.
  • Loading branch information
Joran-Dob committed May 21, 2022
1 parent b71def7 commit 593849a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.3] - 21/05/2022.

* Added possibility to add background color to the text.
* After the last subtitle item the text will be removed.

## [2.0.2] - 21/05/2022.

* Updated dependencies.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# subtitle_wrapper_package

[![](https://img.shields.io/badge/pub-v2.0.1-brightgreen.svg)](https://pub.dev/packages/subtitle_wrapper_package)
[![](https://img.shields.io/badge/pub-v2.0.3-brightgreen.svg)](https://pub.dev/packages/subtitle_wrapper_package)

[![Test and (dry-run) publish package](https://github.com/Joran-Dob/flutter_subtitle_wrapper/actions/workflows/flutter-drive.yml/badge.svg)](https://github.com/Joran-Dob/flutter_subtitle_wrapper/actions/workflows/flutter-drive.yml)

Expand All @@ -21,7 +21,7 @@ The package is nearly completely unit tested and widget tests are in progress.
| Remote loading latin1 encoded subtitles |The parsing of subtitle files with the latin1 encoding from an url. ||
| Dynamic updating of subtitle | Update subtitle content during playback. ||
| Standard subtitle styling | Standard styling of subtitle items. ||
| Advance subtitle styling | Advance styling of subtitle items. Like custom fonts.| 🚧 |
| Advance subtitle styling | Advance styling of subtitle items. Like custom fonts.| |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: subtitle_wrapper_package
description: A Subtitle Wrapper package, this subtitle wrapper package displays subtitles for a video player.
version: 2.0.2
version: 2.0.3
homepage: https://github.com/Joran-Dob/flutter_subtitle_wrapper

environment:
Expand Down

0 comments on commit 593849a

Please sign in to comment.