updater: moved changelog to subfolder
All checks were successful
Generate Release Files / generate-releases (push) Successful in 42s
Build and Release / build-and-release (push) Successful in 7s

This commit is contained in:
2026-06-12 13:43:32 +02:00
parent 3616624bea
commit 411a1310eb
5 changed files with 22 additions and 8 deletions

View File

@@ -7,7 +7,6 @@ set-ini-val ./config.ini '*Firmware Archiv' footer '18.0.0+'
try:
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/updater/RELEASE.ini ./RELEASE.ini
download https://git.niklascfw.de/OmniNX/OmniNX/raw/branch/main/docs/changelog_latest.txt ./changelog.txt
ini_file ./RELEASE.ini
set-ini-val ./config.ini 'OmniNX' footer '{ini_file(Release Info,omninx_pack)}'

View File

@@ -0,0 +1,3 @@
[boot]
try:
download https://git.niklascfw.de/OmniNX/OmniNX/raw/branch/main/docs/changelog_latest.txt ./changelog.txt

View File

@@ -0,0 +1,10 @@
[Changelog]
[Changelog]
;mode=table
;alignment=left
;header=false
;scrollable=true
;wrapping_mode=word
;background=true
;info_text_color=warning
list_file_source './changelog.txt'

View File

@@ -57,17 +57,19 @@ notify '{WARNING_SYMBOL} Führe in Daybreak fort' 24
[gap]
;mode=table
;background=false
;gap=20
;gap=30
[Changelog]
;mode=table
;alignment=left
;header=false
;scrollable=true
;wrapping_mode=word
;background=true
;info_text_color=warning
list_file_source './changelog.txt'
;gap=20
ini_file './include/updater/config.ini'
'Changelog' = ''
[*Neuste Änderungen]
;mode=forwarder
exec boot ./changelog/boot_package.ini
package_source ./changelog/changelog.ini
[@Erweitert]