Skip to content

Releases: microsoft/inshellisense

0.0.1-rc.7

17 Jan 23:33
4c5ef54
Compare
Choose a tag to compare
0.0.1-rc.7 Pre-release
Pre-release

What's Changed

  • fix: typo triggering VSC instead of IS escape function by @cpendery in #137
  • build: support dev script by @alanhg in #135
  • fix: lock autocomplete version by @alanhg in #149
  • build: bump version to 0.0.1-rc.7 by @cpendery in #150

New Contributors

  • @alanhg made their first contribution in #135

Full Changelog: 0.0.1-rc.6...0.0.1-rc.7

0.0.1-rc.6

20 Dec 17:22
dcdb4c7
Compare
Choose a tag to compare
0.0.1-rc.6 Pre-release
Pre-release

What's Changed

  • fix: correct typo in variable name by @xl4624 in #63
  • feat: add complete command by @rsteube in #78
  • fix: infinite loop when argument is given when spec doesn't have an argument by @cpendery in #113
  • fix: command delimiter to support pipelining by @cpendery in #114
  • fix: enable logging via the --verbose flag by @cpendery in #115
  • fix: completion fails to detect space when represented with cursor movement by @cpendery in #116
  • build: add debug script for local testing by @cpendery in #117
  • fix: showing option suggestions after variadic arg by @cpendery in #118
  • fix: description positioning when larger than suggestions card by @cpendery in #119
  • fix: improper screen clearing results in blank cells by @cpendery in #121
  • docs: update demo with vhs by @cpendery in #123
  • feat: ability to check if the terminal in an inshellisense session by @cpendery in #122
  • fix: template & generator's cwd value by @cpendery in #124
  • fix: generator when script is provided as array by @cpendery in #125
  • feat: add cmd.exe support by @cpendery in #126
  • fix: generators by syncing types/generators & providing path field support by @cpendery in #129
  • fix: prompt detection on clears by @cpendery in #132
  • fix: uncaught errors when shell script generator fails by @cpendery in #133
  • build: bump version to 0.0.1-rc.6 by @cpendery in #134

New Contributors

Full Changelog: 0.0.1-rc.5...0.0.1-rc.6

0.0.1-rc.5

05 Dec 21:11
58b7709
Compare
Choose a tag to compare
0.0.1-rc.5 Pre-release
Pre-release

What's Changed

  • docs: update readme by @cpendery in #80
  • feat: implement isterm by @cpendery in #87
  • feat: implement single-line passthrough ui by @cpendery in #90
  • fix: improve git bash interfence & cleanup inference code by @cpendery in #91
  • feat: enable user customized prompt detectors by @cpendery in #92
  • fix: shell inference when ENV:SHELL isn't set & add back option for user to supply shell by @cpendery in #93
  • feat: restore argument descriptions & tweak keystroke management by @cpendery in #94
  • fix: suggestions ui to position above rather than forcing screen scroll by @cpendery in #97
  • fix: cursor movements & escaping suggestions by @cpendery in #98
  • docs: update readme by @cpendery in #99
  • docs: fix typo in Node-gyp Package Repository Link in README.md file by @somebodyawesome-dev in #100
  • fix: add shell integration support without requiring user installation by @cpendery in #101
  • fix: add in missing sourcing for bash's shell integration by @cpendery in #102
  • fix: recoloring cells when suggestions are hidden by @cpendery in #103
  • build: version bump by @cpendery in #104

New Contributors

Full Changelog: 0.0.1-rc.4...0.0.1-rc.5

0.0.1-rc.4

09 Nov 19:00
fe48506
Compare
Choose a tag to compare
0.0.1-rc.4 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.0.1-rc.3...0.0.1-rc.4

0.0.1-rc.3

08 Nov 16:24
04ffe38
Compare
Choose a tag to compare
0.0.1-rc.3 Pre-release
Pre-release

What's Changed

  • fix: failing config extraction for powershell in MacOS/Linux by @cpendery in #29
  • build: bump version to 0.0.1-rc.3 by @cpendery in #35

Full Changelog: 0.0.1-rc.2...0.0.1-rc.3

0.0.1-rc.2

07 Nov 20:33
5aee895
Compare
Choose a tag to compare
0.0.1-rc.2 Pre-release
Pre-release

What's Changed

  • feat: add uninstall command by @cpendery in #21
  • fix: only show 'powershell' binding on windows by @cpendery in #22
  • fix: use active profile for pwsh/powershell to support one drive directories by @cpendery in #25
  • docs: update readme to include supported node versions by @cpendery in #26
  • build: version bump 0.0.1-rc.2 by @cpendery in #27
  • fix: use LF instead of CRLF in shell file assets by @cpendery

Full Changelog: 0.0.1-rc.1...0.0.1-rc.2

0.0.1-rc.1

06 Nov 17:32
cddb54a
Compare
Choose a tag to compare
0.0.1-rc.1 Pre-release
Pre-release

What's Changed

  • feat: check in initial inshellisense implementation by @cpendery
  • build(deps-dev): bump @babel/traverse from 7.23.0 to 7.23.2 by @dependabot in #1
  • fix: add new exit pathways '^D, exit, logout' by @cpendery in #2

New Contributors

Full Changelog: https://github.com/microsoft/inshellisense/commits/0.0.1-rc.1