Skip to content

Commit

Permalink
update readme for v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lxieyang committed Aug 21, 2019
1 parent c9a10e5 commit 16fc77c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 9 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,22 @@

All notable changes to this project will be documented in this file.

# v0.x
# v1.x (official releases)

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

#### Official release! 🎆🎆🎆🔥🔥🔥❤❤❤

- Added a settings menu where you could customize:

- whether to put the sidebar on the **left** or the **right** side of the browser window
- whether to have the sidebar squeeze the webpage you're viewing when it opens
- whether to display the tab titles in full or truncated (in one line, overflow hidden)

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


# v0.x (preview releases)

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

Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,24 @@ Youtube Preview Link: [https://youtu.be/BcpD38IjY6A](https://youtu.be/BcpD38IjY6

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

<img src="./preview/repo/filter-tabs.gif" alt="filter tabs" width="250" />
<img src="./preview/repo/filter-tabs.gif" alt="filter tabs" width="250" /> &nbsp; <img src="./preview/repo/settings-popover.png" alt="settings" width="250" />

---

## Features

- Display tabs vertically in a sidebar on web pages.
- Tabs are displayed with the same style as Google Chrome.
- Drag and Drop to reorder tabs. **_NEW in v0.2.0!_**
- Search and filter tabs. **_NEW in v0.3.0!_**
- Context menu on tabs. **_NEW in v0.4.0!_**
- Drag and Drop to reorder tabs.
- Search and filter tabs.
- Context menu on tabs.
- Toggle the sidebar by clicking on the extension icon.
- Toggle the sidebar using the keyboard shortcut: `Ctrl` + `` ` `` or `Ctrl` + `Esc` or `Cmd` + `Esc` or `Opt` + `Esc` or `Alt` + `Esc`
- Toggle the sidebar using the keyboard shortcut: **`Cmd + E`** (**`Ctrl + E`** on PC) ~~or `Ctrl` + `` ` `` or `Ctrl` + `Esc` or `Cmd` + `Esc` or `Opt` + `Esc` or `Alt` + `Esc`~~
- Using keyboard shortcuts are recommended once you formed the corresponding muscle memory.
- The sidebar is resizable.
- The sidebar is resizable, and can be put on either the left or right of the browser window.

## Planned Features

- Place the sidebar on either the left or the right side of the browser window
- Dark theme

## 👉 👉 [Release Notes and Change log](/CHANGELOG.md)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vertical-tabs-chrome-extension",
"version": "1.0.1",
"version": "1.0.0",
"description": "A chrome extension that presents your tabs vertically.",
"license": "MIT",
"repository": {
Expand Down
Binary file added preview/repo/settings-popover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16fc77c

Please sign in to comment.