Tags: viresh-ratnakar/exet
Tags
v1.00, October 31, 2025 ### Exet v1.00, October 31, 2025 - Add sorting by timestamp, space, title, id, in the choosePuzRev(). - When sorting or after deleting some revisions, keep the chosen puzzle id selected. - When selecting to open a puzzle, make the default sorting be by timestamp decreasing. - When selecting to manage storage, make the default sorting be by space decreasing. - When deleting a single revision, if it is the only remaining revision, add a confirmation (basically falling into the "delete all revisions" flow). - Other minor tweaks to choosePuzRev (increase puz-choice table width, etc.) - Add filled entries to dupe-reporting in clue texts in Analysis.
v0.70 ### Version: Exet v0.70 February 24, 2022 - Add "Loading..." messages for all iframe loads of external URLs. - Update dictionaryapi.dev URL to v2, and correct its name from Google Dictionary to DictionaryAPI. - Refactor lexicon related code into exet-lexicon.js (for reuse by other apps). - Load the bulky exetLexicon object using "defer". Show a 'loading lexicon' message until it loads.
v0.60 ### Version: Exet v0.60 November 3 2021 - Add support for creating 3-D crosswords. - Add support for reversing lights. - Bug-fix: viablots and darkness were not getting centered in non-square cells. - Add the 3-d vertical direction to the connectivity-checking algorithm. - Bug-fix: in 3-D, when the "darkness" square sits atop a dark background cell-square (as opposed to a large grid-sized background), stop the click event from propagating. - Simplify the code for linked-clue creation by always requiring the direction suffix explicitly. - Show a helpful message when auto-fill fails, suggesting reducing constraints.
v0.50 ### Version: Exet v0.50 August 9 2021 - When getting pronunciations of a phrase, split of hyphen if present, if there is no space in the phrase. - Call getPhones() only once when we have to get both homophones and Spoonerisms. - Create Spoonerisms from non-vowel spans beyond the second one too! - Minor tweak to Spoonerisms: after you have lists of Spoonerisms as well as homophones, delete any Spoonerisms that are also homophones (this can happen with the swapped parts in the Spoonerism have the same sound).
v0.40 ### Version: Exet v0.40 April 13 2021 - Bug-fix: The clue linking/unlinking panel had become invisible with some recent changes. - Make some of the other Exolve sections (exolve-option, for one) available through a new Edit menu option. Make this feature check the added sections thoroughly by parsing them into a temp puzzle and reporting any errors found. - Add an Edit -> Preferences menu option, and add the option there to enable/disable spellchecks in clues/annos.
v0.30 ### Version: Exet v0.30 February 15 2021 - A recent Chrome update makes the cursor jump to the start after a clue span's innerText is set. Work around that by saving the cursor position and restoring it. - Bug fix: new blank puzzles were getting prefix/suffix carried over from the last exolve file loaded. Reset them to blank.