Skip to content

Commit

Permalink
add show changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Mar 30, 2024
1 parent 8cb284f commit 07bac01
Show file tree
Hide file tree
Showing 8 changed files with 2,325 additions and 2,304 deletions.
650 changes: 327 additions & 323 deletions files/initrd/opt/rr/lang/ja_JP/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

650 changes: 327 additions & 323 deletions files/initrd/opt/rr/lang/ko_KR/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

692 changes: 348 additions & 344 deletions files/initrd/opt/rr/lang/rr.pot

Large diffs are not rendered by default.

650 changes: 327 additions & 323 deletions files/initrd/opt/rr/lang/ru_RU/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

650 changes: 327 additions & 323 deletions files/initrd/opt/rr/lang/zh_CN/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

650 changes: 327 additions & 323 deletions files/initrd/opt/rr/lang/zh_HK/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

672 changes: 327 additions & 345 deletions files/initrd/opt/rr/lang/zh_TW/LC_MESSAGES/rr.po

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions files/initrd/opt/rr/menu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2642,6 +2642,21 @@ function downloadExts() {
--infobox "${MSG}" 0 0
return 1
fi
else
MSG=""
MSG+="Latest: ${TAG}\n\n"
MSG+="$(curl -skL --connect-timeout 10 "${PROXY}${3}/releases/tag/${TAG}" | pup 'div[data-test-selector="body-content"]' | html2text -utf8)\n\n"
MSG+="$(TEXT "Do you want to update?")"
if [ "${5}" = "-1" ]; then
echo "${T} - ${MSG}"
elif [ "${5}" = "0" ]; then
DIALOG --title "${T}" \
--yesno "$(echo -e "${MSG}")" 0 0
[ $? -ne 0 ] && return 1
else
DIALOG --title "${T}" \
--infobox "$(echo -e "${MSG}")" 0 0
fi
fi
if [ "${5}" = "-1" ]; then
(
Expand Down

0 comments on commit 07bac01

Please sign in to comment.