Skip to content

Commit a69e5c6

Browse files
improved readability of API keys no longer encoded, added Spotify playlist option, improved ElevenLabs voice settings
1 parent 68bb837 commit a69e5c6

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

README.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,18 @@ To initiate, first download the [Apple Shortcuts][apple-shortcuts-download] app
3030
<br><br>
3131

3232
<p align="center">
33-
<a href="https://www.icloud.com/shortcuts/d35a5c3bdd6441cc921f29c1fde41f8c" target="_blank">
33+
<a href="https://www.icloud.com/shortcuts/250b35b992a148d19fb7f09f5ce28d2d" target="_blank">
3434
<picture>
35-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/nicolodiamante/dispatch/assets/48920263/8f5c59de-4dbe-4c3f-894e-59db4a60f541" draggable="false" ondragstart="return false;" alt="Download the Shortcut" title="Download Wake Me Up" />
36-
<img src="https://github.com/nicolodiamante/dispatch/assets/48920263/5fec3ce3-efed-4019-af55-382935518cce" draggable="false" ondragstart="return false; "alt="Download the Shortcut" title="Download Wake Me Up" width="600" />
35+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/nicolodiamante/dispatch/assets/48920263/d4715aa2-b33c-44af-abe2-4e0dbcdafc72" draggable="false" ondragstart="return false;" alt="Download the Shortcut" title="Download Wake Me Up" />
36+
<img src="https://github.com/nicolodiamante/dispatch/assets/48920263/7b29ca12-10ff-4597-be18-82f95868a5cf" draggable="false" ondragstart="return false; "alt="Download the Shortcut" title="Download Wake Me Up" width="600" />
3737
</picture>
3838
</a>
3939
</p>
4040

41+
<br>
42+
43+
> Please make sure to complete the following tasks when transitioning to the new version: Decode the API keys that were previously stored in an encrypted format in the Data Jar. To simplify this process, use the [DecodeMe][decode-key-shortcut] shortcut. Remember to complete this for each key of OpenAI's and ElevenLabs.
44+
4145
<br><br>
4246

4347
### Create your OpenAI API Key
@@ -130,6 +134,18 @@ When you wish to use the shortcut, just turn on Siri and utter the command Wake
130134

131135
## What's new in Dispatch
132136

137+
### v1.2.2
138+
139+
Release Highlights:
140+
141+
- API Key Storage Enhancement: To resolve issues with script readability, API keys will no longer be encrypted in Data Jar. Previously, encryption caused errors that prevented the Shortcut from reading the API key. Storing keys unencrypted will ensure seamless script functionality.
142+
143+
- New Playlist Selection Option: Users can now choose between Apple Music or Spotify playlists. Note: Spotify must be already open for the playlist to play automatically. Currently working on a solution to improve this process.
144+
145+
- ElevenLabs Voice Settings Enhancement: Changed the settings in ElevenLabs voices to reduce exaggerated speech patterns, ensuring a more natural and pleasant listening experience.
146+
147+
<br>
148+
133149
### v1.2.1
134150

135151
Release Highlights:
@@ -159,9 +175,9 @@ Release Highlights:
159175

160176
Available Voices:
161177

162-
- American: American: Bill, Drew, Paul
163-
- British: George, Lily
164-
- Special: Santa Claus
178+
- AMERICAN: Bill, Drew, Paul
179+
- BRITISH: George, Lily
180+
- SPECIAL: Santa Claus
165181

166182
<br>
167183

@@ -344,7 +360,7 @@ Thank you for considering the use of this shortcut. Your collaboration in improv
344360
[open-ai-models]: https://platform.openai.com/docs/models
345361
[apple-shortcuts-guide]: https://support.apple.com/en-gb/guide/shortcuts/apd58d46713f/ios
346362
[apple-shortcuts-download]: https://apps.apple.com/us/app/shortcuts/id915249334
347-
[dispatch-shortcut]: https://www.icloud.com/shortcuts/d35a5c3bdd6441cc921f29c1fde41f8c
363+
[dispatch-shortcut]: https://www.icloud.com/shortcuts/250b35b992a148d19fb7f09f5ce28d2d
348364
[open-ai-prices]: https://openai.com/pricing
349365
[openai-privacy]: https://openai.com/policies/privacy-policy
350366
[elevenlabs-privacy]: https://beta.elevenlabs.io/privacy
@@ -358,4 +374,5 @@ Thank you for considering the use of this shortcut. Your collaboration in improv
358374
[elevenlabs-speech-synthesis]: https://beta.elevenlabs.io/speech-synthesis
359375
[elevenlabs-api-doc]: https://api.elevenlabs.io/docs
360376
[data-jar]: https://datajar.app
377+
[decode-key-shortcut]: https://www.icloud.com/shortcuts/0ce3c6d5944a42d4951576620d75f8fe
361378
[issues]: https://github.com/nicolodiamante/dispatch/issues

0 commit comments

Comments
 (0)