From b9f6d19c231211b91415b78dfe83098c2ea82758 Mon Sep 17 00:00:00 2001 From: Stefan Steiner Date: Tue, 25 Aug 2026 14:31:52 -0700 Subject: [PATCH 1/2] Add placeholder for upcoming release --- website/docs/releases.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/releases.md b/website/docs/releases.md index 325f823..9cb4783 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,6 +24,8 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: +### Upcoming Release + ### 0.0.26359 [August 24 2026] * Fixed an issue in Hyper on Apple Silicon Macs running macOS versions prior to version 26 * Additional performance improvements and defect fixes From d5b2dbdca7c99b4619a7260685e6187c15e1346f Mon Sep 17 00:00:00 2001 From: Stefan Steiner Date: Thu, 3 Sep 2026 09:08:09 -0700 Subject: [PATCH 2/2] Update release.md and config.ts * Updated for September 3rd, 2026 release * Update config version to: 0.0.26479 --- website/docs/releases.md | 3 ++- website/src/config.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/docs/releases.md b/website/docs/releases.md index 9cb4783..55e282d 100644 --- a/website/docs/releases.md +++ b/website/docs/releases.md @@ -24,7 +24,8 @@ In case you are wondering why all our releases start with `0.0`, read [this FAQ ::: -### Upcoming Release +### 0.0.26479 [September 3 2026] +* Performance improvements and defect fixes ### 0.0.26359 [August 24 2026] * Fixed an issue in Hyper on Apple Silicon Macs running macOS versions prior to version 26 diff --git a/website/src/config.ts b/website/src/config.ts index 252264f..bc1d274 100644 --- a/website/src/config.ts +++ b/website/src/config.ts @@ -1,4 +1,4 @@ -const version_long = '0.0.26359.r07abb490'; +const version_long = '0.0.26479.r96880f6a'; const version_short = version_long.substr(0, version_long.lastIndexOf('.')); const downloadBaseUrl = 'https://downloads.tableau.com/tssoftware/';