Skip to content

Commit

Permalink
next beta release without worker
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Dec 10, 2022
1 parent d2c1fac commit d352066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ npm install --save xterm-addon-image

- 0.1.x - compatible to xterm.js 4.16.0 - 4.19.0
- 0.2.0 - compatible to xterm.js 5.0.0
- 0.2.1 - compatible to xterm.js 5.0.0
- 0.3.0 - compatible to xterm.js 5.0.0


### Clone & Build
Expand Down Expand Up @@ -210,7 +210,7 @@ Sixel support and image handling in xterm.js is considered beta quality.

### Changelog

- 0.2.1 important: worker got removed
- 0.3.0 important change: worker removed from addon
- 0.2.0 compat release for xterm.js 5.0.0
- 0.1.3 bugfix: avoid striping
- 0.1.2 bugfix: reset clear flag
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xterm-addon-image",
"version": "0.2.1",
"version": "0.3.0",
"author": "Joerg Breitbart <[email protected]>",
"main": "lib/xterm-addon-image.js",
"types": "typings/xterm-addon-image.d.ts",
Expand Down

0 comments on commit d352066

Please sign in to comment.