Revision history for Perl extension App-Greple-wordle
1.00 2026-09-14T10:40:34Z
- Make NYT the default dataset
- Fetch NYT answers not included in the dataset with --compat
- Update NYT answers until 2026-09-13
- Show previous attempts together with the latest one (--history)
- Show words and keymap in upper case
- Use index modulo answer count for out-of-range index
- Fix hint command before any guess and debug command
- Do not use black color for hint words
- Remove legacy word list modules
- Require Perl 5.24
0.13 2025-11-11T09:15:57Z
- Add --data option to support multiple word datasets
- Add ORIGINAL and NYT dataset modules
- Improve POD documentation
- Add Data::Section::Simple dependency
0.12 2022-08-26T08:19:39Z
- change --try option to --trial
0.11 2022-05-03T00:36:16Z
- show help message
0.10 2022-03-10T07:47:21Z
- implement filter command pipeline
- show prompt
0.09 2022-03-08T08:38:52Z
- fixed bugs in 0.08
* option --random did not make random answer
* wrong cursor movement
0.08 2022-03-08T01:05:18Z
- use oo interface to keep game status
0.07 2022-03-07T02:34:04Z
- implement original option parser
0.06 2022-03-06T02:49:25Z
- integrate --compat option into --series
0.05 2022-03-04T10:04:44Z
- implement block result output
- introduce --index and --series option
0.04 2022-03-04T01:10:43Z
- update keymap format
- make output more concise
0.03 2022-03-02T15:12:22Z
- implement showing keymap capability
0.02 2022-02-26T03:46:50Z
- use color same as original game
0.01 2022-02-25T06:12:00Z
- original version