diff --git a/CHANGELOG.md b/CHANGELOG.md index 692249f2e..1484ecf08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [12.4.1] - 2022-05-08 + +### Fixed + +- Fix for https://github.com/Textualize/rich/issues/2260 + +### Changed + +- Added a keyline around SVG terminals which is visible on dark backgrounds + ## [12.4.0] - 2022-05-07 ### Changed @@ -1730,7 +1740,8 @@ Major version bump for a breaking change to `Text.stylize signature`, which corr - First official release, API still to be stabilized -[unreleased]: https://github.com/willmcgugan/rich/compare/v12.4.0...HEAD +[unreleased]: https://github.com/willmcgugan/rich/compare/v12.4.1...HEAD +[12.4.1]: https://github.com/willmcgugan/rich/compare/v12.4.0...v12.4.1 [12.4.0]: https://github.com/willmcgugan/rich/compare/v12.3.0...v12.4.0 [12.3.0]: https://github.com/willmcgugan/rich/compare/v12.2.0...v12.3.0 [12.2.0]: https://github.com/willmcgugan/rich/compare/v12.1.0...v12.2.0 diff --git a/pyproject.toml b/pyproject.toml index 8c84fff9b..71f4e9ac6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "rich" homepage = "https://github.com/willmcgugan/rich" documentation = "https://rich.readthedocs.io/en/latest/" -version = "12.4.0" +version = "12.4.1" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" authors = ["Will McGugan "] license = "MIT" diff --git a/rich/_export_format.py b/rich/_export_format.py index cc59e965f..32aa71c91 100644 --- a/rich/_export_format.py +++ b/rich/_export_format.py @@ -21,6 +21,7 @@ CONSOLE_SVG_FORMAT = """\ +