diff --git a/build.sh b/build.sh index e7ff85c..847852f 100755 --- a/build.sh +++ b/build.sh @@ -169,7 +169,7 @@ if [ "$youtube_mode" != module ] || [ "$music_mode" != module ]; then log "\nInstall [Vanced Microg](https://github.com/TeamVanced/VancedMicroG/releases) for non-root YouTube or YT Music" fi log "\n[revanced-magisk-module](https://github.com/j-hc/revanced-magisk-module)" -log "\n---\nChangelog:" +log "\nChangelog:" log "$(cat $TEMP_DIR/*-rv/changelog.md)" pr "Done" diff --git a/utils.sh b/utils.sh index c0f63bc..00f4d55 100755 --- a/utils.sh +++ b/utils.sh @@ -79,7 +79,7 @@ get_rv_prebuilts() { local nm nm=$(cut -d/ -f9 <<<"$rv_patches_url") echo "Patches: $(cut -d/ -f4 <<<"$rv_patches_url")/$nm " >>"$patches_dir/changelog.md" - echo "[Changelog](https://github.com/${patches_src}/releases/tag/v$(sed 's/.*-\(.*\)\..*/\1/' <<<$nm))" >>"$patches_dir/changelog.md" + echo -e "[Changelog](https://github.com/${patches_src}/releases/tag/v$(sed 's/.*-\(.*\)\..*/\1/' <<<$nm))\n" >>"$patches_dir/changelog.md" # echo -e "\n${rv_patches_changelog//# [/### [}\n---" >>"$patches_dir/changelog.md" dl_if_dne "$rv_cli_jar" "$rv_cli_url" >&2 || return 1