Releases: microsoft/inshellisense
Releases Β· microsoft/inshellisense
0.0.1-rc.18
What's Changed
- fix: missing scripts from 0.0.1-rc.17 release by @cpendery in #299
- build: bump to 0.0.1-rc.18 by @cpendery in #300
Full Changelog: 0.0.1-rc.17...0.0.1-rc.18
0.0.1-rc.17
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
What's Changed
- fix: pwsh ghost text detection by @cpendery in #253
- fix: strip osc from prompt detection by @cpendery in #256
- docs: update readme by @cpendery in #257
- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by @dependabot in #264
- feat: add unicode 11 support by @cpendery in #273
- fix: add try-catch for bug in 'find-process' package by @cpendery in #272
- fix: zsh configs on macos by @cpendery in #275
- fix: spawn commands for macos w/ zsh by @cpendery in #276
- build: bump to 0.0.1-rc.16 by @cpendery in #277
Full Changelog: 0.0.1-rc.15...0.0.1-rc.16
0.0.1-rc.15
What's Changed
- chore: Update .gitignore file by @alanhg in #242
- fix: add more configuration filepaths by @cpendery in #243
- feat: support fish on windows by @cpendery in #247
- feat: improve shell inference by @cpendery in #246
- fix: hide suggestions during command navigation by @cpendery in #250
- fix: improve prompt detection by @cpendery in #251
- build: bump to 0.0.1-rc.15 by @cpendery in #252
Full Changelog: 0.0.1-rc.14...0.0.1-rc.15
0.0.1-rc.14
What's Changed
- feat: support --login & respect login shells in shell plugins by @cpendery in #232
- fix: support more terminal accents & reset accents between different cells by @cpendery in #233
- fix: suggestion hangs after enter by @cpendery in #234
- fix: clears on windows ptys by @cpendery in #235
- fix: suggestion appears and hangs after enter by @cpendery in #236
- fix: bash -q binary operator expected by @cpendery in #237
- feat: add
specs list
command by @cpendery in #238 - build: bump to 0.0.1-rc.14 by @cpendery in #239
Full Changelog: 0.0.1-rc.13...0.0.1-rc.14
0.0.1-rc.13
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
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
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
- @naquiroz made their first contribution in #202
- @russelldavis made their first contribution in #214
Full Changelog: 0.0.1-rc.9...0.0.1-rc.11
0.0.1-rc.9
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
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