Skip to content

Commit 767a004

Browse files
committed
update readme for v1.8.0
1 parent f5ddb31 commit 767a004

File tree

7 files changed

+73
-4
lines changed

7 files changed

+73
-4
lines changed

CHANGELOG.md

Lines changed: 65 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,37 @@ All notable changes to this project will be documented in this file.
1212

1313
# v1.x (official releases)
1414

15+
Please provide valuable feedback by:
16+
17+
- Creating a [new issue](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/new)
18+
- Filling out this [Google form](https://forms.gle/YiUg8xeEUD6f1JqM6)
19+
20+
### [1.8.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.8.0) (2020-04-05 #StayingAtHome #TogetherWeBeatCOVID19)
21+
22+
#### New Features
23+
24+
- Automatically show/hide sidebar ([#27](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/27)):
25+
26+
<img src="preview/repo/auto-show-hide-feature-new-feature.png" width="250"/>
27+
28+
- Refreshed "Update Notice":
29+
30+
<img src="preview/repo/update-notice-v2.png" width="400"/>
31+
32+
#### Other
33+
34+
- Updated development dependencies
35+
- Bug fixes and improvements
36+
37+
<br/>
38+
1539
### [1.7.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.7.1) (2020-01-24 Lunar New Year Eve!)
1640

1741
- Optimize dark mode implementation.
1842
- Add version number in **Settings**.
1943

44+
<br/>
45+
2046
### [1.7.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.7.0) (2020-01-23)
2147

2248
- Added **Copy Tab URL** feature in the context menu as suggested in [#24](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/24).
@@ -25,51 +51,71 @@ All notable changes to this project will be documented in this file.
2551

2652
<img src="preview/repo/context-menu-with-icons.png" width="120"/>
2753

54+
<br/>
55+
2856
### [1.6.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.6.1) (2020-01-19)
2957

3058
- Fixed [#23](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/23) by removing `iframe-background.gif` after load.
3159

60+
<br/>
61+
3262
### [1.6.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.6.0) (2020-01-06)
3363

3464
- **Mute** tabs with a single click.
3565
- Fixed a bug regarding the context menu
3666

67+
<br/>
68+
3769
### [1.5.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.5.1) (2019-12-29)
3870

3971
- Fixed a bug where the `new URL()` API returns invalid.
4072
- Removed redundant code on search bar auto focus.
4173

74+
<br/>
75+
4276
### [1.5.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.5.0) (2019-12-26)
4377

4478
- Dark theme support! 🕶️🕶️🕶️
4579

4680
<img src="preview/repo/dark-mode.png" width="300"/>
4781

82+
<br/>
83+
4884
### [1.2.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.2.1) (2019-12-01)
4985

5086
- Remove `AutoFocus` feature.
5187
- Updated dependencies.
5288

89+
<br/>
90+
5391
### [1.2.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.2.0) (2019-09-01)
5492

5593
- Prompt users to refresh pages after the extension got updated to a newer version.
5694

5795
<img src="preview/repo/update-notice.png" width="300"/>
5896

97+
<br/>
98+
5999
### [1.1.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.1.0) (2019-09-01)
60100

61101
- Support pinning/unpinning tabs in the context menu
62102
- Visual indication for pinned tabs
63103

104+
<br/>
105+
64106
### [1.0.2](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.2) (2019-08-27)
65107

66108
- Fixed a bug where settings could go out of sync across tabs
67109
- Added a tip for using `Command + E` (`Ctrl + E` on PCs) to toggle the sidebar
68110

111+
<br/>
112+
69113
### [1.0.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.1) (2019-08-22)
70114

71115
- Updated dependencies
72116

117+
<br/>
118+
73119
### [1.0.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.0) (2019-08-21)
74120

75121
#### Official release! 🎆🎆🎆🔥🔥🔥❤❤❤
@@ -82,54 +128,70 @@ All notable changes to this project will be documented in this file.
82128

83129
<img src="./preview/repo/settings-popover.png" alt="settings" width="250" />
84130

131+
<br/>
132+
133+
<br/>
134+
85135
# v0.x (preview releases)
86136

87137
### [0.4.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.4.1) (2019-08-19)
88138

89139
- Fixed a bug where long press could trigger the context menu.
90140

141+
<br/>
142+
91143
### [0.4.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.4.0) (2019-08-12)
92144

93-
#### New Features:
145+
#### New Features
94146

95147
- Context menus.
96148
- Added (re)loading indicator.
97149
- Added new keyboard shortcut: `Ctrl/Command + E`.
98150

99-
#### Bug fixes:
151+
#### Bug fixes
100152

101153
- Fixed a browser icon bug.
102154
- Autofocuses on the search box once sidebar opens.
103155

156+
<br/>
157+
104158
### [0.3.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.3.0) (2019-08-07)
105159

106160
- Search and filter tabs.
107161

108162
<img src="./preview/repo/filter-tabs.gif" alt="filter tabs" width="250" />
109163

164+
<br/>
165+
110166
### [0.2.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.2.0) (2019-08-07)
111167

112168
- Drag and Drop to reorder the tabs.
113169

114170
![dnd tabs](./preview/repo/dnd-tabs.gif)
115171

172+
<br/>
173+
116174
### [0.1.2](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.1.2) (2019-08-05)
117175

118176
- Sync the scroll position of the sidebar across all tabs.
119177
- Fixed a bug where tab highlights won't clear after the cursor leaves the tab.
120178
- Higher favicon resolution.
121179
- Fixed an issue where the extension icon was not properly updated upon first installation.
122180

181+
<br/>
182+
123183
### [0.1.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.1.1) (2019-07-31)
124184

125185
- Minor styling fixes.
126186
- Display the reload button on hover.
127187

188+
<br/>
189+
128190
### [0.1.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.1.0) (2019-07-27)
129191

130192
#### Initial Release! 🎆🔥❤
131193

132-
- **Basic Feature:**
194+
- **Basic Feature**
133195
- Display tabs vertically in a sidebar on web pages.
134196
- Tabs are displayed with the same style as Google Chrome.
135197
- Toggle the sidebar by clicking on the extension icon.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@
2626

2727
---
2828

29+
Please provide valuable feedback by:
30+
31+
- Creating a [new issue](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/new)
32+
- Filling out this [Google form](https://forms.gle/YiUg8xeEUD6f1JqM6)
33+
34+
---
35+
2936
**Dark theme support is here 🕶️🕶️🕶️**
3037

3138
<img src="preview/repo/dark-mode.png" width="300"/>
@@ -44,6 +51,7 @@ Youtube Preview Link: [https://youtu.be/BcpD38IjY6A](https://youtu.be/BcpD38IjY6
4451

4552
## Features
4653

54+
- Auto show/hide sidebar.
4755
- Dark theme support.
4856
- Display tabs vertically in a sidebar on web pages.
4957
- Tabs are displayed with the same style as Google Chrome.
68.1 KB
Loading
72.8 KB
Loading

preview/repo/new-icon.png

2.67 KB
Loading

preview/repo/update-notice-v2.png

33.4 KB
Loading

src/pages/Sidebar/containers/Title/Title.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class Title extends Component {
6666

6767
chrome.storage.sync.get(['autoShowHideDelay'], (result) => {
6868
if (result.autoShowHideDelay !== undefined) {
69-
console.log(result.autoShowHideDelay);
7069
this.setState({
7170
settingAutoShowHideDelay: result.autoShowHideDelay,
7271
});

0 commit comments

Comments
 (0)