2025-02-06 12:24:33 by pin | Files touched by this commit (3) | ![]() |
Log message: games/chess-tui: update to 1.6.1 What's Changed feat(logging): Add configurable logging system with documentation by \ @TomPlanche in #126 Fix Multiplayer Connection Issues with Improved Socket Handling and Logging \ by @TomPlanche in #128 [FIX] Corrected moves history display by @TomPlanche in #130 fix: esc key bug when playing bot by @thomas-mauran in #129 |
2024-12-24 19:27:10 by pin | Files touched by this commit (3) | ![]() |
Log message: games/chess-tui: update to 1.6.0 What's Changed deps: update lru to v0.12.5 by @Adamska1008 in #118 feat: online multiplayer by @thomas-mauran in #119 fix: dockerfile by @thomas-mauran in #121 |
2024-11-28 09:41:26 by pin | Files touched by this commit (3) | ![]() |
Log message: games/chess-tui: update to 1.5.0 What's Changed fix: bot promotion using UCI standard by @thomas-mauran in #97 fix: material diff when castling by @thomas-mauran in #99 refactor: move tests by @thomas-mauran in #103 Docs/create website by @thomas-mauran in #107 fix: en passant make sure we eat the piece by @thomas-mauran in #109 docs: getting started, architecture intro and installation guide by \ @thomas-mauran in #111 Mouse click by @theonlytruealex in #85 Bug fix: Bot move freezes player move by @LucaSain in #84 refactor: split code by @thomas-mauran in #114 |
2024-11-20 22:34:33 by pin | Files touched by this commit (3) | ![]() |
Log message: games/chess-tui: update to 1.4.0 What's Changed - fix: threefold repetition by @TomaDumitrescu in #82 - Feat/turn board by @thomas-mauran in #88 |
2024-11-16 21:09:23 by pin | Files touched by this commit (3) | ![]() |
Log message: games/chess-tui: update to 1.3.0 fix: no need for App::new() as it's same as App::default() by @JeromeSchmied \ in #63 keymap fixes by @JeromeSchmied in #61 docs: update Arch Linux instructions by @orhun in #66 Better History System by @nicholasmello in #68 feat: config file as toml in .config/chess-tui/ by @damien-mathieu1 in #71 ci: add clippy and fmt to the ci by @thomas-mauran in #73 improving storage of coordinates by @JeromeSchmied in #75 fix: various, mostly from cargo clippy -- --warn clippy::pedantic by \ @JeromeSchmied in #77 dependency updates by @JeromeSchmied in #78 Enable Link-Time Optimization (LTO) and other size-related optimizations by \ @zamazan4ik in #80 feat: material difference by @infernosalex in #86 |
2024-03-28 13:04:56 by pin | Files touched by this commit (3) | ![]() |
Log message: games/chess-tui: update to 1.2.1 What's Changed - fix: ignore key release and repeat events by @joshka in #59 - Add ASCII mode and board style by @pSnehanshu in #60 |
2024-03-01 19:19:12 by pin | Files touched by this commit (3) | ![]() |
Log message: games/chess-tui: update to 1.2.0 What's Changed vim keyboard shortcuts, cargo clippy lints by @JeromeSchmied in #51 Feat: uci and chess engine connexion by @thomas-mauran in #49 |
2023-12-09 11:22:48 by pin | Files touched by this commit (2) | ![]() |
Log message: games/chess-tui: update to 1.1.0 What's Changed - fix: line 8 for history by @thomas-mauran in #37 - Add NetBSD by @0323pin in #39 - docs: add contributing.md by @thomas-mauran in #40 - Creates a much smaller final docker image by @jhauris in #41 - feat: add "escape" event to helper menu by @charley04310 in #43 - fix: do not allow selecting a chess piece with a not authorized move by @charley04310 in #45 - Add Arch Linux install directions by @Rustmilian in #46 - feat: home menu + credit + small fixes by @thomas-mauran in #47 |
2023-12-06 11:14:02 by pin | Files touched by this commit (5) |
Log message: games/chess-tui: import package Chess TUI implementation in rust. |