Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: JacobStephens2/cascade

Cascade v0.2.5-android (Android)

22 Jun 22:11
@github-actions github-actions
e09fbfb
This commit was signed with the committer’s verified signature.
JacobStephens2 Jacob Stephens
SSH Key Fingerprint: mueBg49XpEwNCwKKYKC5H7t9rG2mZ2Wgns5Y4KoV4n4
Verified
Learn about vigilant mode.

Choose a tag to compare

Cascade v0.2.5 (Android): The Falls rename + lock-screen now-playing ...
Assets 3
Loading

Cascade v0.2.1 (Windows)

18 Jun 12:28
@JacobStephens2 JacobStephens2

Choose a tag to compare

Cascade v0.2.1 — Windows (x64)

A polish release for the Windows app.

What's new since v0.2.0-win

  • New app icon — a bolder, on-brand mark: a glowing cyan play-in-ring on a
    teal-to-black rounded tile (replaces the old near-empty black icon).
  • Calmer background — removed the animated drifting/rippling backdrop; the
    soft glow and cyan top-wash remain, just without the motion.

Download & run

  1. Download Cascade-v0.2.1-win-x64.zip below and extract it.
  2. Run win-x64\Cascade.exe.

No install needed — the build is self-contained (bundles its own .NET 8
runtime and the Windows App Runtime), so it runs without installing .NET or the
WinAppSDK separately.

Requirements

  • Windows 10 version 2004 (build 19041) or later, 64-bit (x64).

Notes

  • This build is unsigned, so Windows SmartScreen may warn on first launch
    ("Windows protected your PC" -> More info -> Run anyway).
  • Includes the bundled Assets\waterfall.mp3 audio.

Built locally with the Rust gnu toolchain + user-scoped .NET 8 SDK.

Loading

Cascade v0.2.0 (Windows)

18 Jun 02:49
@JacobStephens2 JacobStephens2

Choose a tag to compare

Cascade v0.2.0 — Windows (x64)

Second Windows release. Brings the Windows app up to feature parity with the
v0.2.0 shared core and gives it a fresh look matching the web shell.

What's new since v0.1.0-win

  • Account & cross-device sync — sign in by email link and sync your lifetime
    listening time across devices (the same backend as the macOS/Android apps).
  • Restyled to match the web app — dark Cascade theme end to end: ghost vs.
    solid chips, full-width volume row, centered listening card with a
    "Track my listening time" toggle, a "Cascade · looped" footer, and the timer
    controls collapse to a single Cancel timer while a timer runs.
  • Rippling backdrop — the soft glow blobs now send out slow water ripples.
  • Custom durations are tucked behind a Custom... toggle.

Download & run

  1. Download Cascade-v0.2.0-win-x64.zip below and extract it.
  2. Run win-x64\Cascade.exe.

No install needed — the build is self-contained (bundles its own .NET 8
runtime and the Windows App Runtime), so it runs without installing .NET or the
WinAppSDK separately.

Requirements

  • Windows 10 version 2004 (build 19041) or later, 64-bit (x64).

Notes

  • This build is unsigned, so Windows SmartScreen may warn on first launch
    ("Windows protected your PC" -> More info -> Run anyway).
  • Includes the bundled Assets\waterfall.mp3 audio.

Built locally with the Rust gnu toolchain + user-scoped .NET 8 SDK.

Loading

Cascade v0.2.4-android (Android)

16 Jun 13:09
@github-actions github-actions
3daee81
This commit was signed with the committer’s verified signature.
JacobStephens2 Jacob Stephens
SSH Key Fingerprint: mueBg49XpEwNCwKKYKC5H7t9rG2mZ2Wgns5Y4KoV4n4
Verified
Learn about vigilant mode.

Choose a tag to compare

Cascade v0.2.4 (Android): web-style restyle + dark system bars
Loading

Cascade 0.2.0 (macOS)

17 Jun 02:12
@JacobStephens2 JacobStephens2
ba0f38f
This commit was signed with the committer’s verified signature.
JacobStephens2 Jacob Stephens
SSH Key Fingerprint: mueBg49XpEwNCwKKYKC5H7t9rG2mZ2Wgns5Y4KoV4n4
Verified
Learn about vigilant mode.

Choose a tag to compare

Developer ID signed & notarized by Apple — downloads open cleanly, no Gatekeeper workaround needed.

What's new since 0.1.0

  • Account sign-in via magic link, with lifetime listening-time sync across devices
  • Universal Link magic-link: the sign-in email opens Cascade directly

Universal binary (Apple Silicon + Intel), macOS 14+.

Loading

Cascade v0.2.3-android (Android)

06 Jun 04:04
@github-actions github-actions
dfd74c5
This commit was signed with the committer’s verified signature.
JacobStephens2 Jacob Stephens
SSH Key Fingerprint: mueBg49XpEwNCwKKYKC5H7t9rG2mZ2Wgns5Y4KoV4n4
Verified
Learn about vigilant mode.

Choose a tag to compare

android: production release signing + Android App Links; v0.2.3
- Add a release signingConfig driven by env vars (set from repo secrets in CI),
 with a debug-signing fallback so local release builds still work. The release
 workflow now decodes the keystore from ANDROID_KEYSTORE_BASE64 and signs with
 the production key.
