Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit committed Oct 5, 2020
1 parent 38af4d3 commit fcc1779
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@

**v0.1.0**
**v0.3.0**

- Improved SVG export
- More flexible color options. `labelBackgroundColor` has been replaced by `labelBackgroundPlusStrandColor` and `labelBackgroundMinusStrandColor`.

**v0.2.0**

- The track is now 1-based

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "higlass-transcripts",
"version": "0.2.1",
"version": "0.3.0",
"description": "Gene transcripts track for HiGlass",
"private": false,
"author": "Alexander Veit",
Expand Down
3 changes: 2 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@
"options": {
"fontSize": 9,
"labelFontColor": "#222222",
"labelBackgroundColor": "#e9e9e9",
"labelBackgroundPlusStrandColor": "#e9e9e9",
"labelBackgroundMinusStrandColor": "#e9e9e9",
"minHeight": 24,
"plusStrandColor": "#bdbfff",
"minusStrandColor": "#fabec2",
Expand Down

0 comments on commit fcc1779

Please sign in to comment.