Updates
[1.3.8] - 2024-05-04
Fixed
- Users can now tab between the crossword puzzle grid and the form below it. Previously, pressing the tab key while focused on the grid did nothing.
- Fixed CSV parsing by adding a library with a more robust CSV parser.
[1.3.7] - 2024-05-04
Fixed
- Fixed a bug with text file parsing where any text file imports would fail.
Changed
- Updated 2023 to 2024 in the copyright notices.
[1.3.6] - 2024-05-04
Added
- Added a File Import feature to allow users to import custom puzzles from a file. The following file formats are supported: *.json, *.csv, and *.txt.
JSON example:
{ "name": "Custom Puzzle", "entries": [ { "answer": "Answer 1", "clue": "Clue 1" }, { "answer": "Answer 2", "clue": "Clue 2" } ] }
CSV example:
csv Name Answer 1,Clue 1 Answer 2,Clue 2
TXT example:
Name Answer 1 Clue 1 Answer 2 Clue 2
Changed
- Replaced instances of "Custom" meaning custom puzzles with "New Puzzle" to simplify language.
Removed
- Removed the "PDF" button from the UI for custom puzzles.
[1.3.3] - 2023-12-13
Fixed
- The "Custom" puzzle can now be selected again.
[1.3.2] - 2023-12-09
Fixed
- Corrected feature tests for puzzle generation.
[1.3.1] - 2023-12-09
Changed
- Moved the Fill Answers and Clear buttons next to the Print and Share buttons below the puzzle view.
- Moved the PDF download button below the puzzle view. This button will hide when the default puzzle values are modified.
- Prevent the input fields from moving up and down the page each time the puzzle is changed.
Removed
- Removed the link button that was next to the puzzle title. This button was redundant with the Share button.
[1.3.0] - 2023-11-25
Added
- Added a "Share" button to the puzzle menu. This button will open a modal with a link to the current puzzle, which you can copy and share with others.
- Added a title field for custom puzzles, so you can specify the title of your puzzle.
Changed
- Changed UI elements to appear as buttons instead of links.
- Rearranged the puzzle UI to more closely resemble the layout of the printed version.
- Darkened the background color of buttons for better contrast with their text.
[1.2.2] - 2023-11-18
Removed
- Removed PDF download feature due to API feature limitations on our hosting tier.
[1.2.1] - 2023-11-18
Changed
- Changed the default puzzle to World Geography.
- Fixed issue where the default puzzle was not set as intended.
[1.2.0] - 2023-11-18
Added
- Added a PDF download link next to the puzzle menu for downloading our premade puzzles. Note that the link uses a blob URL, which is a binary large object that is stored in your web browser. The link will only work if you click it - it will not work if you copy and paste it into a new tab.
[1.1.3] - 2023-11-14
Changed
- Updated Privacy Policy using Termly: https://termly.io/products/privacy-policy-generator/
[1.1.2] - 2023-11-12
Added
- Dark mode support
Changed
- Improved styles on the Updates page.
[1.1.1] - 2023-11-11
Added
- Updates page.
- Google Analytics tracking script and associated disclosure on our (privacy policy) page.
[1.1.0] - 2023-11-08
Added
- Terms of Service page
- Privacy Policy page
Changed
- Puzzle inputs will now be cleared when the user changes the puzzle answers.
- The "I give up!" button now says "Fill Answers".
[1.0.0] - 2023-11-03
Added
- Initial release