Update changelog
This commit is contained in:
parent
15fb471cfe
commit
3537f58e3a
|
@ -1,3 +1,9 @@
|
||||||
|
### v2.4.4
|
||||||
|
* Fix layout in project page
|
||||||
|
* Fix intermittent page reload
|
||||||
|
* Support file icon in Safari
|
||||||
|
* Set default GitHub token options
|
||||||
|
|
||||||
### v2.4.3
|
### v2.4.3
|
||||||
* Fix issue branch path not encoded in file navigation
|
* Fix issue branch path not encoded in file navigation
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "octotree",
|
"name": "octotree",
|
||||||
"version": "2.4.3",
|
"version": "2.4.4",
|
||||||
"description": "Code tree for GitHub",
|
"description": "Code tree for GitHub",
|
||||||
"main": "inject.js",
|
"main": "inject.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue