Releases: AbstractPlay/zendo
Releases · AbstractPlay/zendo
Zendo Client
[v1.4.0] - 2023-12-10
Added
- Added toast notifications.
- Masters can now customize the pyramid colours in
1dpyramids
and2dpyramids
dojos. Your custom colours should persist between games (using localstorage). - Added a couple more default colours.
Fixed
- Fixed some button colours to be more intuitive.
Zendo Client
[1.3.2] - 2022-07-30
Changed
- Your ID code no longer displays by default. You can click to copy it to clipboard or to show/hide it. This is to make it safer to stream. You typically do not want to show the code to the global Internet, or else anyone could join your lobby.
Zendo Client
[1.3.1] - 2022-07-22
Fixed
- PlantUML URL changed to HTTPS to fix blocked content.
- Line breaks are now preserved when viewing multiline koan source.
Zendo Client
[1.3.0] - 2022-07-22
Added
- Added PlantUML koan type. Rendering is offloaded to PlantUML's web server because they make it essentially impossible to just run in the browser. If that goes down, then things won't work.
Changed
- Exported game codes are now compressed and base64 encoded for brevity and cleanliness. You can still download and import the raw JSON.
Zendo Client
[1.2.0] - 2022-07-21
Added
- Added a
2dpyramids
koan type (rectangular grid of pyramids). - Added 45-degree rotations to the pyramids (
NE
,SE
,SW
,NW
). - Added 1d and 2d playing card koans.
- Added download button for SVG koans (buggy with playing cards).
Changed
- Refactored
ViewKoan.svelte
to break out helper functions with lengthy SVG code.
Zendo Client
[1.1.0] - 2022-07-17
Added
- The import code can now be passed by appending
?import=CODE
to the URL.
Zendo Client
[1.0.0] - 2022-07-15
Added
- Added export/import feature. This includes all the guesses and koans but not the student list or guessing stone counts. You can export at any time. When the game ends, the code will also be provided.
Removed
- Removed the secret rule from the game object and from the master's screen. There's no way to truly secure it in a peer-to-peer environment, and the intent of the app is to facilitate synchronous games, where the master shouldn't need a constant reminder. KISS, as they say.
Zendo Client
[0.4.0] - 2022-07-14
Added
- Added GraphViz dojo (rendered by
dot
)
Zendo Client
[0.3.0] - 2022-07-14
Added
- Added peer count to new peer list.
- Added the dot matrix dojo type.
Removed
- Stripped out the inter-client chat feature. Players have to find each other using external means anyway. The intent is just to make it possible to moderate a remote synchronous game, and it is expected that players will be on Discord or something. It also frees up more horizontal space for koans.
Zendo Client
[0.2.1] - 2022-07-14
Added
- The expanded koan screen now includes the text used to generate the koan (doesn't apply to image or text koans, but will be applied to any future koan types where text is interpreted).
- Added
title
element to the SVGs containing the generating string. This should appear on hover in modern browsers.
Changed
- Condensed chat bar to make more room for koans.
- Renamed
2dpyramids
to1dpyramids
.