Changelog

Let’s Share Shortcut Techniques


‹ Go back

3.6 7 months ago
iOS 13
New Techniques:
- Added 'SF Symbol for vCard Menu' (to new main menu item)

Modifications:
- Added 'MyTagline' to the help output [Create Help and Display in Safari (Markdown Source)]
- Added comments throughout to clearly indicate the start of each menu item
- In [Embed-a-Update] section, changed the vCard menu icon to iOS 13 colors

Bug Fixes:
[in section: Determine if an alert should be displayed because a specified number of days have elapsed since the shortcut was last run]
- The 'Get File' action was incorrectly referencing a Dictionary value that didn't exist. It was referencing 'Settings File'; it has been corrected to 'Settings Path'.)
- The 'Get Value for Start Time in File' was incorrectly referencing (via a magic variable) the 'Get File' action in the previous section. Because of this bug and the previous, the shortcut worked as expected. Two wrongs made a right; sometimes you get lucky, even with bugs!)

372 downloads

3.5.2 7 months ago
iOS 13
Corrected a few typographical errors in comments and dictionary keys.

71 downloads

3.5.1 7 months ago
iOS 13
Refer to Version 3.5 for recent enhancements. This version, 3.5.1, was created so that one of the Help screenshots (i.e., 3.5 -> 3.5.1 update) could be captured and included on the RoutineHub page.

42 downloads

3.5 7 months ago
iOS 13
When using [Embed-a-Update] for automatic and user-initiated shortcut update checks, enhanced the menus to use vCard menus with icon using Apple SF Symbols.

35 downloads

3.4.1 7 months, 1 week ago
iOS 13
Refer to Version 3.4 for recent enhancements. This version, 3.4.1, was created so that one of the Help screenshots (i.e., 3.4 -> 3.4.1 update) could be captured and included on the RoutineHub page.

64 downloads

3.4 7 months, 1 week ago
iOS 13
When using [Embed-a-Update] for automatic and user-initiated shortcut update checks, enhanced the dialogs to provide more information (added 'Release Date' & 'Release Notes') and an option to display the RoutineHub page.

44 downloads

3.3 7 months, 1 week ago
iOS 13
- Renamed Technique 'Pick a Subset of Shortcuts' to 'Pick Subset of Shortcuts - all | select | text'
- Added Technique 'Pick Subset of Shortcuts - all pre | none pre | text'. This is a variation of 'Pick a Subset of Shortcuts'.
- Modified 'Pick Subset of Shortcuts - all | select | text' and 'Pick Subset of Shortcuts - all pre | none pre | text' to improve the main dialog using Math sans Unicode fonts.

99 downloads

3.2 7 months, 1 week ago
iOS 13
Additions, in shortcut actions prior to 'Choose from Menu':
- Example daily alert
- Automatic check for shortcut update every 7 days (configurable)

Additions, 'Choose from Menu' items:
- Check for Network Status
- Create vCard Menu with SF Symbol Photos
- Various Methods to Access Dictionary Values

Updates, 'Choose from Menu' items:
- Backup, Archive, and Restore Shortcuts: moved to separate shortcut (BART)

368 downloads

3.1 8 months, 3 weeks ago
iOS 13
Additions, 'Choose from Menu' items:
- 'Backup My Shortcuts'
- 'Archive My Shortcuts'

Updates, 'Choose from Menu' items:
- 'Restore Shortcut From Folder': added Filter action to limit the list to shortcuts and to sort by shortcut name
- 'Restore Shortcut From File' and 'Restore Shortcut From Folder' changed to use a differed method to count the actions in the shortcut file: previously the 'Match' was used; now 'Split' is used. Since the Match action could not accomodate large files (if used, it would crash the Shortcuts app), a file size check was employed and the count was skipped if the file was larger than 250 KB. For more information, refer to the comments in the 'Restore Shortcut From File' item.

178 downloads

3.0.2 8 months, 4 weeks ago
iOS 13
Updated the 'Shortcut Update Initiated by User' item:

- to accommodate x.y.z version number formats (e.g., 3.0.2) with UpdateKit v6.0.1. See the embedded comments for more information.

- with 'Embed-a-Update', added an alert if the current version matches the latest version. Note that this alert would not be appropriate for shortcuts that run Embed-a-Update every time the shortcut runs.

108 downloads

3.0.1 8 months, 4 weeks ago
iOS 13
Added an alert stating that this shortcut may crash under the following conditions:
- iOS 13.3 Public beta 2
- on an iPad
- started from within the shortcut editor using the right-pointed triangle.

139 downloads

3.0 8 months, 4 weeks ago
iOS 13
This is a significant update tested with iOS 13

Additions, Embedded actions:
- Technique to display a start-up alert if a specified number of days have elapsed since the shortcut was last run.
- Technique to compare the build number of the current version to the build number of the shortcut when it was previously run. If the difference exceeds a specified build delta, display an alert.

Additions, 'Choose from Menu' items:
- 'Restore Shortcut from File'
- 'Restore Shortcut from Folder'
- 'Search for a Shortcut'
- 'Shortcut plist'

Updates, 'Choose from Menu' items:
- 'Encode a Web Sound & Prepare to Embed': changed reference from iCloud link to another shortcut listed in RoutineHub
- 'Pick a Subset of Shortcuts': added a Comment that includes an observation specific to iOS 13.1.3.
- 'Run Without Showing Actions': removed embedded actions and changed to reference another shortcut listed in RoutineHub
- 'Shortcut Update Initiated by User': removed 'Check For Update' (incompatible with iOS 13); added 'Embed-a-Update'

58 downloads

2.4 1 year, 7 months ago
iOS 12
- Modified 1 Technique:
Shortcut Update Initiated by User; added emojis to the menu selections; improved the prompt for the menus when 'UpdateKit' and 'Check For Updates' is not found; if browsing to 'UpdateKit' or 'Check For Updates' site, added 'Exit Shortcut'. This is needed if the user chooses to download either one.

348 downloads

2.3 1 year, 7 months ago
iOS 12
Modified 1 Technique:
- Shortcut Update Initiated by User; Cleaned up the dialogs making ‘UpdateKit’ and ‘Check For Updates’ now similar; removed ‘Exit Shortcut’ after browsing to ‘Learn More...’

105 downloads

2.2 1 year, 7 months ago
iOS 12
Modified 1 Technique:
- Shortcut Update Initiated by User; Changed the ‘Run Shortcut’ action to use newly defined Dictionary items: ‘UpdateKit Shortcut Name’ & ‘Check For Updates Shortcut Name’. See embedded comments for more information.

88 downloads

2.1 1 year, 7 months ago
iOS 12
Modified 1 Technique:
- Shortcut Update Initiated by User; Changed the logic to present the initial dialog before checking for UpdateKit. Updated the initial dialog to reflect this change.

98 downloads

2.0 1 year, 7 months ago
iOS 12
Added 2 Techniques:
- FileExist? TRUE, return contents; FALSE, create file, set contents (contributed by @canibeanartist and @heyitzspencer)
- Dictionary & RepeatWithEach to ReplaceText x N

Modified 2 Techniques:
- Changed the name of 'UpdateKit Check Initiated by User' to 'Shortcut Update Initiated by User'; added several features including: Warning about the potential 'floating OK button', 'Check For Updates' option
- Create Help and Display in Safari (Markdown Source); Added 'Wait to Return' action; improved the appearance of the Safari page (margins, text color, meta name="format-detection").

98 downloads

1.0 1 year, 8 months ago
iOS 12
First version

324 downloads