- Publish /.well-known/assetlinks.json (apps/web/public) pinning the app package
 + the release key's SHA-256 fingerprint, so the autoVerify intent-filter on
 https://cascade.stephens.page/auth makes the emailed magic link open the app
 directly (App Links), not the browser. The paste-link fallback stays as a
 belt-and-suspenders path.
Bumps to 0.2.3 / versionCode 5.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Loading

Cascade v0.2.2-android (Android)

06 Jun 03:38
@github-actions github-actions
93b41c1
This commit was signed with the committer’s verified signature.
JacobStephens2 Jacob Stephens
SSH Key Fingerprint: mueBg49XpEwNCwKKYKC5H7t9rG2mZ2Wgns5Y4KoV4n4
Verified
Learn about vigilant mode.

Choose a tag to compare

android: paste-the-link sign-in fallback; v0.2.2
Magic links won't reliably reopen a sideloaded, debug-signed APK (no stable
signing key to pin Android App Links to), so add the desktop-style fallback:
"Email me a link" requests it, then paste the link back into the app to finish.
SyncManager.completeSignInFromLink extracts the token from the pasted URL (or a
raw token) and runs the existing verify flow. Two-step UI with weight-based
fields so the buttons don't overflow.
Bumps to 0.2.2 / versionCode 4.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Loading

Cascade v0.2.1-android (Android)

06 Jun 03:21
@github-actions github-actions
1e5275d
This commit was signed with the committer’s verified signature.
JacobStephens2 Jacob Stephens
SSH Key Fingerprint: mueBg49XpEwNCwKKYKC5H7t9rG2mZ2Wgns5Y4KoV4n4
Verified
Learn about vigilant mode.

Choose a tag to compare

android: fix sign-in (INTERNET permission) + scrollable layout; v0.2.1
Two fixes from on-device testing of 0.2.0:
- Add the INTERNET permission. Cascade was an offline app (bundled audio), so
 it was never declared — and the account/sync feature is the first code that
 makes an HTTP call, so every request threw ("Couldn't send the sign-in link").
- Make the main screen vertically scrollable and drop the weight-based spacer
 (incompatible with scrolling). Content was overflowing the viewport with no
 scroll, clipping the custom-timer input field into a stray box overlapping the
 sleep-timer chips. Also moved the sign-in/account box below the timer controls.
Bumps to 0.2.1 / versionCode 3.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Loading

Cascade v0.2.0 (Android)

06 Jun 02:17
@JacobStephens2 JacobStephens2
64bcb65
This commit was signed with the committer’s verified signature.
JacobStephens2 Jacob Stephens
SSH Key Fingerprint: mueBg49XpEwNCwKKYKC5H7t9rG2mZ2Wgns5Y4KoV4n4
Verified
Learn about vigilant mode.

Choose a tag to compare

First Android build with the optional Cascade account.

New

  • Listening-time tracking — Cascade keeps a running total of how long you've listened (on by default, toggle in-app). It's a single cumulative number, never a timeline.
  • Optional account + sync — sign in with an email magic link (no password) to centralize your listening total across devices. Backed by a G-Counter CRDT, so concurrent devices add rather than overwrite. Sync service: sync.cascade.stephens.page.
  • Sign out, delete-data, and delete-account controls.

Install (sideload)

  • Universal APK — arm64-v8a, armeabi-v7a, x86_64; Android 8.0+ (minSdk 26).
  • Debug-signed for sideloading (not a Play Store build, consistent with the prior 0.1.0 Android release). Enable "install unknown apps" for your browser/file manager, then open the APK.

The account is entirely opt-in — without signing in, Cascade tracks locally and contacts no server.

Loading

Cascade v0.1.0 (Windows x64)

31 May 13:16
@JacobStephens2 JacobStephens2
156f6ac
This commit was created on GitHub.com and signed with GitHub’s verified signature.
GPG key ID: B5690EEEBB952194
Verified
Learn about vigilant mode.

Choose a tag to compare

Cascade v0.1.0 — Windows (x64)

Updated 2026年05月31日: fixed a bug where audio was silent on launch (the
bundled track failed to load in the unpackaged build), and added the proper
Cascade app icon (taskbar / window). Re-download if you grabbed an earlier asset.

First Windows build of Cascade, the waterfall white-noise player. This is the
WinUI 3 / .NET shell over the shared headless Rust core (cascade_uniffi.dll,
C ABI + P/Invoke), playing the 13-minute waterfall recording with MediaPlayer
and System Media Transport Controls.

This Windows binary corresponds to the same main tree as v0.1.0; the only
commits between them are Apple-shell changes, so the Windows app is identical.

Download & run

  1. Download Cascade-v0.1.0-win-x64.zip below and extract it.
  2. Run win-x64\Cascade.exe.

No install needed — the build is self-contained (bundles its own .NET 8
runtime and the Windows App Runtime), so it runs without installing .NET or the
WinAppSDK separately.

Requirements

  • Windows 10 version 2004 (build 19041) or later, 64-bit (x64).

Notes

  • This build is unsigned, so Windows SmartScreen may warn on first launch
    ("Windows protected your PC" → More infoRun anyway). A code-signed
    build (via SignPath's free OSS signing) is planned for a following release.
  • Includes the bundled Assets\waterfall.mp3 audio.

Built locally with the Rust gnu toolchain + user-scoped .NET 8 SDK.

Loading
Previous 1
Previous

AltStyle によって変換されたページ (->オリジナル) /