Package Release Info

dealers-choice-0.0.8-bp160.1.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

dealers-choice
dealers-choice-lang

Change Logs

* Mon Aug 11 2025 Andy Alt <arch_stanton5995@proton.me>
- dealers-choice 0.0.8:
  * Fix: Server does not send turn ids if player 0 disconnects during game
  + Display ping times in lobby
  + After winner declared, replace action timer with "end of game" timer
  + Allow specifying the client/server port via config or cli
  + Allow setting min, med, and max bets via server.conf
* Tue Aug 05 2025 Andy Alt <arch_stanton5995@proton.me>
- dealers-choice 0.0.7:
  + Set default maximum raises per round to 3 (config option)
  * Fix discard button being clickable when disabled
  * Increase player action timeout from 20 to 30 seconds
  + The client will now retry server connection for 60 seconds
    before timing out if server is unavailable
  * Fix incorrect hand wins in some cases when there are 3 or more players
  + Add amount won to status message
  - Remove the simulated delay when cards are initially dealt
* Mon Jul 14 2025 Andy Alt <arch_stanton5995@proton.me>
- Fix lint warnings
- Fix directory ownership error
- Enable tests
- Update (fix) description
* Sun Jul 13 2025 Andy Alt <arch_stanton5995@proton.me>
- dealers-choice 0.0.6:
  + Implement Deuces Wild option
  * Fix tie handling
  * Reduce client console output messages
  + Partially implement 7-card stud
  + Add optional 'language' setting (https://dealer-s-choice.github.io/docs/CONFIG.html)
  * Network Protocol bumped to 3
  + Add coin animation
* Wed Jul 09 2025 Jan Engelhardt <jengelh@inai.de>
- Use pkgconfig() BuildRequires to be more impervious to renames.
* Tue Jul 08 2025 Andy Alt <arch_stanton5995@proton.me>
- dealers-choice 0.0.5, initial package