* The model checker for the Kleene-star semantics of the iteration (`--kleene-iteration` flag) now uses the more efficient builtin implementation of the strategy language introduced for the `pcheck` command when using Spot as backend. Opaque strategies are not supported yet, and the previous implementation is still used for other backends.
* New option `--kleene-iteration` to the `graph` command. It prints the graph used in the Kleene-aware model checker, where edges starting or terminating an iteration are annotated with an opaque identifier of the iteration.
* Fixed a bug in the `graph` command when printing probabilistic strategy-controlled graphs.
* The number of rewrites printed by `pcheck` with the `strategy` assignment method is more accurate.
* The web-based interface does no longer depend on the deprecated `cgi` module.
* The unmaintained GTK-based interface has been replaced by a thin wrapper around the web-based interface. Its only advantage is that a more confortable native file chooser is used for selecting Maude files. It requires GTK 4 and WebKitGTK 6.
* Removed backward compatibility code for very old versions of the `maude` Python library.