Release 2.3.1
This commit is contained in:
parent
beb932ed2f
commit
9797ed133d
|
@ -1,3 +1,7 @@
|
|||
### v2.3.1
|
||||
* Fix bug PR mode doesn't work with lazy loading
|
||||
* Fix bug sidebar width is not stable in Firefox
|
||||
|
||||
### v2.3.0
|
||||
* Support PR viewing mode
|
||||
* Handle reserved chars in URLs
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "octotree",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Code tree for GitHub",
|
||||
"main": "inject.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue