Skip to content

Releases: cdot/Xanado

3.2.0

Choose a tag to compare

@cdot cdot released this 21 Jan 11:47

What's Changed

  • Added the ability to specify a game in a URL. This lets you send a standalone game to someone e.g. over email.
  • Added a web interface to the dictionary explorer, to support anagram and hangmen solvers for the Xanado dictionaries.
  • Bumped versions of dependant modules

Full Changelog: v3.1.6...v3.2.0

3.1.6

Choose a tag to compare

@cdot cdot released this 03 Jan 10:47

Bugfix and minor enhancements #114, #115

3.1.5

Choose a tag to compare

@cdot cdot released this 14 Oct 09:14

Bugfixes, cleanups, and reverted the change that bound localhost by default, as it was breaking docker.

3.1.4

Choose a tag to compare

@cdot cdot released this 30 Jan 12:17

Minor bugfixes.

3.1.3

Choose a tag to compare

@cdot cdot released this 12 Jan 19:20

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

Choose a tag to compare

@cdot cdot released this 03 Jan 15:59

npm package fixed, thank you @warren-bank, and a few minor bugfixes.

3.1.0

Choose a tag to compare

@cdot cdot released this 31 Dec 12:43

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

Choose a tag to compare

@cdot cdot released this 29 Nov 16:09

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.

2.1.3

Choose a tag to compare

@cdot cdot released this 13 Oct 10:54

Minor bugfixes, and prep for packing to reduce load time.

2.1.2

Choose a tag to compare

@cdot cdot released this 30 Sep 10:10

Various bugfixes, added letter distribution chart, added a whole load of tile sets for different languages (including Arabic and Hebrew!)