File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 43
43
## [ 1.5.0] - 17 April 2024
44
44
45
45
* Update to Stockfish 16.1
46
+
47
+ ## [ 1.6.0] - 18 April 2024
48
+
49
+ * Switch to Stockfish 16 for smaller app size
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ iOS project must have `IPHONEOS_DEPLOYMENT_TARGET` >=12.0.
17
17
Update ` dependencies ` section inside ` pubspec.yaml ` :
18
18
19
19
``` yaml
20
- stockfish : ^1.5 .0
20
+ stockfish : ^1.6 .0
21
21
` ` `
22
22
23
23
### Init engine
Original file line number Diff line number Diff line change 2
2
- Flutter (1.0.0)
3
3
- integration_test (0.0.1):
4
4
- Flutter
5
- - stockfish (1.5 .0):
5
+ - stockfish (1.6 .0):
6
6
- Flutter
7
7
8
8
DEPENDENCIES:
@@ -21,7 +21,7 @@ EXTERNAL SOURCES:
21
21
SPEC CHECKSUMS:
22
22
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
23
23
integration_test: ce0a3ffa1de96d1a89ca0ac26fca7ea18a749ef4
24
- stockfish: 80305fc9188c45cc1365957bb19b96c8b4c8727f
24
+ stockfish: 1cee686b12e2541a977d062746d2eb3f794d891c
25
25
26
26
PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011
27
27
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ packages:
213
213
path: ".."
214
214
relative: true
215
215
source: path
216
- version: "1.5 .0"
216
+ version: "1.6 .0"
217
217
stream_channel:
218
218
dependency: transitive
219
219
description:
Original file line number Diff line number Diff line change 1
1
name : stockfish
2
2
description : The Stockfish Chess Engine for Flutter.
3
- version : 1.5 .0
3
+ version : 1.6 .0
4
4
repository : https://github.com/ArjanAswal/stockfish.git
5
5
homepage : https://github.com/ArjanAswal/stockfish.git
6
6
You can’t perform that action at this time.
0 commit comments