blob: bc8048e635bfc0135510cf89cf90e62a04a97563 (
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
 | CHANGELOG
=========
v0.1.1 (2021-09-21):
	Fixes:
	* Remove the extension reload keyboard shortcut in Chrome, as it isn't
	  necessary in Chrome and caused a load error.
v0.1.0 (2021-09-16):
	Additions:
	* Support wildcard CSS files to apply styles to all domains under a
	  wildcard.
	* Reload the extension with a keyboard shortcut (by default C-M-l).
	Changes:
	* Remove unnecessary `activeTab` permission.
v0.0.1 (2018-10-06):
	First public release.
 vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
 |