File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,11 @@ All notable changes to this project will be documented in this file.
12
12
13
13
# v1.x (official releases)
14
14
15
+ ### [ 1.1.0] ( https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.1.0 ) (2019-09-01)
16
+
17
+ - Support pinning/unpinning tabs in the context menu
18
+ - Visual indication for pinned tabs
19
+
15
20
### [ 1.0.2] ( https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.2 ) (2019-08-27)
16
21
17
22
- Fixed a bug where settings could go out of sync across tabs
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vertical-tabs-chrome-extension" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.1.0 " ,
4
4
"description" : " A chrome extension that presents your tabs vertically." ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments