Skip to content

Commit

Permalink
v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Aug 6, 2017
1 parent 45f59c1 commit 5c1e1cb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

### v0.8.4, 2017-08-06
* added: add toolbar button to toggle sidebar
* added: hidden experiment add-on flag
* enforce debugging, hidden settings and experiment flag to true for Firefox Nightly
* enforce debugging and hidden settings for Firefox Beta
* internal: continue rewriting add-on as a WebExtension (#13)
* manage hotkey by WebExtension
* manage window events by WebExtension
* implement correct sorting of tabs - keep it dynamically up to date on tab moves
* implement tab toolbar with a new tab button
* make it possible to place it at top, bottom and hide it completely (#57)
* create new tab by clicking on free space within the tab browser (#17)
* scroll selected tabs automatically into view


***


### v0.8.3.1, 2017-05-21
* fixed: fallback to default settings when no values saved by user (#86)
* fixed: potential endless spamming in the console
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"engines":
{
"firefox": "54.0a1 - 56.0"
"firefox": "55.0a1 - 57.0a1"
},
"hasEmbeddedWebExtension": true
}
2 changes: 1 addition & 1 deletion webextension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Vertical Tabs Reloaded",
"short_name": "VTR",
"description": "This Firefox add-on arranges tabs in a vertical rather than horizontal fashion.",
"version": "0.8.4-alpha",
"version": "0.8.4",
"manifest_version": 2,
"author": "Michael 'Croydon' Keck",
"developer":
Expand Down

0 comments on commit 5c1e1cb

Please sign in to comment.