light: synced OmniNX Downloader

Synced with OmniNX/OmniNX-Downloader@411a1310eb (updater: moved changelog to subfolder).
411a1310eb
This commit is contained in:
niklascfw 2026-06-12 13:44:38 +02:00
parent bf7ccecafe
commit 7b4a70555d
No known key found for this signature in database
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]