blob: a28ab34515c9dfea40b782375ed8046ef97e80a7 (
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
|
CHANGELOG
=========
v0.0.4 (2021-07-17):
Fixes:
* Update the click event for the "More Info" button to prevent <i> from
opening the info modal in a new page following a recent site update.
v0.0.3 (2021-03-19):
Additions:
* Add <h> and <l> bindings to paginate left and right on the currently
hovered row.
Fixes:
* Update the click event for the "More Info" button to get <i> working again
following a recent site update.
v0.0.2 (2021-02-20):
Fixes:
* Update CSS selector for close button to get <Escape> working again
following recent DOM change.
v0.0.1 (2020-10-03):
First public release.
vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
|