@@ -5,11 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## Unreleased
9-
10- - Disallowed ` Screen ` instances in ` App.SCREENS ` and ` App.MODES `
11- - Fixed ` App.MODES ` being the same for all instances -- per-instance modes now exist internally
12-
8+ ## [ 0.77.0] - 2024-08-22
139
1410### Added
1511
@@ -24,6 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2420- Added ` DOMNode.BINDING_GROUP ` https://github.com/Textualize/textual/pull/4906
2521- Added ` DOMNode.HELP ` classvar which contains Markdown help to be shown in the help panel https://github.com/Textualize/textual/pull/4915
2622- Added ` App.get_system_commands ` https://github.com/Textualize/textual/pull/4920
23+ - Added "Save Screenshot" system command https://github.com/Textualize/textual/pull/4922
2724
2825### Changed
2926
@@ -32,13 +29,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3229- Changed default command palette binding to ` ctrl+p ` https://github.com/Textualize/textual/pull/4867
3330- Removed ` ctrl_to_caret ` and ` upper_case_keys ` from Footer. These can be implemented in ` App.get_key_display ` .
3431- Renamed ` SystemCommands ` to ` SystemCommandsProvider ` https://github.com/Textualize/textual/pull/4920
35- - Breaking change: Removed ClassicFooter (please use new Footer widget) https://github.com/Textualize/textual/pull/4921
32+ - Breaking change: Removed ` ClassicFooter ` widget (please use new ` Footer ` widget) https://github.com/Textualize/textual/pull/4921
33+ - Disallowed ` Screen ` instances in ` App.SCREENS ` and ` App.MODES `
3634
3735### Fixed
3836
3937- Fix crash when ` validate_on ` value isn't a set https://github.com/Textualize/textual/pull/4868
4038- Fix ` Input.cursor_blink ` having no effect on the blink cycle after mounting https://github.com/Textualize/textual/pull/4869
4139- Fixed scrolling by page not taking scrollbar in to account https://github.com/Textualize/textual/pull/4916
40+ - Fixed ` App.MODES ` being the same for all instances -- per-instance modes now exist internally
4241
4342## [ 0.76.0]
4443
@@ -2310,6 +2309,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
23102309- New handler system for messages that doesn't require inheritance
23112310- Improved traceback handling
23122311
2312+ [ 0.77.0 ] : https://github.com/Textualize/textual/compare/v0.76.0...v0.77.0
23132313[ 0.76.0 ] : https://github.com/Textualize/textual/compare/v0.75.1...v0.76.0
23142314[ 0.75.1 ] : https://github.com/Textualize/textual/compare/v0.75.0...v0.75.1
23152315[ 0.75.0 ] : https://github.com/Textualize/textual/compare/v0.74.0...v0.75.0
0 commit comments