Skip to content

Releases: ekzhang/setwithfriends

Version 3.0.2

04 Feb 15:44
64eea75
Compare
Choose a tag to compare
  • Fix finishGame bug, which would cause pre-update games to display time 00:00.00

Version 3.0.1

04 Feb 03:41
Compare
Choose a tag to compare
  • Fix bug: cards were only disappearing, and not moving to the right, when leaving the board

Version 3.0.0

04 Feb 02:32
5c95d4a
Compare
Choose a tag to compare
  • New features
    • Two brand-new game modes: UltraSet and Set-Chain (#66, #70)
    • Optionally, you can get hints in single-player private Set games (#66)
    • You can now become a patron of Set with Friends for $5/month and get benefits! (#65)
  • 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 old A.B format

Version 2.7

03 Nov 02:24
030abe1
Compare
Choose a tag to compare

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

04 Oct 21:31
2327245
Compare
Choose a tag to compare

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

09 Sep 17:08
df442cf
Compare
Choose a tag to compare

Changes in this version:

  • Display fractions of a second, except when game is active (@tarehart, #38)
  • Fix minor concurrency bug in updating user games list

Version 2.4

15 Aug 21:22
754e9a2
Compare
Choose a tag to compare

Changes in this version:

  • Filter stats for game types (@wenley, #29)
  • Improved color picking functionality (@eparadise and @tarehart, #34)
  • Fix awkward card scaling in horizontal layout
  • Upgrade to three-word game IDs and eliminate "already exists" bug (#31)

Version 2.3

29 Jul 05:09
8b60fa1
Compare
Choose a tag to compare

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

01 Jul 19:04
ac92c6d
Compare
Choose a tag to compare

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

19 Jun 01:55
f3f1563
Compare
Choose a tag to compare

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