Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iliazeus committed Jan 22, 2021
1 parent c838a85 commit ff78422
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 13 deletions.
28 changes: 16 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
## 1.0.0
## 1.1.0

- Initial release
- Implemented own ANSI escape parser

## 1.0.1
## 1.0.5

- Added the `Show as ANSI` command
- Added support for bold, italic, underline and dim modifiers
- Fixed several bugs with updating and rendering text decorations

## 1.0.2
## 1.0.4

- Added support for theme colors
- Added the `.ans` file extension association
- Added the preview button to editor titles for ANSI text files

## 1.0.3

- Fixed highlighting not showing immediately when changing language mode to `ANSI text`

## 1.0.4
## 1.0.2

- Added the `.ans` file extension association
- Added the preview button to editor titles for ANSI text files
- Added support for theme colors

## 1.0.5
## 1.0.1

- Added support for bold, italic, underline and dim modifiers
- Fixed several bugs with updating and rendering text decorations
- Added the `Show as ANSI` command

## 1.0.0

- Initial release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "iliazeus",
"displayName": "ANSI Colors",
"description": "ANSI color styling for text documents",
"version": "1.0.5",
"version": "1.1.0",
"license": "MIT",
"repository": {
"url": "https://github.com/iliazeus/vscode-ansi"
Expand Down

0 comments on commit ff78422

Please sign in to comment.