Skip to content

Releases: microsoft/inshellisense

0.0.1-rc.15

01 May 21:35
4310656
Compare
Choose a tag to compare
0.0.1-rc.15 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.1-rc.14...0.0.1-rc.15

0.0.1-rc.14

15 Apr 02:55
15ccb14
Compare
Choose a tag to compare
0.0.1-rc.14 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.1-rc.13...0.0.1-rc.14

0.0.1-rc.13

12 Apr 23:38
141ca5f
Compare
Choose a tag to compare
0.0.1-rc.13 Pre-release
Pre-release

What's Changed

  • fix: infinite loop on clear command by @cpendery in #228
  • fix: support paths containing spaces or quoted paths by @cpendery in #227
  • refactor: add official init command for plugging inshellisense into shell config startups by @cpendery in #229
  • feat: expand shell plugins to all shells except cmd by @cpendery in #230
  • build: bump to 0.0.1-rc.13 by @cpendery in #231

Full Changelog: 0.0.1-rc.12...0.0.1-rc.13

0.0.1-rc.12

08 Apr 20:19
334f5b3
Compare
Choose a tag to compare
0.0.1-rc.12 Pre-release
Pre-release

What's Changed

  • feat: add alias expansion for bash & zsh by @cpendery in #222
  • feat: Add support for local autocomplete specs path configuration by @alanhg in #223
  • build: bump to 0.0.1-rc.12 by @cpendery in #224
  • fix: prompt terminator replay giving bad suggestions by @cpendery in #225
  • fix: suggestions when command wraps terminal by @cpendery in #226

Full Changelog: 0.0.1-rc.11...0.0.1-rc.12

0.0.1-rc.11

02 Apr 19:09
0383d34
Compare
Choose a tag to compare
0.0.1-rc.11 Pre-release
Pre-release

What's Changed

  • fix: shell integration with oh-my-bash by @cpendery in #200
  • fix: PROMPT_COMMAND overriding precmd hook results for oh-my-bash by @cpendery in #203
  • build: update xterm to use @xterm/headless by @cpendery in #206
  • Update inshellisense commands and options by @naquiroz in #202
  • fix: alt buffer issue when entering vi by @cpendery in #210
  • build: bump to 0.0.1-rc.10 by @cpendery in #211
  • fix: bad width calculations when characters are wide by @cpendery in #212
  • Don't source bash startup files meant for login shells by @russelldavis in #214
  • fix: xonsh should be expected on path, don't search python modules by @cpendery in #215
  • fix: for filepaths/folders templates, the icon type of the suggestion… by @alanhg in #207
  • feat: add nushell support by @cpendery in #216
  • docs: update readme by @cpendery in #217
  • fix: respect underline, italic, & bold during redraws by @cpendery in #220
  • build: bump to 0.0.1-rc.11 by @cpendery in #221

New Contributors

Full Changelog: 0.0.1-rc.9...0.0.1-rc.11

0.0.1-rc.9

09 Mar 21:37
599ebdd
Compare
Choose a tag to compare
0.0.1-rc.9 Pre-release
Pre-release

What's Changed

  • fix: complete command hangs too long upon print by @cpendery in #192
  • fix: reduce generator failures, add cwd tracking, and improve failure logging by @cpendery in #193
  • feat: implement xonsh support by @cpendery in #195
  • docs: update readme by @cpendery in #196
  • feat: add keybinding support & configuration documentation / tweaks by @cpendery in #197
  • build: bump to 0.0.1-rc.9 by @cpendery in #198

Full Changelog: 0.0.1-rc.8...0.0.1-rc.9

0.0.1-rc.8

06 Mar 19:21
a834bec
Compare
Choose a tag to compare
0.0.1-rc.8 Pre-release
Pre-release

What's Changed

  • docs: update to reflect node versions by @cpendery in #151
  • docs: update readme by @cpendery in #152
  • fix: support new version autocomplete by @alanhg in #153
  • fix: batched keypress events failed to be recognized. by @cpendery in #167
  • feat: add option to hide prompt information during e2e tests by @cpendery in #168
  • feat: add hidden flag for forcing default inshellisense prompt for testing by @cpendery in #176
  • fix: readline detection for pwsh by @cpendery in #177
  • fix: reset the selected completion index to 0 to prevent the selected… by @alanhg in #173
  • build: add husky,support lint code when pre-commmit by @alanhg in #178
  • fix: reset index after getSuggestions by @alanhg in #182
  • fix: windows powershell shellIntegration & backspace by @cpendery in #183
  • fix: subCommands find problem by @life2015 in #179
  • fix: cmd prompt controls when under test by @cpendery in #184
  • fix: stale suggestion appearing after command execution by @cpendery in #185
  • fix: when filtering, the suggestions shouldn't shift from top view to bottom view by @cpendery in #186
  • fix: up arrow with no suggestions should be a history access by @cpendery in #187
  • fix: bad shell integrations for zsh/fish by @cpendery in #189
  • ci: add detailed e2e tests & prebuilt node-pty by @cpendery in #188
  • build: bump to 0.0.1-rc.8 by @cpendery in #190
  • fix: zsh integration to work with powerlevel10k / themes by @cpendery in #191

New Contributors

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

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

New Contributors

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