updater: added changelog
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
[Current]
|
[Current]
|
||||||
omninx_downloader=1.0.0-b4
|
omninx_downloader=1.0.0-b5
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
[Release Info]
|
[Release Info]
|
||||||
omninx_pack=1.0.0-b12
|
omninx_pack=1.0.0-b12
|
||||||
omninx_downloader=1.0.0-b4
|
omninx_downloader=1.0.0-b5
|
||||||
firmware_version=22.1.0
|
firmware_version=22.1.0
|
||||||
@@ -8,6 +8,7 @@ set-ini-val ./config.ini '*Firmware Archiv' footer '18.0.0+'
|
|||||||
try:
|
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-Downloader/raw/branch/main/include/updater/RELEASE.ini ./RELEASE.ini
|
||||||
download https://git.niklascfw.de/OmniNX/NX_Firmware/raw/branch/main/archive.json ./firmware-archive.json
|
download https://git.niklascfw.de/OmniNX/NX_Firmware/raw/branch/main/archive.json ./firmware-archive.json
|
||||||
|
download https://git.niklascfw.de/OmniNX/OmniNX/raw/branch/main/docs/changelog_latest.txt ./changelog.txt
|
||||||
ini_file ./RELEASE.ini
|
ini_file ./RELEASE.ini
|
||||||
|
|
||||||
set-ini-val ./config.ini 'OmniNX' footer '{ini_file(Release Info,omninx_pack)}'
|
set-ini-val ./config.ini 'OmniNX' footer '{ini_file(Release Info,omninx_pack)}'
|
||||||
|
|||||||
2
include/updater/changelog.txt
Normal file
2
include/updater/changelog.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
Kein Internet?
|
||||||
|
Versuche auch die Zeit zu Synchronisieren
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
;title='OmniNX Updater'
|
;title='OmniNX Updater'
|
||||||
;creator=Woody2408, NiklasCFW
|
;creator=Woody2408, NiklasCFW
|
||||||
;version=1.0.0
|
;version=1.0.0-b5
|
||||||
;about='OmniNX Updater'
|
;about='OmniNX Updater'
|
||||||
|
|
||||||
[@CFW Pack]
|
[@CFW Pack]
|
||||||
@@ -10,8 +10,9 @@
|
|||||||
;background=true
|
;background=true
|
||||||
;gap=20
|
;gap=20
|
||||||
ini_file '/config/omninx/manifest.ini'
|
ini_file '/config/omninx/manifest.ini'
|
||||||
'Pack Variante' = '{ini_file(OmniNX,channel_pack)}'
|
'Installierte Variante' = '{ini_file(OmniNX,current_pack)}'
|
||||||
'Zurzeit installiert' = '{ini_file(OmniNX,version)}'
|
'Update-Kanal' = '{ini_file(OmniNX,channel_pack)}'
|
||||||
|
'Installierte Version' = '{ini_file(OmniNX,version)}'
|
||||||
|
|
||||||
[OmniNX]
|
[OmniNX]
|
||||||
try:
|
try:
|
||||||
@@ -39,7 +40,7 @@ refresh-to *Update Channel ändern
|
|||||||
;mode=table
|
;mode=table
|
||||||
;background=true
|
;background=true
|
||||||
;gap=20
|
;gap=20
|
||||||
'Zurzeit installiert' = '{hos_version}'
|
'Installierte Firmware Version' = '{hos_version}'
|
||||||
|
|
||||||
[Switch Firmware]
|
[Switch Firmware]
|
||||||
try:
|
try:
|
||||||
@@ -56,9 +57,17 @@ notify '{WARNING_SYMBOL} Führe in Daybreak fort' 24
|
|||||||
[gap]
|
[gap]
|
||||||
;mode=table
|
;mode=table
|
||||||
;background=false
|
;background=false
|
||||||
;gap=30
|
;gap=20
|
||||||
|
|
||||||
[Package Info]
|
[Changelog]
|
||||||
|
;mode=table
|
||||||
|
;alignment=left
|
||||||
|
;header=false
|
||||||
|
;scrollable=true
|
||||||
|
;wrapping_mode=word
|
||||||
|
;background=true
|
||||||
|
;info_text_color=warning
|
||||||
|
list_file_source './changelog.txt'
|
||||||
|
|
||||||
[@Erweitert]
|
[@Erweitert]
|
||||||
|
|
||||||
@@ -107,3 +116,5 @@ notify '{WARNING_SYMBOL} Führe in Daybreak fort' 24
|
|||||||
;background=true
|
;background=true
|
||||||
;info_text_color=warning
|
;info_text_color=warning
|
||||||
list_file_source './fw_warning.txt'
|
list_file_source './fw_warning.txt'
|
||||||
|
|
||||||
|
[Package Info]
|
||||||
Reference in New Issue
Block a user