Skip to content

Releases: downforacross/downforacross.com

January 31, 2021: Release v1.6

01 Feb 04:22
Compare
Choose a tag to compare

Merged #155: Color Attribution mode. Turn on this mode during or after a game to see which user filled in each cell. Shout out to @catherynl for building this highly requested feature!

Merged #156: Dropdown menus (like Check and Reveal) auto-close when clicking/tapping elsewhere on the page. Thanks @audreyli for this fix!

Puzzle Repo migration project: The puzzle database is now stored in postgres instead of firebase. In addition to yielding significant performance and cost improvements, this also restores Puzzle Solve Count and access to the Full Puzzle Archive. This has been in the works for months,
thanks @ewmson for the massive final push in getting this over the line!

January 21, 2021: Release 1.5

21 Jan 19:38
f81928e
Compare
Choose a tag to compare

Merged #142: Supporting rooms. You can now create a room with an unchanging url like downforacross.com/room/my_private_room. Each room is associated with a game, and any member of the room can change the game by clicking the "Change Game" button and pasting a new link.

Merged #147: User-controlled colors that persist across sessions and games. You can now change your color! Big shout out to @ewmson for building this.

v1.4

21 Jan 19:37
1ccc32a
Compare
Choose a tag to compare

Merged #117: Tokenizing filter in puzzle repo search bar. You can now search by space-separated keywords!

  • note: i need to get better at doing releases. For this repo, pushing to master autodeploys to production -- that's probably the root cause of my poor release management habits! :P

v1.3

14 Sep 02:05
e0cec81
Compare
Choose a tag to compare

September 13, 2020: Release 1.3
Merged #115: Vim Keybindings. Adds a menu to the toolbar to allow toggilng between normal & vim mode. Keys are h/j/k/l to mirror arrow keys, w/b to mirror tab/shift-tab, x to delete cell, and i/esc to toggle insert mode.