Skip to content

Releases: ja-ko/ppoker

v0.5.6

05 Jul 20:50
3fa1830

Choose a tag to compare

0.5.6 (2025-07-05)

Bug Fixes

  • update: Fix broken restart arguments after update (ea0d506)

v0.5.4

23 May 16:35
40d988c

Choose a tag to compare

0.5.4 (2025-05-23)

Bug Fixes

  • add support for handling unknown enum variants (fd243ee)

v0.5.3

16 May 21:46
6198006

Choose a tag to compare

0.5.3 (2025-05-16)

Features

  • text_input: add Ctrl+Arrow support for word-wise cursor navigation (add3eed)
  • ui/voting: add input cancellation via Ctrl+C (bab1a32)

Bug Fixes

  • config: Fix skip_update_check being ignored from toml config (ee050ba)
  • config: some test runners were failing config tests by passing cli arguments (dab873f)
  • no longer print the wrong log message when a user cancels an update (6d0bacd)

v0.5.2

15 May 12:02
0d12e48

Choose a tag to compare

0.5.2 (2025-05-15)

Bug Fixes

  • changelog: replace the NoBold attribute with NormalIntensity (2828a06)

v0.5.1

15 May 09:05
79e9098

Choose a tag to compare

0.5.1 (2025-05-15)

Features

  • update: remove interactive prompt for changelog display (861f4de)

Bug Fixes

  • ui/history: resolve incorrect player sorting in history view (b9164a9)

v0.5.0

12 May 09:21
454868f

Choose a tag to compare

0.5.0 (2025-05-11)

Features

  • ui: add cursor navigation and editing support in text input (4c823a3), closes #61
  • ui: sanitize input strings across voting UI (9acb561), closes #59
  • update: add binary backup support during updates (3069818)
  • update: add changelog parsing and display for updates (03a1cab)
  • update: add rich terminal rendering for changelog display (2018401)

Bug Fixes

  • cursor not moving right on right press. (6247234)
  • ui: correct cursor position in input box rendering (48be407), closes #60
  • ui: fix a crash that occurred when navigating right through multibyte character (094114d)

Miscellaneous Chores

v0.4.2

23 Apr 12:13
a80512a

Choose a tag to compare

0.4.2 (2025-04-23)

Bug Fixes

  • release with ubuntu 22.04 (818096b)

v0.4.1

23 Apr 12:06
d091051

Choose a tag to compare

0.4.1 (2025-04-23)

Bug Fixes

  • build with ubuntu 22.04 (690db80)

v0.4.0

22 Apr 10:23
5309827

Choose a tag to compare

0.4.0 (2025-04-22)

Features

  • add auto-reveal functionality with configurable toggle (19cd065)
  • app: ring terminal bell when notification (5cc17e2)
  • ui: add separate spectator section in voting layout (b751bcb)

Bug Fixes

  • app: check cancel auto-reveal only on room updates (ac7393f)
  • app: exclude spectators from missing vote calculations (975879a)
  • app: propagate retracting a vote to the server (dd8085b)
  • decrease notification delay (df170c1)
  • prevent redundant client actions (9e3f9fd)

Miscellaneous Chores

v0.3.2

13 Jun 08:17
70d5df4

Choose a tag to compare

0.3.2 (2024-06-13)

Features

  • ui: display player type in vote view (2afeba7)