Skip to content

Commit 1941538

Browse files
v1.07.1, July 28, 2026
### Exet v1.07.1, July 28, 2026 - Add a "Research" link to fodder.ing (provides def/wordplay analysis).
1 parent eec952d commit 1941538

5 files changed

Lines changed: 14 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### Exet v1.07.1, July 28, 2026
4+
5+
- Add a "Research" link to fodder.ing (provides def/wordplay analysis).
6+
37
### Exet v1.07, July 12, 2026
48

59
- Add support for indicating a regional preference for spellings, for both

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## A web app for crossword construction
44

5-
#### Version: Exet v1.07, July 12, 2026
5+
#### Version: Exet v1.07.1, July 28, 2026
66

77
#### Author: Viresh Ratnakar
88

@@ -830,7 +830,10 @@ database of published cryptic clues, for:
830830
phrases from the clue are searched for by default, but you can easily edit
831831
the SQL query to add any longer phrase that you may have used as an indicator.
832832

833-
Similarly, we provide a link to **crosswordtracker.com** (a good database of mostly
833+
The "Research" tab also lets you research definition and cryptic wordplay ideas
834+
at [**Fodder** (fodder.ing)](https://fodder.ing).
835+
836+
We also provide a link to **crosswordtracker.com** (a good database of mostly
834837
non-cryptic-crossword clues) for looking up published definitions. This too opens
835838
in a new tab.
836839

about-exet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<center>
2525
<h1>Exet</h1>
2626
<h3>A web app for crossword construction</h3>
27-
<h4>Version: Exet v1.07, July 12, 2026 -
27+
<h4>Version: Exet v1.07.1, July 28, 2026 -
2828
<a target="_blank"
2929
title="Click to open Exet's CHANGELOG.md file in a new tab"
3030
href="https://github.com/viresh-ratnakar/exet/blob/master/CHANGELOG.md">Release

exet-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.07
1+
v1.07.1

exet.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@
5151
{url: "https://cryptics.georgeho.org/data/indicators?indicator__in=",
5252
needsClueWords: true,
5353
name: "Clue phrases as indicators in published cryptic crosswords (cryptics.georgeho.org)"},
54+
{url: "https://fodder.ing/?w=",
55+
noPunct: true,
56+
name: "Definition and wordplay ideas from fodder.ing"},
5457
{name: "separator"},
5558
{url: "https://thefreedictionary.com/", newTab: true, name: "The Free Dictionary"},
5659
{url: "https://chambers.co.uk/search/?title=21st&query=",

0 commit comments

Comments
 (0)