-
Notifications
You must be signed in to change notification settings - Fork 58
/
ChangeLog
83 lines (70 loc) · 2.35 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
4.0.1 to 5.0.0 (2024-08-27)
* Add Ukrainian translation (pr #62)
* Don't create ambiguous games (#50, pr #63)
* Allow to pause game (#47, pr #65)
4.0.0 to 4.0.1 (2024-05-06)
* Add macOS CI (pr #60)
* Fix variable scope (pr #59)
* Fix typo in Changelog
3.0.0 to 4.0.0 (2024-04-28)
* Add Turkish translation (pr #57)
* Add undo feature (pr #58)
2.1.0 to 3.0.0 (2023-12-21)
* Fix build failure with ncurses 6.3
* Add call to PKG_PROG_PKG_CONFIG and pkg-check ncurses libs #46
* Fix build with musl
* Add highlighting of user input #56
* Fix toggling marks removing solution #51
2.0.0 to 2.1.0 (2020-11-20)
* Use actual terminal background color (instead of black) as background
color (pr #31)
* Define minimum gettext version instead of exact one (pr #32)
* Require gettext 0.20
* Add Japanese translation (pr #40)
* Minor code change
1.0.0 to 2.0.0 (2019-07-30)
* Translation support
* Added translations for:
- Spanish
- German
- Russian
* Refactoring and code cleanup
* Add color difference between provided numbers and the ones entered by the
user
* Output sudoku PDFs (-p/-n option)
* Output sudoku PNG (-i option)
* Fix duplicate fields in sudoku generation (pr #28)
0.2.5 to 1.0.0 (2018-04-19)
* Add 'mark' command to highlight the currently selected number in all othre
cells. Thanks to James Warnock.
* Redesign commands display.
* Display how many hints a person used when the puzzle is solved.
* Update maintainer email and man page.
* Code cleanup
0.2.4 to 0.2.5 (2016-06-07)
* Fix manpage warning section-mismatch (issue #5)
0.2.3 to 0.2.4 (2015-08-26)
* Handle automatic resize requests
* Document deletion of number (x key)
* Provide stream example to man page
* Fix array acces in validity check (issue #4)
0.2.2 to 0.2.3 (2015-08-21)
* Clean up validity checker
* Move manpage to its own directory
* Add manpages to `make dist`
* Update autoconf files
* Clean up headers
* Make local functions static
0.2.1 to 0.2.2 (2015-08-19)
* Add manpage
* User can provide sudokus of hiw own (-s option)
* Major code cleanup
* Provide hints (H key)
* Improve feedback fro 'check' with which the user validates his inputs (c
key)
0.2.0 to 0.2.1 (2015-02-11)
* Fix autoconf
0.1 to 0.2.0 (2015-02-07)
* Fix removing of inserted numbers
0.1 (2015-02-03)
* nudoku is born