mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-22 02:38:45 -04:00
corrected Cercube in YTLite
This commit is contained in:
6
.github/RELEASE_TEMPLATE/Release.md
vendored
6
.github/RELEASE_TEMPLATE/Release.md
vendored
@@ -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
|
||||
|
||||
|
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user