Releases: ekzhang/setwithfriends
Releases · ekzhang/setwithfriends
Version 3.0.2
- Fix
finishGame
bug, which would cause pre-update games to display time 00:00.00
Version 3.0.1
- Fix bug: cards were only disappearing, and not moving to the right, when leaving the board
Version 3.0.0
- New features
- Site enhancements
- Cards are now rotated vertically in the horizontal game layout (@Hanaffi, #72)
- Support different keyboard layouts (not just
QWERTY
) for card selection shortcuts (@HiddeKoerts, #67) - Social media optimization (title, media image, description)
- Resolved issue of games not ending immediately after all Sets have been found
- Make the help page more discoverable, from the initial welcome dialog
- Update code of conduct to add rules about lobby chat
- Remove 'wang' from profanity filter (#73)
- Keys for selecting cards prevent default event from browser (#79)
- Internal changes
- Refactor configuration and add auto-deployment from
master
(#64) - Add continuous integration, Netlify deploy previews
- Update dependencies to latest versions
- Changed versioning to semantic
A.B.C
format, from oldA.B
format
- Refactor configuration and add auto-deployment from
Version 2.7
Changes in this version:
- Improve security & fix inconsistent end-of-game timestamps (@chrismolina159, #44, #47)
- Patch bad-words list to remove LGBTQ terms (#49)
- Update to React v16.14 and CRA v4.0, new JSX transform
Version 2.6
Changes in this version:
- Various frontend style tweaks
- Improve chat moderation tools for removing spam
- Fix possible non-deterministic sorting bug involving simultaneous events
- Update dependencies (security chore)
Version 2.5
Version 2.4
Version 2.3
Changes in this version:
- Added custom color picker for cards (@tarehart, #27)
- Toggle horizontal game layout with semicolon (@stevenhao, #26)
- Ability to hide chat messages by clicking the heading
- Added acknowledgements
Version 2.2
Changes in this version:
- Support for linking your Google account and logging in from different computers
- Better chat moderation abilities + an automated profanity filter
- Style tweaks, especially for small (mobile) and very large (4K) displays
- Miscellaneous site performance improvements
- Added social sharing buttons
Version 2.1
Changes in this version:
- Added timestamps for game log entries and lobby chat messages
- Allow capital letters to be used as keyboard shortcuts
- Adjusted dark mode to be colorblind-friendly
- Allow users to leave a game in the waiting room
- Adjusted profile page and statistics to show tied wins as wins
- Shortened long names appearing in the lobby table
- Updated dependencies