File tree Expand file tree Collapse file tree 5 files changed +17
-4
lines changed
src/pages/Content/modules/frame Expand file tree Collapse file tree 5 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file.
12
12
13
13
# v1.x (official releases)
14
14
15
+ ### [ 1.5.0] ( https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.5.0 ) (2019-12-26)
16
+
17
+ - Dark theme support! 🕶️🕶️🕶️
18
+
19
+ <img src =" preview/repo/dark-mode.png " width =" 300 " />
20
+
15
21
### [ 1.2.1] ( https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.2.1 ) (2019-12-01)
16
22
17
23
- Remove ` AutoFocus ` feature.
@@ -21,7 +27,7 @@ All notable changes to this project will be documented in this file.
21
27
22
28
- Prompt users to refresh pages after the extension got updated to a newer version.
23
29
24
- ![ update-notice ] ( preview/repo/update-notice.png )
30
+ < img src = " preview/repo/update-notice.png " width = " 300 " />
25
31
26
32
### [ 1.1.0] ( https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.1.0 ) (2019-09-01)
27
33
Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ Chrome web store link: [Vertical Tabs (https://chrome.google.com/webstore/detail
24
24
25
25
---
26
26
27
+ ** Dark theme support is here 🕶️🕶️🕶️**
28
+
29
+ <img src =" preview/repo/dark-mode.png " width =" 300 " />
30
+
31
+ ---
32
+
27
33
![ preview] ( /preview/chrome-store/preview-1.png )
28
34
29
35
Youtube Preview Link: [ https://youtu.be/BcpD38IjY6A ] ( https://youtu.be/BcpD38IjY6A )
@@ -36,6 +42,7 @@ Youtube Preview Link: [https://youtu.be/BcpD38IjY6A](https://youtu.be/BcpD38IjY6
36
42
37
43
## Features
38
44
45
+ - Dark theme support.
39
46
- Display tabs vertically in a sidebar on web pages.
40
47
- Tabs are displayed with the same style as Google Chrome.
41
48
- Drag and Drop to reorder tabs.
@@ -48,7 +55,7 @@ Youtube Preview Link: [https://youtu.be/BcpD38IjY6A](https://youtu.be/BcpD38IjY6
48
55
49
56
## Planned Features
50
57
51
- - Dark theme
58
+ - Tree styled tabs
52
59
53
60
## 👉 👉 [ Release Notes and Change log] ( /CHANGELOG.md )
54
61
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vertical-tabs-chrome-extension" ,
3
- "version" : " 1.3 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " A chrome extension that presents your tabs vertically." ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export class Frame extends Component {
70
70
isMinimized : true , // default is minimized,
71
71
72
72
isDragging : false ,
73
- width : 280 ,
73
+ width : 320 ,
74
74
height : '100%' ,
75
75
} ;
76
76
You can’t perform that action at this time.
0 commit comments