This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
Releases: alexander-akhmetov/python-shortcuts
Releases · alexander-akhmetov/python-shortcuts
Release 0.10.0
-
Added system variables:
shortcut_input
clipboard
current_date
-
New actions:
- AppendFileAction
- GetDictionaryFromInputAction
- RunShortcut
- GetMyShortcutsAction
- GetTimeBetweenDates
- DetectDateAction
- OpenURLAction
-
IfAction
now supports variables in the parametercompare_with
. -
Now raises
UnknownWFTextTokenAttachment
error when loader can't load field with unknown token attachment type.
Release 0.9.0
- Added fields documentation
- New actions:
- RepeatEachStartAction
- RepeatEachEndAction
- ChangeCaseAction
- SplitTextAction
- GetClipboardAction
- NumberAction
- HashAction
- SetClipboardAction
- SetDictionaryValueAction
- URLEncodeAction
- URLDecodeAction
- AppendVariableAction
- ShowDefinitionAction
- ScanQRBarCode
- GetTextFromInputAction
- GetNameOfEmoji
- DetectLanguageAction
- ExpandURLAction
Release 0.8.1
- Save shortcut from URL without deserializing if output format is plist
Release 0.8.0
- New example: shields.toml
- New action: SpeakTextAction
- Added
default=True
to fieldSetLowPowerModeAction.on
. - Removed
plutil
requirement - Added ability to download shortcuts with
shortcuts
cli directly from iCloud
Release 0.7.0
- New actions:
- SendMessageAction
- MenuStartAction
- MenuItemAction
- MenuEndAction
- New examples in the
/examples/
directory:send_photo.toml
: how to usemenu
, send photo withsend message
action and how to use{{ask_when_run}}
- Updated documentation about supported actions
/docs/actions.md
- Supported
{{ask_when_run}}
system variable (read more about this in/docs/actions.md
)
Release 0.6.0
- 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).