blob: 93347bfc2a5e4bb7f4af23e23adf96ef843dbe74 (
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
|
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).
|