Releases: fortio/term
Releases · fortio/term
v0.23.0-fortio-6
What's Changed
- Change history default to 99 from 100 so history printed with %02d looks good by @ldemailly in #7
Full Changelog: v0.23.0-fortio-5...v0.23.0-fortio-6
v0.23.0-fortio-5
What's Changed
- Fix windows not receiving arrow keys (golang/go#68830) by @ldemailly in #6
Full Changelog: v0.23.0-fortio-4...v0.23.0-fortio-5
v0.23.0-fortio-4
What's Changed
- Add ReplaceLatest() to mutate top of history. Add comments. Expose DefaultHistoryEntries as const by @ldemailly in #5
Full Changelog: v0.23.0-fortio-3...v0.23.0-fortio-4
v0.23.0-fortio-3
What's Changed
- Add AutoHistory(false) option (default remains true) to not automatically add to the History by @ldemailly in #4
Full Changelog: v0.23.0-fortio-2...v0.23.0-fortio-3
v0.23.0-fortio-2
What's Changed
- Don't add adjacent duplicates to history by @ldemailly in #3
Full Changelog: v0.23.0-fortio-1...v0.23.0-fortio-2
v0.23.0-fortio-1
What's Changed
- Expose History() AddToHistory() and NewHistory() so users of the library can save and restore the history (#1 / golang#15 )
Based on/derived from https://github.com/golang/term/releases/tag/v0.23.0
Full Changelog: golang/term@v0.23.0...fortio:term:v0.23.0+fortio-1