Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

v0.4.2-beta

Latest

Choose a tag to compare

@github-actions github-actions released this 15 May 19:59
· 26 commits to main since this release
378c5e2

Warning

This version is not compatible with v0.3.5-beta and bellow.
Please follow the upgrade instructions here.

Important

toutui --update is not working. You can do this instead:

bash -c 'expected_sha256="b5c41bcd3c480fd2ca6ec0031ccecf2cf7cf4ae01f591cad64a320fa7d72331d" export expected_sha256 tmpfile=$(mktemp) && curl -LsSf https://github.com/AlbanDAVID/Toutui/raw/stable/hello_toutui.sh -o "$tmpfile" && bash "$tmpfile" update && rm -f "$tmpfile"'

Added:

  • Verifying file integrity using SHA-256 before installation via curl script

Changed:

  • Clarification of update/uninstall instructions

PR

Full Changelog: v0.4.1-beta...v0.4.2-beta