Skip to content

Commit

Permalink
# 0.2.37 (2022-04-27 / 60e897a)
Browse files Browse the repository at this point in the history
### Added

- Add support for parsing a cursor location message (as sent from terminal to process), i.e. "\e[row;col;H"

## Fixed

- Fix the `with-color-scheme` macro
- Make it impossible to use background CSI code 48

## v0.1.6 - 2018-08-14

Fix a bug where specific character sequences caused regular bits of string to be
treated as escape sequences, essentially swallowing bits of input.

## v0.1.5 - 2018-07-19

Support \e[m as a reset code, together with \e[0m.

## v0.1.4 - 2018-06-13

More optimizations, get rid of the expensive csi regex.

## v0.1.3 - 2018-06-12

Minor optimizations for ClojureScript

## v0.1.2 - 2018-06-12

Added optimizations. Calling token-stream on plain text without escape sequences
will now short circuit, leading to a significant speedup for the cases where
most input is plain text.

## v0.1.1 - 2018-05-30

Initial release
  • Loading branch information
plexus committed Apr 27, 2022
1 parent 60e897a commit 85b322f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
# 0.2.37 (2022-04-27 / 60e897a)

### Added

Expand Down Expand Up @@ -34,4 +34,4 @@ most input is plain text.

## v0.1.1 - 2018-05-30

Initial release
Initial release

0 comments on commit 85b322f

Please sign in to comment.