From 211e724f74b547278971d312ad6f29ee2f2b13d8 Mon Sep 17 00:00:00 2001 From: Balackburn <93828569+Balackburn@users.noreply.github.com> Date: Tue, 4 Jul 2023 19:10:01 +0200 Subject: [PATCH] corrected Cercube in YTLite --- .github/RELEASE_TEMPLATE/Release.md | 6 +++--- .github/workflows/buildapp.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/RELEASE_TEMPLATE/Release.md b/.github/RELEASE_TEMPLATE/Release.md index 94acfcf..158d172 100644 --- a/.github/RELEASE_TEMPLATE/Release.md +++ b/.github/RELEASE_TEMPLATE/Release.md @@ -9,7 +9,7 @@ **LowContrastModeColors:** for users who doesn’t use gray will get a set of colors to switch which changes and improves the UI Customization. (Add-on added for LowContrastMode) -**YTNoHeatwaves:** Turns off the Heatwaves Feature in the video player. `(CercubePlus/VideoPlayerOverlayControls)` +**YTNoHeatwaves:** Turns off the Heatwaves Feature in the video player. `(YTLitePlus/VideoPlayerOverlayControls)` **YTNoUpgradeDialog:** Disables the Upgrade Dialog so you won’t be prompted to update the app. @@ -30,10 +30,10 @@ # YTLitePlus Release Information Current YouTube IPA: `%youtube_version%` -Current Cercube Version: `%cercube_version%` +Current YTLitePlus Version: `%ytliteplus_version%` Current App Compatibility: `iOS/iPadOS 14.0` or later -**RELEASE %youtube_version%-%cercube_version%:** (%date%) +**RELEASE %youtube_version%-%ytliteplus_version%:** (%date%) - Updated Youtube diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index b973cc2..1528016 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -144,7 +144,7 @@ jobs: - name: Prepare Release Notes run: | export TODAY=$(date '+%Y-%m-%d') - sed "s/%cercube_version%/${{ inputs.cercube_version }}/g; s/%youtube_version%/${{ inputs.youtube_version }}/g; s/%date%/$TODAY/g" \ + sed "s/%ytliteplus_version%/${{ inputs.ytliteplus_version }}/g; s/%youtube_version%/${{ inputs.youtube_version }}/g; s/%date%/$TODAY/g" \ main/.github/RELEASE_TEMPLATE/Release.md > ${{ github.workspace }}/release_notes.md - name: Create Release