Skip to content

Commit

Permalink
Merge pull request #2 from tomcur/release-plz-2024-06-28T15-02-57Z
Browse files Browse the repository at this point in the history
chore: release
  • Loading branch information
tomcur authored Jun 29, 2024
2 parents 6de4853 + 3726c7f commit 156ad84
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [0.1.2] - 2024-06-28

### Features

- Print new lines after <rect> and <text> in generated SVG
- Only use non-breaking space if prev char was a regular space
- Reduce number of <text> elements in generated SVG
- Reduce number of background color rectangles in generated svg

### Documentation

- Remove unused example

### Refactor

- Explicitly forbid unsafe code

### Other

- Generate examples

## [0.1.1] - 2024-06-27

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "termsnap"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Create SVGs from terminal output"
keywords = ["terminal", "screenshot", "ansi", "svg", "vector-graphics"]
Expand All @@ -24,4 +24,4 @@ clap = { version = "4.5.7", features = ["derive"] }
rustix = { version = "0.38.34", features = ["event", "fs", "termios"] }
signal-hook = "0.3.17"

termsnap-lib = { path = "./termsnap-lib", version = "0.1.1" }
termsnap-lib = { path = "./termsnap-lib", version = "0.1.2" }
2 changes: 1 addition & 1 deletion termsnap-lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "termsnap-lib"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
description = "Create SVGs from terminal output"
keywords = ["terminal", "screenshot", "ansi", "svg", "vector-graphics"]
Expand Down

0 comments on commit 156ad84

Please sign in to comment.