Skip to content

Commit da9ddbe

Browse files
committed
Bump version
1 parent cf899cd commit da9ddbe

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v2022.6.4 202205040
2+
- cf899cd Remove debugging line, and reword a comment
3+
- f8fdb0f Update help text
4+
- bae6a39 C == "-X [Cc]ache" (non-greedy)
5+
- 9a9138e Always exclude external cache
6+
- 6d29dd6 Only restore SSAIDs and runtime perms after successful data restore
7+
- fb0d1e9 Fix build/VERSION
8+
19
v2022.5.25 202205250
210
- Architecture-aware self-backup
311
- Build script gets version from changelog
@@ -8,8 +16,3 @@ v2022.5.16 202205160
816
- Fixed "backup/restore stops right after gms";
917
- Remind user to disable/remove Magisk modules that may cause bootloop;
1018
- Updated Telegram group link.
11-
12-
v2022.5.15 202205150
13-
- Fixed -rnx ['regex'];
14-
- -r shall have no fallback regex, just like -b;
15-
- Skip GMS data backup/restore.

tarb.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ PASSF=$TMPDIR/.pass
930930
AUTHOR="VR-25 @ GitHub"
931931
COPYRIGHT_YEAR=2022
932932
DESCRIPTION="Backup/restore apps and respective data, SSAIDs, runtime permissions, generic system settings, Magisk modules, and more."
933-
VERSION="v2022.5.25 202205250"
933+
VERSION="v2022.6.4 202205040"
934934

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

0 commit comments

Comments
 (0)