Skip to content

Commit d605d01

Browse files
committed
chore(tattoy): release v0.1.7
1 parent 1954c5b commit d605d01

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tattoy/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.7](https://github.com/tattoy-org/tattoy/compare/tattoy-v0.1.6...tattoy-v0.1.7) - 2025-07-21
11+
12+
### Added
13+
14+
- support cursor colour for animated cursor
15+
- preserve text attrs like underline, reverse, etc
16+
- also get fg and bg colours with OSC parser
17+
- config for adjusting the cursor scale
18+
- animated cursors
19+
20+
### Fixed
21+
22+
- ensure shader assets exist
23+
- *(animated_cursor)* various cosmetic improvements
24+
25+
### Other
26+
27+
- refactor e2e test and add shader tests
28+
- optionally hash GPU render
29+
- move glsl files to own directory
30+
- seperate shader tattoy from GPU code
31+
1032
## [0.1.6](https://github.com/tattoy-org/tattoy/compare/tattoy-v0.1.5...tattoy-v0.1.6) - 2025-07-06
1133

1234
### Other

crates/tattoy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tattoy"
33
description = "Text-based compositor for modern terminals"
4-
version = "0.1.6"
4+
version = "0.1.7"
55
edition = "2021"
66
readme = "../../README.md"
77
repository = "https://github.com/tattoy-org/tattoy"

0 commit comments

Comments
 (0)