summaryrefslogtreecommitdiff
path: root/HISTORY
blob: 128888648d8dc7a3a8735b2275a142c0450e2362 (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
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).

2008-03-22: Version 0.2.0

- 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.
- Added setup to commands menu.
- Fixed height of info window for spanish text.
- Updated German language texts.
- Added Italian language texts (thanks to Diego Pierotto).
- Margined output of text into the info window.

2008-04-06: Version 0.2.1

- Fixed crash after exit command (thanks to Ville Skyttä for reporting this).
- Updated Finnish language texts (thanks to Ville Skyttä).
- Updated Italian language texts (thanks to Diego Pierotto).
- Set default values for "Show possible numbers as pattern/digits" to No,
  because of problems with DXR3 (thanks to Ville Skyttä for reporting this).

2008-07-27: Version 0.3.0

- Added history function.
- Added setup options to configure red, green and yellow key.
- Changed default commands for red, green and yellow key: mark, undo and redo.
- Added setup options to configure fonts (VDR >= 1.5.4).
- Updated German language texts.
- Added French language texts (thanks to Patrice Staudt).