Skip to content

Releases: ja-ko/ppoker

v0.3.2

13 Jun 08:17
70d5df4
Compare
Choose a tag to compare

0.3.2 (2024-06-13)

Features

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

v0.3.1

09 Jun 13:13
545a2b9
Compare
Choose a tag to compare

0.3.1 (2024-06-09)

Bug Fixes

  • fixes the failing build on macos (54347d6)

v0.3.0

09 Jun 13:03
afa8c99
Compare
Choose a tag to compare

0.3.0 (2024-06-09)

Features

  • app: add history page. (5f0ea9e)
  • app: display round duration for each round. (b389bdf)
  • app: Emit notification sound on linux (9ed9ac1)
  • app: indicate if state changes while in history (e0bd3fd)
  • app: keep votes consistent when player leaves. (78eabdf)
  • ui: include change marker in the header on history (53c2a23)
  • ui: make notification colour in history better visible (a64b3b9)
  • ui: print client notifications in yellow (357ccb0)
  • ui: stabilize player order (f4ea2c5)

Bug Fixes

  • clarify some ui texts. (535006d)
  • define ordering of players on history page. (346bf95)
  • ui: fix the round timer not working properly in some situations (c8d7a99)

Miscellaneous Chores

v0.2.6

03 Jun 21:36
e242e6a
Compare
Choose a tag to compare

0.2.6 (2024-06-03)

Bug Fixes

  • network: fix application hanging when connecting to a non tls websocket. (0ce3a41)

v0.2.5

03 Jun 12:44
e42fa9f
Compare
Choose a tag to compare

0.2.5 (2024-06-03)

Bug Fixes

  • ui: avoid a crash related to unicode characters in long names (f04c881)
  • ui: hide input box when phase is changed (d3afe84)
  • ui: hide ws debug logs by default (2bf3638)

ppoker: v0.2.4

03 Jun 11:50
1623700
Compare
Choose a tag to compare

0.2.4 (2024-06-03)

Bug Fixes

  • log: write logs on panic or exit. (7f3f093)
  • ui: Cleanly shutdown the tui before exitting on error (0e39e86)
  • ui: no longer interpret newlines when pasted. (e899534)

v0.2.3

03 Jun 09:01
8e3bc3f
Compare
Choose a tag to compare

0.2.3 (2024-06-03)

Bug Fixes

  • app: allow voting of non numeric cards in deck. (3ab1abd)
  • ui: hide the confirm dialog if someone else switches phase (42f25ac)
  • ui: remove newlines from input values (0cd09ae)

v0.2.2

02 Jun 20:19
3d96cb9
Compare
Choose a tag to compare

0.2.2 (2024-06-02)

Bug Fixes

  • updater: fix updater not working with compressed tar images (fa28fab)
  • updater: start application if user cancels update (aa3b68e)

v0.2.1

02 Jun 19:21
b53152b
Compare
Choose a tag to compare

0.2.1 (2024-06-02)

Bug Fixes

  • updater: fix updater being unable to create the temporary archive file. (8055ca5)
  • updater: fix updater stopping the application when no asset is found. (6d87f68)

v0.2.0

02 Jun 19:05
1da4f75
Compare
Choose a tag to compare

0.2.0 (2024-06-02)

Features

  • app: add options to disable notifications (a5a37df)
  • app: Notify user when their vote is the last one missing. (32fb480)
  • ui: Show current round number. (4774903)

Bug Fixes

  • app: enable focus change events on linux (07d94f6)
  • app: fixes build on linux (3dd8001)
  • cargo: fixes warnings (9963f74)
  • config: make the disable flags actually work. (e32ec4b)
  • updater: add options to disable auto updates. (cb0abc9)
  • updater: rework update prompt and error handling. (b0a4f28)