Automatic URL encoding of parameters in makeJsonRequest() has been removed. Please use the encodeURL() routine (introduced in 1.1.2) in the Communications module as needed in your application.
All %'s encountered encodeURL() are encoded as %25 to follow RFC 3986 specification.
Fix issue that caused Toybox::Application::setProperty() to intermittently fail.
Several other minor bug fixes and documentation updates.
The next release with new features will be 1.2.0 in a few months. Details are on the developer blog.