diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc06a9e..f6145d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -271,7 +271,7 @@ jobs: name "Textream" desc "Teleprompter that highlights scripts in real time as you speak" - homepage "https://github.com/f/textream" + homepage "https://textream.net/" depends_on macos: :sequoia diff --git a/README.md b/README.md index a04b901..c360e9a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@

- Download · Features · How It Works · Build · Privacy + Download · Features · How It Works · Build · Privacy

@@ -138,7 +138,7 @@ Let someone else control your teleprompter remotely. A director can write, edit, - **Tap to jump** — Tap any word in the overlay to jump the tracker to that position. - **Pause & resume** — Go off-script, take a break, come back. The tracker picks up where you left off. - **Mute / unmute** — Toggle the microphone on or off from the overlay in any mode. -- **Private by design** — No accounts, ads, analytics, or Textream-operated cloud service. Scripts and settings stay under your control. In Word Tracking mode, macOS speech recognition may send microphone audio to Apple for processing; see the [privacy policy](https://blog.fka.dev/textream/privacy.html). +- **Private by design** — No accounts, ads, analytics, or Textream-operated cloud service. Scripts and settings stay under your control. In Word Tracking mode, macOS speech recognition may send microphone audio to Apple for processing; see the [privacy policy](https://textream.net/privacy.html). - **Auto update checker** — Checks GitHub Releases for new versions on launch and from the Textream menu. - **Open source** — MIT licensed. Contributions welcome. @@ -332,5 +332,5 @@ MIT

Original idea by Semih Kışlar — thanks to him!
Made by Fatih Kadir Akin
- Privacy · Support + Privacy · Support

diff --git a/Textream/Textream/ContentView.swift b/Textream/Textream/ContentView.swift index 9d103fc..a8ce7e5 100644 --- a/Textream/Textream/ContentView.swift +++ b/Textream/Textream/ContentView.swift @@ -852,7 +852,7 @@ struct AboutView: View { .clipShape(Capsule()) } - Link(destination: URL(string: "https://blog.fka.dev/textream/privacy.html")!) { + Link(destination: URL(string: "https://textream.net/privacy.html")!) { HStack(spacing: 5) { Image(systemName: "hand.raised.fill") .font(.system(size: 11, weight: .semibold)) diff --git a/app-store/app-privacy.md b/app-store/app-privacy.md index ed3ce05..215d7fb 100644 --- a/app-store/app-privacy.md +++ b/app-store/app-privacy.md @@ -6,7 +6,7 @@ This is a working draft for the App Store Connect questionnaire, not a completed - **Does this app collect data from this app?** No. - **Is any data used to track users?** No. -- **Privacy Policy URL:** https://blog.fka.dev/textream/privacy.html +- **Privacy Policy URL:** https://textream.net/privacy.html These proposed answers are based on the following build assumptions: diff --git a/app-store/metadata/en-US/marketing_url.txt b/app-store/metadata/en-US/marketing_url.txt index ed853f7..b0a566e 100644 --- a/app-store/metadata/en-US/marketing_url.txt +++ b/app-store/metadata/en-US/marketing_url.txt @@ -1 +1 @@ -https://blog.fka.dev/textream/ +https://textream.net/ diff --git a/app-store/metadata/en-US/privacy_url.txt b/app-store/metadata/en-US/privacy_url.txt index 3ba110d..add79c6 100644 --- a/app-store/metadata/en-US/privacy_url.txt +++ b/app-store/metadata/en-US/privacy_url.txt @@ -1 +1 @@ -https://blog.fka.dev/textream/privacy.html +https://textream.net/privacy.html diff --git a/app-store/metadata/en-US/support_url.txt b/app-store/metadata/en-US/support_url.txt index fdc80a4..83f8a95 100644 --- a/app-store/metadata/en-US/support_url.txt +++ b/app-store/metadata/en-US/support_url.txt @@ -1 +1 @@ -https://blog.fka.dev/textream/support.html +https://textream.net/support.html diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 0000000..1dafb50 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +textream.net