mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Bump urlocator and unicode-width
This commit is contained in:
parent
0210a43196
commit
44f25493ca
2 changed files with 215 additions and 197 deletions
|
@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Opt-out compilation flag `winpty` to disable WinPTY support
|
- Opt-out compilation flag `winpty` to disable WinPTY support
|
||||||
- Scrolling during selection when mouse is at top/bottom of window
|
- Scrolling during selection when mouse is at top/bottom of window
|
||||||
- Expanding existing selections using the right mouse button
|
- Expanding existing selections using the right mouse button
|
||||||
|
- Support for `gopher` and `gemini` URLs
|
||||||
|
- Unicode 13 support
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -45,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- Adjusted selection clearing granularity to more accurately match content
|
- Adjusted selection clearing granularity to more accurately match content
|
||||||
- To use the cell's text color for selection with a modified background, the `color.selection.text`
|
- To use the cell's text color for selection with a modified background, the `color.selection.text`
|
||||||
variable must now be set to `CellForeground` instead of omitting it
|
variable must now be set to `CellForeground` instead of omitting it
|
||||||
|
- URLs are no longer highlighted without a clearly delimited scheme
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|
409
Cargo.lock
generated
409
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue