Releases: cdot/Xanado
Releases · cdot/Xanado
3.1.6
3.1.5
3.1.4
3.1.3
Large number of additional unit tests for the UI, and fixes for the (few) problems they exposed.
Added an action button to the controls block for mobile devices.
Improved resizing behaviour for mobile devices.
Changed defaults for standalone game to make it more accessible.
3.1.2
npm package fixed, thank you @warren-bank, and a few minor bugfixes.
3.1.0
Functionality
- Cleaned up and simplified interfaces to make better use of screen
- Added support for jQuery themes
Bugfixes
- Fixed OAuth2 logins
Maintenance
- Extensive rewrite to use ESM (Javascript modules) in place of requirejs.
- Simplified styling
- Cleaned up docker packaging
- Shrunk database and sped up comms by using CBOR
- Split off CBOR and dictionary modules, and packaged for npm
- Editions are now .json files, to be friendlier to browsers
Thanks to everyone who contributed, whether you knew it or not!
3.0.0
Added "standalone" version that runs entirely in the browser. This lets you play against the computer even when there is no server. Uses 90% identical code to what runs on the server. Database uses localStorage, which is likely to run out, though.
A number bugfixes and css tidy-ups as well.