From ddf69b38763b85076e5e66e11e37bec1ede72053 Mon Sep 17 00:00:00 2001 From: Joran Dob Date: Sat, 30 Sep 2023 16:16:41 +0200 Subject: [PATCH] build: version 2.2.0 --- .github/workflows/flutter-release-drive.yml | 4 ++-- CHANGELOG.md | 5 +++-- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/flutter-release-drive.yml b/.github/workflows/flutter-release-drive.yml index bec5f3d..4599372 100644 --- a/.github/workflows/flutter-release-drive.yml +++ b/.github/workflows/flutter-release-drive.yml @@ -4,7 +4,7 @@ on: types: - created jobs: - test: + publish: runs-on: ubuntu-latest steps: - name: ๐Ÿ“š Git Checkout @@ -40,4 +40,4 @@ jobs: credential: ${{ secrets.PUBSPEC_CREDENTIALS }} flutter_package: true skip_test: true - dry_run: false๐ŸŽ \ No newline at end of file + dry_run: false \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8756c0e..2e59e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.2.0] - 30/09/2023. ### Fixed -- hide subtitle item when time is not matching +- Hide subtitle item when time is not matching +- Hide subtitles when there is no subtitle content or subtitle url ## [2.1.0] - 22/05/2022. diff --git a/pubspec.yaml b/pubspec.yaml index 80fd3ba..c71c610 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.1.1 +version: 2.2.0 homepage: https://github.com/Joran-Dob/flutter_subtitle_wrapper environment: