v8.0.0
--get-room-info does no longer return "creator" New protocol versions of room info do not carry `creator` anymore. Hence `creator` was removed from output. JSON output will also look differently. Adjust your code if you pulled `creatore` from this API call. See also: https://github.com/8go/matrix-commander/issues/190 See also: Issue #190