Skip to content

Commit

Permalink
update readme for v1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxieyang committed Apr 5, 2020
1 parent f5ddb31 commit 767a004
Show file tree
Hide file tree
Showing 7 changed files with 73 additions and 4 deletions.
68 changes: 65 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)):

<img src="preview/repo/auto-show-hide-feature-new-feature.png" width="250"/>

- Refreshed "Update Notice":

<img src="preview/repo/update-notice-v2.png" width="400"/>

#### Other

- Updated development dependencies
- Bug fixes and improvements

<br/>

### [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**.

<br/>

### [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).
Expand All @@ -25,51 +51,71 @@ All notable changes to this project will be documented in this file.

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

<br/>

### [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.

<br/>

### [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

<br/>

### [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.

<br/>

### [1.5.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.5.0) (2019-12-26)

- Dark theme support! 🕶️🕶️🕶️

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

<br/>

### [1.2.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.2.1) (2019-12-01)

- Remove `AutoFocus` feature.
- Updated dependencies.

<br/>

### [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.

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

<br/>

### [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

<br/>

### [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

<br/>

### [1.0.1](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.1) (2019-08-22)

- Updated dependencies

<br/>

### [1.0.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v1.0.0) (2019-08-21)

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

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

<br/>

<br/>

# 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.

<br/>

### [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.

<br/>

### [0.3.0](https://github.com/lxieyang/vertical-tabs-chrome-extension/releases/tag/v0.3.0) (2019-08-07)

- Search and filter tabs.

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

<br/>

### [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)

<br/>

### [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.
- Fixed a bug where tab highlights won't clear after the cursor leaves the tab.
- Higher favicon resolution.
- Fixed an issue where the extension icon was not properly updated upon first installation.

<br/>

### [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.

<br/>

### [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.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 🕶️🕶️🕶️**

<img src="preview/repo/dark-mode.png" width="300"/>
Expand All @@ -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.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/repo/auto-show-hide-feature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/repo/new-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added preview/repo/update-notice-v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/pages/Sidebar/containers/Title/Title.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit 767a004

Please sign in to comment.