blob: 9813ef0c820eed8f45a0929203b23bd975d54fc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
CHANGELOG
=========
0.1.2 (2014.06.22):
* Fix bug where single quotes in page titles weren't escaped globally for
YAML export
0.1.1 (2014.06.22):
* Fix bug in Chrome 35+ where the downloaded file has name `download.txt`
instead of the proper generated filename specified by the extension
0.1.0 (2014.03.30):
* Change output for text format
* Change fonts and other cosmetic changes
* Add support for mutiple output formats (text, YAML, & HTML)
* Add an options page for setting extension preferences
* Add support for file download when the browser_action button is clicked
* Add icons
0.0.1 (2014.03.25):
* Initial beta. Opens a tab on click of browser_action that contains a
textarea filled with the URLs of all tabs
|