diff --git a/CHANGELOG b/CHANGELOG index 8af2828..e85288e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +v2022.5.25 202205250 +- Architecture-aware self-backup +- Build script gets version from changelog +- Fixed `-rnx ['regex']` +- Fixed settings backup output inconsistencies + v2022.5.16 202205160 - Fixed "backup/restore stops right after gms"; - Remind user to disable/remove Magisk modules that may cause bootloop; @@ -7,11 +13,3 @@ v2022.5.15 202205150 - Fixed -rnx ['regex']; - -r shall have no fallback regex, just like -b; - Skip GMS data backup/restore. - -v2022.5.12 202205120 -- C flag: exclude all *[cC]ache* files/directories globally (alternative to -X '*[cC]ache*'); -- Do not backup/restore SSAIDs if /data/system/users/0/settings_ssaid.xml is encrypted; -- Updated info and support texts. - -v2022.may.9 202205090 -- Initial release diff --git a/tarb.sh b/tarb.sh index 80b1bfc..b35c8fb 100644 --- a/tarb.sh +++ b/tarb.sh @@ -935,7 +935,7 @@ PASSF=$TMPDIR/.pass AUTHOR="VR-25 @ GitHub" COPYRIGHT_YEAR=2022 DESCRIPTION="Backup/restore apps and respective data, SSAIDs, runtime permissions, generic system settings, Magisk modules, and more." -VERSION="v2022.5.16 202205160" +VERSION="v2022.5.25 202205250" [ -z "${LINENO-}" ] || export PS4='$LINENO: ' mkdir -p ${BKP_DIR##* } $BIN_DIR