0.3.2 (2024-06-13)
- ui: display player type in vote view (2afeba7)
0.3.1 (2024-06-09)
- fixes the failing build on macos (54347d6)
0.3.0 (2024-06-09)
- 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)
- 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)
- bump release version (dd87410)
0.2.6 (2024-06-03)
- network: fix application hanging when connecting to a non tls websocket. (0ce3a41)
0.2.5 (2024-06-03)
- 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)
0.2.4 (2024-06-03)
- 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)
0.2.3 (2024-06-03)
- 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)
0.2.2 (2024-06-02)
- updater: fix updater not working with compressed tar images (fa28fab)
- updater: start application if user cancels update (aa3b68e)
0.2.1 (2024-06-02)
- updater: fix updater being unable to create the temporary archive file. (8055ca5)
- updater: fix updater stopping the application when no asset is found. (6d87f68)
0.2.0 (2024-06-02)
- 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)
- 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)
- main: Introduce auto updater (a8a73bd)
- cargo: Split self_update features based on os. (3583188)