-
Notifications
You must be signed in to change notification settings - Fork 2
/
changelog
67 lines (41 loc) · 2.15 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
solkit (1.0.1) unstable; urgency=medium
* Fixed "Russian solitaire" rules
-- Vladimir Markelov <[email protected]> Sun, 10 Jan 2021 22:09:28 -0800
solkit (1.0.0) unstable; urgency=medium
* New rule for first foundation card 'random'(aliases are first and column):
to set first foundation card a random one(i.e, first card of first column)
* New rule for suit order: any except the same suit
* New option for foundation: initial card, to make foundation pile prefilled
* Solkit tracks time spent on each solitaire and displays the total time in
solitaire list dialog
* Fixed bug with free cells: they can hold up to one card only
* 19 new solitaires (26 in total)
-- Vladimir Markelov <[email protected]> Sun, 10 Jan 2021 16:50:11 -0800
solkit (0.4.8) unstable; urgency=medium
* Hotkey 'Shift+s' to show current card valid destinations
* Hotkey 's' did not show hints if any card was marked
* Fixed bug: Escape in menu dialogs did not work as expected. Instead of
returning to the previous stage, it exited the application
-- Vladimir Markelov <[email protected]> Fri, 01 Jan 2021 18:46:23 -0800
solkit (0.4.7) unstable; urgency=medium
* Bump packages
-- Vladimir Markelov <[email protected]> Fri, 25 Dec 2020 13:49:55 -0800
solkit (0.4.6) unstable; urgency=medium
* Hide and restore terminal cursor
* Fix a bug with card face encoding
* Code cleanup
-- Vladimir Markelov <[email protected]> Thu, 24 Dec 2020 16:52:49 -0800
solkit (0.4.5) unstable; urgency=medium
* Logging is disabled by default
* Added command-line option `--log` to enable logging
-- Vladimir Markelov <[email protected]> Tue, 22 Dec 2020 13:14:31 -0800
solkit (0.4.4) unstable; urgency=medium
* Added documentation
* Example solitaire fixes
-- Vladimir Markelov <[email protected]> Sun, 20 Dec 2020 19:57:41 -0800
solkit (0.4.3) unstable; urgency=medium
* Added "American toad" solitaire
-- Vladimir Markelov <[email protected]> Mon, 07 Dec 2020 10:56:30 -0800
solkit (0.4.0) unstable; urgency=medium
* Loading custom solitaire rules
-- Vladimir Markelov <[email protected]> Fri, 27 Nov 2020 19:43:49 -0800