Skip to content

Releases: microsoft/inshellisense

0.0.1-rc.18

07 Nov 19:03
73bac75
Compare
Choose a tag to compare
0.0.1-rc.18 Pre-release
Pre-release

What's Changed

Full Changelog: 0.0.1-rc.17...0.0.1-rc.18

0.0.1-rc.17

07 Nov 18:53
66253c7
Compare
Choose a tag to compare
0.0.1-rc.17 Pre-release
Pre-release

What's Changed

  • docs: update readme by @cpendery in #279
  • docs: update readme by @cpendery in #281
  • fix: generators that console log should be captured and redirected to logfile by @cpendery in #282
  • feat: add tests and bump @withfig/autocomplete to 2.675.0 by @cpendery in #284
  • Fix fish shell integration when prompt function doesn't return anything by @dberlin in #288
  • fix: use git bash for shell commands on windows to reduce generator failures by @cpendery in #290
  • fix: complex paths by @cpendery in #291
  • fix: path seperator logic when files are introduced by @cpendery in #293
  • feat: update shell config system by @cpendery in #294
  • docs: fix save command for powershell by @cpendery in #295
  • fix: vscode shell resolve by @cpendery in #296
  • fix: zsh login shells not trigger inshellisense shellIntegration file by @cpendery in #297
  • build: bump to 0.0.1-rc.17 by @cpendery in #298

New Contributors

Full Changelog: 0.0.1-rc.16...0.0.1-rc.17

0.0.1-rc.16

26 Aug 20:53
3018bd3
Compare
Choose a tag to compare
0.0.1-rc.16 Pre-release
Pre-release

What's Changed

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

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