File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ Version 1.1.0
2+ # Changelog
3+
4+ All notable changes to this project will be documented in this file.
5+
6+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
7+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
8+
9+
10+ [ 0.6.0] 2023-11-28
11+
12+ - Added app focus
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual_web"
3- version = " 0.5.4 "
3+ version = " 0.6.0 "
44description = " Serve Textual apps"
55authors = [
" Will McGugan <[email protected] >" ]
66license = " MIT"
@@ -9,7 +9,7 @@ readme = "README.md"
99
1010[tool .poetry .dependencies ]
1111python = " ^3.7"
12- textual = " 0.35.1 "
12+ textual = " ^0.43.0 "
1313aiohttp = " ^3.8.4"
1414uvloop = { version = " ^0.17.0" , markers = " sys_platform != 'win32'" }
1515click = " ^8.1.3"
You can’t perform that action at this time.
0 commit comments