diff --git a/CHANGELOG.md b/CHANGELOG.md
index 31bcdee..aa454ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,11 +12,37 @@ All notable changes to this project will be documented in this file.
# v1.x (official releases)
+Please provide valuable feedback by:
+
+- Creating a [new issue](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/new)
+- Filling out this [Google form](https://forms.gle/YiUg8xeEUD6f1JqM6)
+
+### [1.8.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.8.0) (2020-04-05 #StayingAtHome #TogetherWeBeatCOVID19)
+
+#### New Features
+
+- Automatically show/hide sidebar ([#27](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/27)):
+
+
+
+- Refreshed "Update Notice":
+
+
+
+#### Other
+
+- Updated development dependencies
+- Bug fixes and improvements
+
+
+
### [1.7.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.7.1) (2020-01-24 Lunar New Year Eve!)
- Optimize dark mode implementation.
- Add version number in **Settings**.
+
+
### [1.7.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.7.0) (2020-01-23)
- 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.
+
+
### [1.6.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.6.1) (2020-01-19)
- Fixed [#23](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/23) by removing `iframe-background.gif` after load.
+
+
### [1.6.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.6.0) (2020-01-06)
- **Mute** tabs with a single click.
- Fixed a bug regarding the context menu
+
+
### [1.5.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.5.1) (2019-12-29)
- Fixed a bug where the `new URL()` API returns invalid.
- Removed redundant code on search bar auto focus.
+
+
### [1.5.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.5.0) (2019-12-26)
- Dark theme support! 🕶️🕶️🕶️
+
+
### [1.2.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.2.1) (2019-12-01)
- Remove `AutoFocus` feature.
- Updated dependencies.
+
+
### [1.2.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.2.0) (2019-09-01)
- Prompt users to refresh pages after the extension got updated to a newer version.
+
+
### [1.1.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.1.0) (2019-09-01)
- Support pinning/unpinning tabs in the context menu
- Visual indication for pinned tabs
+
+
### [1.0.2](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.2) (2019-08-27)
- Fixed a bug where settings could go out of sync across tabs
- Added a tip for using `Command + E` (`Ctrl + E` on PCs) to toggle the sidebar
+
+
### [1.0.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.1) (2019-08-22)
- Updated dependencies
+
+
### [1.0.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.0) (2019-08-21)
#### Official release! 🎆🎆🎆🔥🔥🔥❤❤❤
@@ -82,37 +128,49 @@ All notable changes to this project will be documented in this file.
+
+
+
+
# v0.x (preview releases)
### [0.4.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.4.1) (2019-08-19)
- Fixed a bug where long press could trigger the context menu.
+
+
### [0.4.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.4.0) (2019-08-12)
-#### New Features:
+#### New Features
- Context menus.
- Added (re)loading indicator.
- Added new keyboard shortcut: `Ctrl/Command + E`.
-#### Bug fixes:
+#### Bug fixes
- Fixed a browser icon bug.
- Autofocuses on the search box once sidebar opens.
+
+
### [0.3.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.3.0) (2019-08-07)
- Search and filter tabs.
+
+
### [0.2.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.2.0) (2019-08-07)
- Drag and Drop to reorder the tabs.
![dnd tabs](./preview/repo/dnd-tabs.gif)
+
+
### [0.1.2](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.1.2) (2019-08-05)
- Sync the scroll position of the sidebar across all tabs.
@@ -120,16 +178,20 @@ All notable changes to this project will be documented in this file.
- Higher favicon resolution.
- Fixed an issue where the extension icon was not properly updated upon first installation.
+
+
### [0.1.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.1.1) (2019-07-31)
- Minor styling fixes.
- Display the reload button on hover.
+
+
### [0.1.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.1.0) (2019-07-27)
#### Initial Release! 🎆🔥❤
-- **Basic Feature:**
+- **Basic Feature**
- Display tabs vertically in a sidebar on web pages.
- Tabs are displayed with the same style as Google Chrome.
- Toggle the sidebar by clicking on the extension icon.
diff --git a/README.md b/README.md
index 9bbf09f..964b678 100755
--- a/README.md
+++ b/README.md
@@ -26,6 +26,13 @@
---
+Please provide valuable feedback by:
+
+- Creating a [new issue](https://github.com/lxieyang/vertical-tabs-chrome-extension/issues/new)
+- Filling out this [Google form](https://forms.gle/YiUg8xeEUD6f1JqM6)
+
+---
+
**Dark theme support is here 🕶️🕶️🕶️**
@@ -44,6 +51,7 @@ Youtube Preview Link: [https://youtu.be/BcpD38IjY6A](https://youtu.be/BcpD38IjY6
## Features
+- Auto show/hide sidebar.
- Dark theme support.
- Display tabs vertically in a sidebar on web pages.
- Tabs are displayed with the same style as Google Chrome.
diff --git a/preview/repo/auto-show-hide-feature-new-feature.png b/preview/repo/auto-show-hide-feature-new-feature.png
new file mode 100644
index 0000000..ba7697d
Binary files /dev/null and b/preview/repo/auto-show-hide-feature-new-feature.png differ
diff --git a/preview/repo/auto-show-hide-feature.png b/preview/repo/auto-show-hide-feature.png
new file mode 100644
index 0000000..614a109
Binary files /dev/null and b/preview/repo/auto-show-hide-feature.png differ
diff --git a/preview/repo/new-icon.png b/preview/repo/new-icon.png
new file mode 100644
index 0000000..11aae44
Binary files /dev/null and b/preview/repo/new-icon.png differ
diff --git a/preview/repo/update-notice-v2.png b/preview/repo/update-notice-v2.png
new file mode 100644
index 0000000..1f2319e
Binary files /dev/null and b/preview/repo/update-notice-v2.png differ
diff --git a/src/pages/Sidebar/containers/Title/Title.jsx b/src/pages/Sidebar/containers/Title/Title.jsx
index 9086359..fd49ed6 100644
--- a/src/pages/Sidebar/containers/Title/Title.jsx
+++ b/src/pages/Sidebar/containers/Title/Title.jsx
@@ -66,7 +66,6 @@ class Title extends Component {
chrome.storage.sync.get(['autoShowHideDelay'], (result) => {
if (result.autoShowHideDelay !== undefined) {
- console.log(result.autoShowHideDelay);
this.setState({
settingAutoShowHideDelay: result.autoShowHideDelay,
});