Skip to content

Releases: nnsee/iopshell

Release v0.1.0

13 Aug 11:32
8a2777a
Compare
Choose a tag to compare

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

Release v0.0.1

15 Jan 15:12
Compare
Choose a tag to compare

Initial release.