blob: 584562de50db0921c0fbe4920cbf98e09c031f01 (
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.0.4 (2023-11-10):
Changes:
* Print an error message if the input regex does not match any extensions
instead of a Python runtime error.
v0.0.3 (2023-08-08):
Fixes:
* Correct an out of bounds error on `item_statuses` causing the program to
crash for certain inputs.
v0.0.2 (2023-05-15):
Fixes:
* Add new not authenticated check.
v0.0.1 (2022-06-25):
First public release.
vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
|