Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
VR-25 committed Jun 4, 2022
1 parent cf899cd commit da9ddbe
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v2022.6.4 202205040
- cf899cd Remove debugging line, and reword a comment
- f8fdb0f Update help text
- bae6a39 C == "-X [Cc]ache" (non-greedy)
- 9a9138e Always exclude external cache
- 6d29dd6 Only restore SSAIDs and runtime perms after successful data restore
- fb0d1e9 Fix build/VERSION

v2022.5.25 202205250
- Architecture-aware self-backup
- Build script gets version from changelog
Expand All @@ -8,8 +16,3 @@ v2022.5.16 202205160
- Fixed "backup/restore stops right after gms";
- Remind user to disable/remove Magisk modules that may cause bootloop;
- Updated Telegram group link.

v2022.5.15 202205150
- Fixed -rnx ['regex'];
- -r shall have no fallback regex, just like -b;
- Skip GMS data backup/restore.
2 changes: 1 addition & 1 deletion tarb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,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.25 202205250"
VERSION="v2022.6.4 202205040"

[ -z "${LINENO-}" ] || export PS4='$LINENO: '
mkdir -p ${BKP_DIR##* } $BIN_DIR
Expand Down

0 comments on commit da9ddbe

Please sign in to comment.