Skip to content

Commit

Permalink
Merge branch 'rich-text-brush'
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Feb 19, 2024
2 parents 3ff6633 + f2cb591 commit 7091757
Show file tree
Hide file tree
Showing 110 changed files with 12,063 additions and 3,161 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@

## Unreleased

- Major rewrite on sugarloaf.
- Sugarloaf now uses same render pass for each render.
- Ignore equal renderers.
- Compute layout updates only if layout is different.
- Introduced renderer level (`0` for elementary and `1` for advanced).
- Reduced font size to `16.0`.
- Support to font ligatures.
- Report focus change https://terminalguide.namepad.de/mode/p1004/.
- Updated wgpu to 0.19.0.
- Removed support to DX11.
- Add basic touch support by @androw [#226](https://github.com/raphamorim/rio/pull/226)
- Vertical text alignment is now `Bottom` as default instead of `Center`.
- Partial support to `line-height` configuration.
- Update ttf-parser and memmap2 on sugarloaf.
- Updated ttf-parser and memmap2 on sugarloaf.
- Sixel graphics initial support.
- iTerm2 image protocol.

Expand Down
Loading

0 comments on commit 7091757

Please sign in to comment.