From 9edf074114ce6753dc510d9859e7bd475ba4750b Mon Sep 17 00:00:00 2001 From: Stephan Robotta Date: Sun, 15 Sep 2024 12:48:21 +0200 Subject: [PATCH] Add current changes in main to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c9c91df..ba56746 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,12 @@ at https://docs.moodle.org/en/Multi-language_content_filter. ## History +### Current main branch +- Fix bug that escaped closing curly brakets where not recognized [issue #21](https://github.com/srobotta/moodle-tiny_cloze/issues/21). +- On double click on a cloze question opens the dialogue automatically. +- Delete icon disappears when there is one answer option left only. +- Style adaptations on the dalogue that will be necessary with upcoming Moodle 4.5. + ### v1.8 - Empty response field are automatically ignored when the question otherwise can be created from the remaining filled response fields.