From 433d7cb6e987f2938e0e0c67e894f17676a2194b Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Tue, 3 Feb 2026 18:31:53 -0600 Subject: [PATCH] Release v0.3.10 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2754477..80208d17 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] +## [0.3.10] - 2026-02-04 + +### Fixed +- Always enable mouse wheel scrolling in the TUI (even without alt screen) + ## [0.3.9] - 2026-02-04 ### Removed diff --git a/Cargo.lock b/Cargo.lock index 0d652d60..87b2273d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -674,7 +674,7 @@ dependencies = [ [[package]] name = "deepseek-tui" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 06505e10..79c74e3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deepseek-tui" -version = "0.3.9" +version = "0.3.10" edition = "2024" description = "Unofficial DeepSeek CLI - Just run 'deepseek' to start chatting" license = "MIT"