-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES
37 lines (26 loc) · 875 Bytes
/
CHANGES
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
2024-09-11 dobuts-6
* make strength clamping actually work
* document new strength clamping
* print usage help on wrong usage
* update translations
2023-02-20 dobutsu-5
* fix bad error message when given wrong argument to -c
* clamp strength to 700 to avoid floating point overflow
2022-10-18 dobutsu-4
* add English localisation file
* fix various typographic errors
2022-01-20 dobutsu-3
* remove bundled xz code and replace with liblzma
* internationalise the code and depend on libintl
* add German translation
* add Latvian translation due to Davids Paškevics
* default to pkg-config for dependency detection
2021-01-16 dobutsu-2
* new command "show setup"
* readline/libedit support
* fix command "strength" and make option -c work
* locale support
* improved build scripts
* improved documentation
2017-02-12 dobutsu-1
* initial release