Releases: RikkaApps/Shizuku
Releases · RikkaApps/Shizuku
v12.4.3
Shizuku v12
-
Add interactive shell support
- To use the new interactive shell tool, do "Export files" again to write new files.
- The new tool passes all the arguments to
/system/bin/sh
at remote, so arguments in the old tool are gone. For example, if you want to run command and exit, you should use-c
. - To pass environment variables to remote, set
RISH_PRESERVE_ENV
to1
(Default value is0
if Shizuku runs with adb,1
with root). - Read https://github.com/RikkaApps/Shizuku-API/blob/master/rish/README.md for more
12.4.3
- Fix the problem that "Searching" notification is shown again after pairing succeed
- Improve instruction of wireless debugging
Full Changelog: v12.4.2...v12.4.3
12.4.2
- Adjust texts
Full Changelog: v12.4.1...v12.4.2
12.4.1
- Check if notification is disabled
- Check MIUI since "MIUI style notification" does not show action buttons
Full Changelog: v12.4.0...v12.4.1
12.4.0
- Support entering adb pair code from a notification
- Support pairing on Windows Subsystem for Android
- Fix user service not starting on Android 6.0 (by @ryuunoakaihitomi in #157)
Full Changelog: v12.3.0...v12.4.0
12.3.0
- Fix using UserService will crash the service process on some devices
v11.7.0
v11.6.1
v11.6.0
v11.5.0
v11.4.1
- Show settings entrance in the system's App info (#116)
- Prevent 💩 MIUI's "Force dark theme" from breaking app's theme〔1〕
〔1〕MIUI has its own "Force dark theme". However, it seems that even if the app has provided the correct dark theme, MIUI's "Force dark theme" will still take effect and finally mess up colors.
v11.4.0
- Try to fix the problem that random packages are shown in the app list (This is because the old versions only record the uid, if the uid is reused by the system when Shizuku is not running, the record will point to wrong packages)
- Only packages which requests the permission will be shown in the app list (In the old versions, all package for the same uid will be shown, e.g., "Termux" and "Termux:Styling")
- Add a visible entry for Android TV (#105)
- Add banner for Android TV
- Use the black theme as the default theme for watch devices (#107)
v11.3.1
- Fix possible crash caused by pmparser (from RikkaApps/Riru#202)
- Use self-compiled libcxx (https://github.com/topjohnwu/libcxx) to reduce file size
- Update user translation