Release v0.3.10

This commit is contained in:
Hunter Bown
2026-02-03 18:31:53 -06:00
parent e0bccecd5c
commit 433d7cb6e9
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -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
Generated
+1 -1
View File
@@ -674,7 +674,7 @@ dependencies = [
[[package]]
name = "deepseek-tui"
version = "0.3.9"
version = "0.3.10"
dependencies = [
"anyhow",
"arboard",
+1 -1
View File
@@ -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"