Skip to content

Commit

Permalink
Bumped to patch release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wmanth committed Jul 14, 2021
1 parent 5fe0ac5 commit 35fb053
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,28 @@ Extension for VS Code that gives a quick peek inside a JAR file by listing all c

## Features

Select or open a ```.jar``` file to get a tree view of the contained file and package structure.
### JAR content view

Select or open a ```.jar``` file to get the content tree of the contained file- and package-structure in the editor view.

![sample image](images/sample.png)

### File preview

Click on a file node in the content tree to open a preview of the file in a read only editor view.

![sample image](images/preview.png)

## Contribution

For Bugs or feature requests please use the GitHub issues page https://github.com/wmanth/vscode-jar-viewer/issues.

## Release Notes

### 1.1.0

* Preview text files from the jar archive

### 1.0.2

* Preserve the vertical scroll position
Expand Down
Binary file added images/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jar-viewer",
"displayName": "JAR Viewer",
"description": "Lists classes and files inside JAR archives.",
"version": "1.0.2",
"version": "1.1.0",
"publisher": "wmanth",
"author": {
"name": "Wolfram Manthey"
Expand Down

0 comments on commit 35fb053

Please sign in to comment.