Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed May 25, 2022
1 parent 983adfa commit 70a527d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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
2 changes: 1 addition & 1 deletion tarb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70a527d

Please sign in to comment.