File: ChangeLog

package info (click to toggle)
nudoku 2.1.0-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 1,159; makefile: 24
file content (62 lines) | stat: -rw-r--r-- 1,798 bytes parent folder | download | duplicates (2)
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
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