File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " githru-vscode-ext" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "description" : " githru-vscode-ext root package.json" ,
55 "scripts" : {
66 "build:all" : " npm run build --workspaces" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @githru-vscode-ext/analysis-engine" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "description" : " analysis-engine module for githru" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.es.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @githru-vscode-ext/view" ,
3- "version" : " 0.8.0 " ,
3+ "version" : " 0.8.1 " ,
44 "description" : " view module for githru" ,
55 "engines" : {
66 "node" : " >=16" ,
Original file line number Diff line number Diff line change @@ -32,6 +32,13 @@ This extension contributes the following settings:
3232Calling out known issues can help limit users opening duplicate issues against your extension. -->
3333
3434## Release Notes
35+ ### 0.8.1
36+ - Improve Performance
37+ - Loading Latency (up to 50%)
38+ - Virtual List in Detail Component
39+ - Node List Pagination
40+ - Fix minor bugs
41+
3542### 0.8.0
3643- Improve UI, performance
3744- Fix minor bugs
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/githru/githru-vscode-ext" ,
88 "type" : " git"
99 },
10- "version" : " 0.8.0 " ,
10+ "version" : " 0.8.1 " ,
1111 "engines" : {
1212 "vscode" : " ^1.67.0"
1313 },
8484 "test" : " jest"
8585 },
8686 "dependencies" : {
87- "@githru-vscode-ext/analysis-engine" : " ^0.8.0 " ,
87+ "@githru-vscode-ext/analysis-engine" : " ^0.8.1 " ,
8888 "@octokit/rest" : " ^20.0.1" ,
8989 "node-fetch" : " ^3.3.2"
9090 },
You can’t perform that action at this time.
0 commit comments