From 8592d398f7ac7e49821d694f0b1c7f0a0453058b Mon Sep 17 00:00:00 2001 From: quindecim <49964366+quindecim@users.noreply.github.com> Date: Fri, 21 Oct 2022 22:40:27 +0200 Subject: [PATCH] Fix changelog issue in Magisk app --- CHANGELOG.md | 3 +++ update.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c70f79d..89418ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ### Added - `uncensored` resolver (Uncensored resolver in Ukraine). +### Fixed +- Show the correct changelog version in Magisk app. + ## 2.1.2.4 ### Added - Automatic redirections in `post-fs-data.sh` file. diff --git a/update.json b/update.json index 3e7fb16..5719be6 100644 --- a/update.json +++ b/update.json @@ -2,5 +2,5 @@ "version": "2.1.2.4", "versionCode": 210204, "zipUrl": "https://github.com/quindecim/dnscrypt-proxy-android/releases/download/2.1.2.4/dnscrypt-proxy-android-v2.1.2.4.zip", - "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/master/CHANGELOG.md" + "changelog": "https://raw.githubusercontent.com/quindecim/dnscrypt-proxy-android/2.1.2.4/CHANGELOG.md" }