1.1.3 is available?

I see 1.1.3 SDK is available in Eclipse, are there any details?
  • 1.1.3 is a bug-fix release for 1.1.2:

    • 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.
  • when is alarm and notification unread statuses coming so we can show a nice icon?
  • when is alarm and notification unread statuses coming so we can show a nice icon?


    These will be available in 1.2.0. Unfortunately we weren't able to get these API changes into the 1.1.2 release .
  • These will be available in 1.2.0. Unfortunately we weren't able to get these API changes into the 1.1.2 release .


    Cool! Thanks :-)

    Would be nice to know what MIGHT be coming...