From 736292538bb0961092793c5623b842d067738649 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:53:04 +0000 Subject: [PATCH 1/5] Update the command for macOS #55 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 257b62c..752aa75 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync ``` #### Mac ```sh -wtsexporter -i -b "~/Library/Application Support/MobileSync/Backup/[device id]" +wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id] ``` ## Results From 75a8a2e8c56ad96898c0c0adaaa583eea6ea38a5 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:16:52 +0000 Subject: [PATCH 2/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..0036067 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "[BUG]" +labels: '' +assignees: '' + +--- + +# Must have +- WhatsApp version: - +- Platform: +- Branch and version:
- + +If it is an error yield by Python, please also provide the trackback +``` + +``` + +# Nice to have +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. From 2dc433df7c0278ef80d0f321e43dba8d45ef33d9 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:17:41 +0000 Subject: [PATCH 3/5] Update issue templates --- .github/ISSUE_TEMPLATE/feature_request.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..94e61ff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,17 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "[FEATURE]" +labels: '' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. From f39d448aa6355c066285c15430ac39d7392ff411 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Sun, 3 Dec 2023 03:19:00 +0000 Subject: [PATCH 4/5] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0036067..9747bf6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,13 +8,13 @@ assignees: '' --- # Must have -- WhatsApp version: - -- Platform: -- Branch and version:
- +- WhatsApp version: [WhatsApp version] - [Android/iOS] +- Platform: [Linux/Windows/MacOS] +- Branch and version: [main/dev] - [exporter version] If it is an error yield by Python, please also provide the trackback ``` - +[trackback here] ``` # Nice to have From af70f6f6f9512808671f3cadc95d11054dc588d3 Mon Sep 17 00:00:00 2001 From: Knugi <24708955+KnugiHK@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:27:09 +0000 Subject: [PATCH 5/5] Update CNAME --- CNAME | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CNAME b/CNAME index 3f9b57c..7dc94d5 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -wts.knugi.com \ No newline at end of file +wts.knugi.dev \ No newline at end of file