-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGELOG
49 lines (28 loc) · 895 Bytes
/
CHANGELOG
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
39
40
41
42
43
44
45
46
47
48
49
# [0.5.3] : 2024-11-27
* Improve the qxw reader
# [0.5.2] : 2022-02-20
* Add settings for using the PNG writer as a library
* Minor fix for exolve reader plugin
# [0.5.1] : 2022-02-04
* Minor fix for CSV reader plugin
# [0.5.0] : 2021-10-03
* Add an exolve reader
* Add a png thumbnail generator
* Update to ruby 3.0, add webrick gem dependency
# [0.4.1] : 2019-08-25
* Minor fixes for reddit and exolve plugins
# [0.4.0] : 2019-07-13
* Add descriptions for plugins
* Add an exolve output plugin
# [0.3.1] : 2016-03-18
* Add a qxw grid reader.
Since qxw doesn't have clue entry, answers from the grid are used as
placeholder clues.
# [0.3.0] : 2016-03-10
* Add a reddit input plugin
* Support empty grids in acrosslite output
# [0.2.0] : 2016-03-08
* Add a web frontend.
# [0.1.0] : 2016-01-09
* Initial gem package.
* Working plugin mechanism and commandline frontend.