-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
148 lines (101 loc) · 4.78 KB
/
ChangeLog
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
tenace (0.16) upstream; urgency=medium
* Update to dds 2.9.0, remove our dds copy, remove gnulib physmem module.
* Fix handling of board numbers in menu callback.
-- Christoph Berg <myon@debian.org> Sun, 23 Sep 2018 15:04:09 +0200
tenace (0.15) upstream; urgency=medium
* Adapt glib-genmarshal call to new syntax.
-- Christoph Berg <myon@debian.org> Mon, 21 Aug 2017 20:04:11 +0200
tenace (0.14) upstream; urgency=medium
* Correctly read lin files starting with qx||.
* Various minor build system and gtk compatibility tweaks.
* Add desktop menu and icon.
-- Christoph Berg <myon@debian.org> Sun, 12 Jun 2016 15:40:13 +0200
tenace (0.13) upstream; urgency=low
* Support reading compressed svg files (.svgz).
* Explicitely link with -lm.
* On startup, show a random deal if no file is loaded.
* Set dealer and vulnerability correctly on new boards.
-- Christoph Berg <myon@debian.org> Fri, 04 Oct 2013 22:02:06 +0200
tenace (0.12) upstream; urgency=low
* Build system updates; fix building with --as-needed.
* Add /usr/share/aisleriot/cards/{bonded,paris}.svg and
/usr/share/gnome-games-common/cards/gnomangelo_bitmap.svg to list of
default svg files.
* Initialize win->svg correctly.
* handdisplay: include glib.h directly.
-- Christoph Berg <myon@debian.org> Tue, 03 Apr 2012 22:34:27 +0200
tenace (0.11) upstream; urgency=low
* "Open in web" shows the current deal on
http://www.bridgebase.com/tools/handviewer.html. Suggested by Christos
Trochalakis.
* Import dds 2.0.1.
* Show dds version number in about dialog.
* Port to CalcDDtable (using openmp in libdds).
-- Christoph Berg <myon@debian.org> Thu, 10 Feb 2011 00:24:10 +0100
tenace (0.10) upstream; urgency=low
* Yet another GUI change, now using GtkBuilder.
* Port to dds 2.0:
+ Use gnulib to import "nproc".
+ Use threads to parallelize parscore computation.
-- Christoph Berg <myon@debian.org> Sun, 25 Apr 2010 01:04:24 +0200
tenace (0.9) upstream; urgency=low
* Code ported to Windows for compiling with mingw32.
-- Christoph Berg <myon@debian.org> Sun, 09 Aug 2009 21:46:31 +0200
tenace (0.8) upstream; urgency=low
* Implement printing, including "magic card" labels.
* Some lin parser improvements to rudimentarily parse BM2000 data.
* Include dds copy in our source to facilitate compilation on systems not
providing libdds.a.
* New example: triple-coup.lin.
* GUI uses libglade.
-- Christoph Berg <myon@debian.org> Sat, 24 Jan 2009 20:51:51 +0100
tenace (0.7) upstream; urgency=low
* Use the currently loaded file for greying out already played cards, this
looks nicer, and fixes the fact that grey.svg was not looked for in
--prefix. Thanks to Mark Voorhies for spotting.
* Add contrib/bonded.svg for convenience.
* Board list can be reordered via the options menu.
-- Christoph Berg <myon@debian.org> Mon, 24 Mar 2008 23:50:38 +0100
tenace (0.6) upstream; urgency=low
* Solver:
+ Always use dealt cards for parscore computation.
+ Parscore computation was broken when S makes more tricks than N.
* UI:
+ Move fast forward/rewind to menu, make to buttons go one trick
forward/backward, and generally reorder menu.
+ Support dragging to/from card window.
+ Implement options window and read/write ~/.config/tenacerc as keyfile.
+ Card filename and rendering size are now configurable.
+ Sort recently used files by time.
* Hand widget: Start dragging manually to prevent dragging 'x' and empty
cards.
* Examples: Add squeeze.lin.
-- Christoph Berg <myon@debian.org> Sun, 16 Mar 2008 00:11:54 +0100
tenace (0.5) upstream; urgency=low
* Use GTK_CHECK_VERSION to disable parts that require Gtk 2.10
(recently used menu) and 2.12 (tooltips for alert explanations).
-- Christoph Berg <myon@debian.org> Sat, 09 Feb 2008 00:50:11 +0100
tenace (0.4) upstream; urgency=low
* File handling:
+ EW vuln was parsed incorrectly; 0 is also none.
+ Fix parsing of tournament records.
+ Store number of claimed tricks.
+ Implement saving of multiple boards.
+ Add recently-used handling and filters.
* Hand display:
+ Nicely shaped cards in table display.
* Bidding:
+ Fix "make bids for current contract".
* Add README and require gtk+ 2.12.
* Translations: de.
-- Christoph Berg <myon@debian.org> Thu, 07 Feb 2008 00:12:15 +0100
tenace (0.3) upstream; urgency=low
* Initial public release.
-- Christoph Berg <myon@debian.org> Sun, 06 Jan 2008 22:28:27 +0100
tenace (0.2) upstream; urgency=low
* New snapshot.
-- Christoph Berg <myon@debian.org> Wed, 28 Nov 2007 20:25:04 +0100
tenace (0.1) upstream; urgency=low
* Initial release.
* Some bits of Bridge math in bridge.c were already written in 2005.
-- Christoph Berg <myon@debian.org> Sat, 16 Jun 2007 14:54:27 +0200