blob: a69edb30598707fb598010a3ae3ccf7636242abf (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
VDR plug-in 'Sudoku' Revision History
-------------------------------------
2005-10-28: Version 0.1.0
- Initial revision.
2005-11-04: Version 0.1.1
- Fixed compiler warnings with gcc-4.0 (thanks to Ville Skyttä for reporting
this).
- Added Finnish language texts (thanks to Ville Skyttä).
- Added setup option whether or not all cells are unmarked when the puzzle is
reset.
2006-04-25: Version 0.1.2
- Removed compatibility to VDR < 1.3.47.
- Added support for APIVERSION define in Makefile.
- Added placeholders for Czech language texts - hoping for real language texts.
2007-02-23: Version 0.1.3
- Added Spanish language texts (thanks to bittor from open7x0.org).
____-__-__: Version _._._
- Added gettext support (VDR >= 1.5.7).
- Fixed compiler warnings with gcc-4.1.2.
- Updated FSF address in the license information.
- Improved copyright and license information in the header of all source files.
- Fixed (un)marking the cell on the bottom right.
- Show possible numbers as pattern.
- Show possible numbers as digits (VDR >= 1.5.4).
- Paint numbers with a larger font (VDR >= 1.5.4).
- Changed the background color of marked cells to darkgreen.
- Added commands menu.
- Added commands to load and save puzzles from/to the sudoku-list file.
|