corrected Cercube in YTLite

This commit is contained in:
Balackburn
2023-07-04 19:10:01 +02:00
parent 0e6b82051a
commit 211e724f74
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
**LowContrastModeColors:** for users who doesnt use gray will get a set of colors to switch which changes and improves the UI Customization. (Add-on added for LowContrastMode) **LowContrastModeColors:** for users who doesnt 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 wont be prompted to update the app. **YTNoUpgradeDialog:** Disables the Upgrade Dialog so you wont be prompted to update the app.
@@ -30,10 +30,10 @@
# YTLitePlus Release Information # YTLitePlus Release Information
Current YouTube IPA: `%youtube_version%` Current YouTube IPA: `%youtube_version%`
Current Cercube Version: `%cercube_version%` Current YTLitePlus Version: `%ytliteplus_version%`
Current App Compatibility: `iOS/iPadOS 14.0` or later Current App Compatibility: `iOS/iPadOS 14.0` or later
**RELEASE %youtube_version%-%cercube_version%:** (%date%) **RELEASE %youtube_version%-%ytliteplus_version%:** (%date%)
- Updated Youtube - Updated Youtube

View File

@@ -144,7 +144,7 @@ jobs:
- name: Prepare Release Notes - name: Prepare Release Notes
run: | run: |
export TODAY=$(date '+%Y-%m-%d') 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 main/.github/RELEASE_TEMPLATE/Release.md > ${{ github.workspace }}/release_notes.md
- name: Create Release - name: Create Release