This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
Release 0.6.0
alexander-akhmetov
released this
24 Sep 18:35
·
142 commits
to master
since this release
- New actions:
- GetBatteryLevelAction
- GetIPAddressAction
- GetDeviceDetailsAction
- SetAirplaneModeAction
- SetBluetoothAction
- SetBrightnessAction
- SetMobileDataAction
- SetDoNotDisturbAction
- SetTorchAction
- SetLowPowerModeAction
- SetVolumeAction
- SetWiFiAction
- NothingAction
- SetItemNameAction
- ViewContentGraphAction
- ContinueInShortcutAppAction
- DelayAction
- WaitToReturnAction
- RepeatStartAction
- RepeatEndAction
- Renamed
type
toitype
for action classes (class attribute only). - Removed
required=True
fromgroup_id
fields, now conditional group sets automatically. - Package name changed to
shortcuts
:pip install shortcuts
(old name will be working too as an alias).