diff --git a/public/apps/any-text/screenshot2.jpg b/public/apps/any-text/screenshot2.jpg
new file mode 100644
index 00000000..d195254b
Binary files /dev/null and b/public/apps/any-text/screenshot2.jpg differ
diff --git a/public/apps/photo-widget/screenshot2.jpg b/public/apps/photo-widget/screenshot2.jpg
new file mode 100644
index 00000000..3e7b8d57
Binary files /dev/null and b/public/apps/photo-widget/screenshot2.jpg differ
diff --git a/source/content/apps/ai-actions.md b/source/content/apps/ai-actions.md
index d265b240..b71b96cb 100644
--- a/source/content/apps/ai-actions.md
+++ b/source/content/apps/ai-actions.md
@@ -14,6 +14,8 @@ For example, an action to interact with the ChatGPT API.
**The app requires you to specify your own OpenAI API key.**
+Your API key is securely stored in your keychain, not in a shortcut.
+
*You may also like my [Actions](/actions) app.*
@@ -22,7 +24,7 @@ For example, an action to interact with the ChatGPT API.
### macOS version
-The macOS version is not yet available on the App Store because App Store review is being difficult. You can get it [here](https://dsc.cloud/sindresorhus/AI-Actions-1.0.2-1695808820.zip) for now. (Requires macOS 13+)
+The macOS version is not yet available on the App Store because App Store review is being difficult. You can get it [here](https://github.com/sindresorhus/meta/files/12800983/AI.Actions.1.0.3.zip) for now. (Requires macOS 13+)
### Frequently Asked Questions {#faq}
@@ -32,12 +34,16 @@ The macOS version is not yet available on the App Store because App Store review
#### Why are these actions not just part of your [Actions](/actions) app?
-Apple prevents any app that includes AI-related functionality to be available in China. I didn't want the Actions app to be unavailable in China just because of one action.
+Apple prevents any app that includes AI-related functionality from being available in China. I didn't want the Actions app to be unavailable in China just because of one action.
#### How is this better than the “Ask ChatGPT” action provided by the official ChatGPT app?
This one works on macOS too, supports longer text, has customizability options for power-users, supports DALL·E 2, and will support more AI APIs in the future.
+#### How is this better than just calling the OpenAI API directly from Shortcuts?
+
+This makes it simpler, but more importantly, it stores your API key securely in the keychain. This means you can share your shortcuts to others without exposing your API key. The API key is not stored in the shortcut.
+
#### Why is this free without ads?
I just enjoy making apps. Consider leaving a nice review on the App Store.
diff --git a/source/content/apps/any-text.md b/source/content/apps/any-text.md
index 5827b019..762744e7 100644
--- a/source/content/apps/any-text.md
+++ b/source/content/apps/any-text.md
@@ -38,6 +38,8 @@ This is a well-known iOS issue. [Try this.](https://webtrickz.com/third-party-lo
I would like to keep the app simple and only support one piece of text. It's kinda in the app name. However, the app comes with a shortcut action to change the text, so you could use the Shortcuts automations to change the text during the day.
+*(macOS does not yet have automations. You can use [Shortery](https://apps.apple.com/app/id1594183810) for now.)*
+
#### Can you add support for user-installed fonts?
This is unfortunately not possible as widgets cannot access user-installed fonts.
@@ -72,7 +74,7 @@ If you work at Apple → [FB11522170](https://github.com/feedback-assistant/repo
#### Can you make the widget bigger?
-The widget sizes are controlled by iOS. The provided size is the largest it allows.
+The widget sizes are controlled by Apple. The provided size is the largest it allows.
#### How can I remove the date prefix from the inline Lock Screen widget above the clock?
diff --git a/source/content/apps/dato.md b/source/content/apps/dato.md
index a239632f..0a3816a8 100644
--- a/source/content/apps/dato.md
+++ b/source/content/apps/dato.md
@@ -446,6 +446,10 @@ Then launch Dato again.
Try turning off the “Vibrancy” setting. You can also try increasing the text size with the “Larger text” setting.
+#### What does the `ⓘ` symbol in the “upcoming event in menu bar” item mean?
+
+It indicates that there are multiple ongoing events, but only one is shown.
+
#### My Google Calendar does not update in the app
You might have to re-authenticate your Google account. Open the Calendar app's settings, go to the “Accounts” pane, and try to remove and re-add the Google account.
diff --git a/source/content/apps/one-task.md b/source/content/apps/one-task.md
index ef3895f7..3bd37289 100644
--- a/source/content/apps/one-task.md
+++ b/source/content/apps/one-task.md
@@ -40,7 +40,15 @@ One Thing lets you put a single piece of text in the menu bar. This app is focus
No, One Task deliberately avoids automatic integration with other todo apps. Most todo apps encourage task hoarding, leading to overwhelm and inaction. One Task focuses on actionable items you commit to completing within the day. Manually select your highest-priority tasks and add them to One Task for focused execution.
-#### Does the app support task templates?
+#### Does the app support recurring tasks? {#recurring-tasks}
+
+No. I want to keep this app super simple.
+
+However, you can achieve this using the Shortcuts app. Create a [shortcut](https://support.apple.com/en-gb/guide/shortcuts/welcome/ios) that uses the “Add Task” action to add the tasks you want to be recurring. Then create an [automation](https://support.apple.com/en-gb/guide/shortcuts/apdfbdbd7123/7.0/ios/17.0) to run the shortcut at a certain interval. For example, every morning.
+
+*(macOS does not yet have automations. You can use [Shortery](https://apps.apple.com/app/id1594183810) for now.)*
+
+#### Does the app support task templates? {#task-templates}
No, but you can achieve this using the Shortcuts app. Modify [this shortcut](https://www.icloud.com/shortcuts/51edae78b820457a89d12715a053fac6) and run it every time you want to apply the template tasks. You could even add the shortcut to the Home Screen.
@@ -60,13 +68,12 @@ Go [here](https://apps.apple.com/app/id6465745322) and click “Version History
I don't plan to localize the app.
-
+*Requires macOS 14 or later*
diff --git a/source/content/apps/quick-launch.md b/source/content/apps/quick-launch.md
index 47b731a4..af4f9c68 100644
--- a/source/content/apps/quick-launch.md
+++ b/source/content/apps/quick-launch.md
@@ -12,8 +12,6 @@ Quickly open websites, launch apps, and run shortcuts directly from your Lock Sc
For example, open google.com, launch TikTok, or run a shortcut to play a random music playlist.
-*iPhone-only for now. iPad version will come when iPadOS supports Lock Screen widgets (probably iPadOS 17).*
-
@@ -32,7 +30,7 @@ When on the Lock Screen, tap and hold on the clock, tap the “Customize” butt
#### The widget does not show up in the widget picker
-This is a well-known iOS 16 issue. [Try this.](https://webtrickz.com/third-party-lock-screen-widgets-not-showing-ios-16/)
+This is a well-known iOS issue. [Try this.](https://webtrickz.com/third-party-lock-screen-widgets-not-showing-ios-16/)
#### Can the Lock Screen widgets be full-colored?
diff --git a/source/content/apps/recordia.md b/source/content/apps/recordia.md
index 6a88df20..21ed8f98 100644
--- a/source/content/apps/recordia.md
+++ b/source/content/apps/recordia.md
@@ -4,14 +4,11 @@ subtitle: Quickly record audio
pubDate: 2020-09-02
platforms:
- macOS
-isPaid: true
appStoreId: 1529006487
---
Record audio directly from the menu bar or with a global keyboard shortcut.
-**Want to see this app included in [Setapp](https://setapp.com)?** Help make it happen by [requesting it here](https://www.facebook.com/groups/setapp/posts/1849644978569967/).
-
### Frequently Asked Questions {#faq}
@@ -79,5 +76,3 @@ Go [here](https://apps.apple.com/app/id1529006487) and click “Version History
- [2.6.1](https://github.com/sindresorhus/meta/files/11053013/Recordia.2.6.1.-.macOS.12.zip) for macOS 12
- [2.3.0](https://github.com/sindresorhus/meta/files/8798113/Recordia.2.3.0.-.macOS.11.zip) for macOS 11
- [1.5.1](https://github.com/sindresorhus/meta/files/6538283/Recordia.1.5.1.-.macOS.10.15.zip) for macOS 10.15
-
-These are free for everyone but they will not run on newer macOS versions.
diff --git a/source/content/apps/speediness.md b/source/content/apps/speediness.md
index de62090e..0be103c2 100644
--- a/source/content/apps/speediness.md
+++ b/source/content/apps/speediness.md
@@ -69,7 +69,7 @@ Open the Shortcuts app, create a new shortcut, and then drag the “Get Internet
#### How can I run the speed test automatically every hour? {#scheduled}
-Open the Shortcuts app, create a new shortcut, and then drag the “Get Internet Speed” action into the shortcut editor. You may want to enable the “Add to History” action setting. [Get the Shortery app](https://apps.apple.com/no/app/shortery/id1594183810?mt=12) and set it to run this shortcut every hour or at an interval of your choosing. (The Shortery app is only needed this year. It's almost certain that Apple will introduce automation for Shortcuts in macOS 14)
+Open the Shortcuts app, create a new shortcut, and then drag the “Get Internet Speed” action into the shortcut editor. You may want to enable the “Add to History” action setting. [Get the Shortery app](https://apps.apple.com/no/app/shortery/id1594183810?mt=12) and set it to run this shortcut every hour or at an interval of your choosing.
#### Can you add support for iOS? {#ios}
diff --git a/source/content/apps/velja.md b/source/content/apps/velja.md
index 586fd7e3..67442560 100644
--- a/source/content/apps/velja.md
+++ b/source/content/apps/velja.md
@@ -328,7 +328,7 @@ For all settings, [see this guide.](https://github.com/sindresorhus/guides/blob/
#### Can you support Safari profiles? {#safari-profiles}
-Apple does not expose any way to open URLs in a specific profile. I recommend sending feedback to Apple that they should add Shortcuts and AppleScript support for this.
+Apple does not expose any way to open URLs in a specific profile. I recommend [sending feedback](https://feedbackassistant.apple.com) to Apple that they should add Shortcuts and AppleScript support for this.
Feel free to duplicate my feedback reports:
diff --git a/source/pages/donate.md b/source/pages/donate.md
index ec205b44..294ca34c 100644
--- a/source/pages/donate.md
+++ b/source/pages/donate.md
@@ -51,6 +51,5 @@ You can also support me by buying my apps.\
- [Dato](/dato)
- [Lungo](/lungo)
- [Battery Indicator](/battery-indicator)
-- [Recordia](/recordia)
- [Black Out](/black-out)
- [Ask AI](/ask-ai)