diff --git a/app/views/plan/features.scala.html b/app/views/plan/features.scala.html index b70b643d4e..68af3774b7 100644 --- a/app/views/plan/features.scala.html +++ b/app/views/plan/features.scala.html @@ -66,10 +66,10 @@ description = "All of lichess features are free for all and forever. We do it fo 9 Chess variants (Crazyhouse, Chess960, Horde, ...) } @tr(unlimited) { - Deep Stockfish 7 server analysis + Deep Stockfish 8 server analysis } @tr(check) { - Instant local Stockfish 7 analysis + Instant local Stockfish 8 analysis } @tr(unlimited) { Studies (shared and persistent analysis) @@ -132,7 +132,7 @@ description = "All of lichess features are free for all and forever. We do it fo Arena tournaments } @tr(check) { - Board editor and analysis board with Stockfish 7 + Board editor and analysis board with Stockfish 8 } @tr(unlimited) { Tactics puzzles diff --git a/public/vendor/stockfish.js b/public/vendor/stockfish.js index 4f54f9046e..fecfc8d511 160000 --- a/public/vendor/stockfish.js +++ b/public/vendor/stockfish.js @@ -1 +1 @@ -Subproject commit 4f54f9046ec1aa3c5dd267f837c6f5fa213fdbe0 +Subproject commit fecfc8d511c6aa4874aab497d6d9995bad197ac6 diff --git a/public/vendor/stockfish.pexe b/public/vendor/stockfish.pexe index 63d39b6ed4..4424493424 160000 --- a/public/vendor/stockfish.pexe +++ b/public/vendor/stockfish.pexe @@ -1 +1 @@ -Subproject commit 63d39b6ed4eed9203fbcac95c18759cbb95c4995 +Subproject commit 4424493424e0119e59bd3094001cbaf90f4c46e1 diff --git a/ui/analyse/src/ceval/cevalCtrl.js b/ui/analyse/src/ceval/cevalCtrl.js index 1b2ad7acd8..1ce0afec0e 100644 --- a/ui/analyse/src/ceval/cevalCtrl.js +++ b/ui/analyse/src/ceval/cevalCtrl.js @@ -20,8 +20,8 @@ module.exports = function(opts) { var hoveringUci = m.prop(null); var pool = makePool(stockfishProtocol, { - asmjs: '/assets/vendor/stockfish.js/stockfish.js?v=3', - pnacl: pnaclSupported && '/assets/vendor/stockfish.pexe/nacl/stockfish.nmf?v=3', + asmjs: '/assets/vendor/stockfish.js/stockfish.js?v=4', + pnacl: pnaclSupported && '/assets/vendor/stockfish.pexe/nacl/stockfish.nmf?v=4', onCrash: opts.onCrash }, { minDepth: minDepth,