From 0d5986b81ab6a0ddd5300721ddd8a9a580e13590 Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 4 Jan 2026 18:19:10 +0100 Subject: [PATCH] chore: release v1.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dark background on web/index.html to prevent white flash during auth redirects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- web/index.html | 7 +++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6d484..c316c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.8] - 2026-01-04 + +### Changed +- Dark background (`#1a1a2e`) on web/index.html to prevent white flash during auth redirects + ## [1.1.7] - 2026-01-04 ### Removed diff --git a/pubspec.yaml b/pubspec.yaml index cad6d62..2d5b248 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.1.7+1 +version: 1.1.8+1 environment: sdk: ^3.10.4 diff --git a/web/index.html b/web/index.html index 03fd5cd..d41b389 100644 --- a/web/index.html +++ b/web/index.html @@ -32,6 +32,13 @@ Tatlock +