Skip to content

Releases: teanup/cts-pwsh

v1.1.0

Choose a tag to compare

@teanup teanup released this 03 Aug 20:08
ff72273

Improved CTS API token storage

  • Add CLIXML storage of the API token in Set-CtsApiToken, persistent through updates with Get-CtsApiToken
  • Improve stop, line and destination lookup with diacritic-insensitive match
  • Update docs with preview media and feature summary
  • Add online help for Set-CtsApiToken

Full changelog: v1.0.1...v1.1.0

v1.0.1

Choose a tag to compare

@teanup teanup released this 28 Jul 21:51
73d1930
  • Add online help for Find-CtsStop, Get-CtsDeparture and Show-CtsDeparture
  • Fix syntax error in Update-CtsStopCache
  • Fix argument completions for predictions with quote characters

Full changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@teanup teanup released this 26 Jul 21:23
a36e171

CTS stop lookup, dynamic departure display

  • Add CTS API type conversion to validate responses from Invoke-CtsApi
  • Add file and runtime caches in Update-CtsStopCache and Update-CtsDepartureCache
  • Add stop, line and destination lookup with Find-CtsStop
  • Add departure lookup in Get-CtsDeparture with pipeline support for Find-CtsStop
  • Add departure dynamic display in Show-CtsDeparture with pipeline support for Find-CtsStop
  • Add argument completers for stops, lines and destinations

Full changelog: 39dcf06...v1.0.0