blob: f020f0d0e8a1a356eb013a1051ebcfe3303c83ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
CHANGELOG
=========
0.3.1 (2017.12.20):
* Fix bug that prevented installation on Windows as a result of the
pre-configured keyboard shortcut
0.3.0 (2017.03.06):
* Add a keyboard shortcut to download the file
0.2.0 (2015.02.15):
* Add an option to change the downloaded filename prefix
* README: update installation instructions
* Clean up a couple lines in the code that didn't make sense
0.1.3 (2015.02.15):
* Fix error calling `.value` on null `textarea`
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
|