Skip to content

Commit 8badadb

Browse files
committed
version bump
1 parent 51c01e4 commit 8badadb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## [0.4.0] - Unreleased
8+
## [0.4.0] - 2022-11-08
99

1010
### Changed
1111

docs/blog/posts/release0-4-0.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ Textual needs much of the same kind of operations as the [JS API](https://develo
4242

4343
## Faster Updates
4444

45-
Textual will now write to stdout in a thread. The upshot of this is that Textual can work on the next update before the terminal has displayed the previous frame.
45+
Textual now writes to stdout in a thread. The upshot of this is that Textual can work on the next update before the terminal has displayed the previous frame.
4646

47+
This means smoother updates all round! You may notice this when scrolling and animating, but even if you don't you will have more CPU cycles to play with.
4748

4849
<div class="excalidraw">
4950
--8<-- "docs/blog/images/faster-updates.excalidraw.svg"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "textual"
3-
version = "0.4.0a3"
3+
version = "0.4.0"
44
homepage = "https://github.com/Textualize/textual"
55
description = "Modern Text User Interface framework"
66
authors = ["Will McGugan <[email protected]>"]

0 commit comments

Comments
 (0)