Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Nov 8, 2022
1 parent 51c01e4 commit 8badadb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.0] - Unreleased
## [0.4.0] - 2022-11-08

### Changed

Expand Down
3 changes: 2 additions & 1 deletion docs/blog/posts/release0-4-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ Textual needs much of the same kind of operations as the [JS API](https://develo

## Faster Updates

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.
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.

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.

<div class="excalidraw">
--8<-- "docs/blog/images/faster-updates.excalidraw.svg"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual"
version = "0.4.0a3"
version = "0.4.0"
homepage = "https://github.com/Textualize/textual"
description = "Modern Text User Interface framework"
authors = ["Will McGugan <will@textualize.io>"]
Expand Down

0 comments on commit 8badadb

Please sign in to comment.