Releases: wordbots/wordbots-core
Releases · wordbots/wordbots-core
v0.3.2-alpha
Features
- Turn timer (#220).
- Support for random target selection (e.g. "Discard a random card", "Deal 1 damage to 2 random robots") (#195).
- Desktop notification when it's your turn in a game (#154).
Improvements
- Multiple operations performed as part of a single player action are now logged as a single message (#217).
- Better-looking player name display (#192).
Bug fixes
TOGGLE_SIDEBAR
actions were being sent through the socket, causing players to control each other's sidebar.
v0.3.1-alpha
v0.3.0-alpha
v0.2.1-alpha
Features
- Ability to import and export cards (#197).
/api/card.png
endpoint to generate card images from JSON (used bywordbots-bot
) (#203).- Object can give other objects passive abilities (e.g. "All robots have Jump") (#200).
- New built-in cards: "Anti-Gravity Field", "Magpie Machine", "Smash".
Improvements
afterAttack
trigger can now specify what type of object is attacked.- Minor improvements to Creator (#202).
- Better UX for left nav bar.
Bug fixes
- Event card text with <30 chars was being rendered incorrectly in the Creator.
Stability
- More reliable handling of built-in cards.
- Update
webpack
.
v0.2.0-alpha
Features
- Ability to spectate games in progress.
Improvements
Bug fixes
Stability
v0.1.3-alpha
v0.1.2-alpha
Features
- New mechanism for updating builtin cards.
Stability
- Upgrade to
react-router 4.0.0
.
v0.1.1-alpha
Stability
- Bump versions of major libraries (
react 15.0.0
,redux 3.0.5
,webpack 2.3.3
,babel 6.4.0
,react-router 3.0.0
).
v0.1.0-alpha
Initial alpha release.