File: changelog

package info (click to toggle)
salliere 0.10-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 812 kB
  • sloc: java: 4,086; makefile: 131; sh: 52
file content (102 lines) | stat: -rw-r--r-- 2,821 bytes parent folder | download | duplicates (4)
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Version 0.10:
	
	* Fix Neuberging boards which weren't played as many times
	* Fix NPE with nonexistent pairs
	* Fix Individual scorecards
	* Fix Local-pointing with everyone getting points
	* Make PDF output tables bigger
	* Fix ECATS for individuals

Version 0.9:

	* Rewrite everything with Java generics to remove all the warnings
	* Add split-tie procedures (only works for 2-way split-tie in
	  all-play-all pairs or individual events)
	* Add different master point scales, now copes with:
		- club/district/county/regional/national scales
		- 12+ boards not just 18-35
		- quali-final scales

Version 0.8:
	
	* Fix LP allocation with odd number of pairs
	* Add personal score card generation
	* Fix MP calculations with AV-/+

Version 0.7.1:

	* Patch to build with itext 2.x

Version 0.7:

	* Support any number of names (currently only in cmd line).
	  Supersedes individual support
	* Add leaderboard binary for creating leaderboard/results pages
	* Add html-fragment output
	* Add csv output
	* Add teams of (4 or 8) scoring
	* Update manual page

Version 0.6:

	* Add handicap support
	* Add ECATS upload support

Version 0.5.2:

	* Fix translation keys
	* add ecl2salliere script

Version 0.5.1:

	* Move installation directories around, 
	  only install into $PREFIX/share/salliere/

Version 0.5:

	* Support XIMP as well as Matchpointing
	* Support for individuals (currently only in cmd line)
	* Support for imping against par
	* Correct masterpoint awards
	* Open all file choosers in dir of last file operation
	* Fix display of redoubled contracts

Version 0.4:

	* Support averages
	* Support assigned/ajusted/split scores
	* forcing score supported in GSalliere

Version 0.3:

	* Support b33r card
	* board ordering knows about sections and vulnerabilities
	* --setsize parameter to check sets of n boards per round for matching 
	  pair numbers
	* output hands within boards sorted by NS pair number (Suggested by
	  Carrie Oliver <cho21 -at- cam -dot- ac -dot- uk>)
	* gsalliere graphical frontend
	* get version from jar
	* add itext to INSTALL info
	* don't write files when they weren't modified
	* check that only NSEW can be declarer
	* don't add class-path on debug when it's disabled
	* output a space not a 0 in the matrix when a pair didn't play that board
	  (Suggested by Ralph Owen <rho21 -at- cam -dot- ac -dot- uk)
	* better average support

Version 0.2:

	* Only divide by the number of boards played for percentages, not all of 
	  them (Spotted by Elizabeth Roberts <ehr24 -at- cam -dot- ac -dot- uk>)
	* Output to file and output in HTML and PDF formats.
	* Calculate LP/OPs
	* Support section numbering for boards
	* Support vulnerability overriding
	* Support passouts
	* Pass through averages without scoring
	* Assorted bug fixes

Version 0.1:

	* Initial release of salliere