Skip to content

Release v0.1.0

Latest
Compare
Choose a tag to compare
@nnsee nnsee released this 13 Aug 11:32
· 1 commit to master since this release
8a2777a

Changes since v0.0.1:

  • Colour-formatted json responses
    • When pretty printing JSON responses from the device, they will now be highlighted with colours
    • Commit: 644a5f6
  • Allow escaping and special characters in StrToMap()
    • The custom JSON mapper has certain tokens with special meanings (;, :, ,). These tokens can now be escaped using a backslash (\)
    • Commit: 96897c8
  • Use OS-agnostic config/history locations
    • .ioprc is now phased out in favour of init.iop in proper locations
    • Favour the cache directory instead of the temporary files directory when saving shell history
    • These locations are OS-specific. No more writing the history in C:\tmp\ on Windows
    • Commit: a90a4d2