Releases: mogelbrod/quick-opener
Releases · mogelbrod/quick-opener
v0.5.0
0.5.0 (2024-03-01)
Features
- Add ability to define prefixes via
quickOpener.prefixes
(1506c0e)
Bug Fixes
- Ensure displayed paths in quick pick use same prefix as input (acefa87)
- Show error message if selected file fails to open (7c85766)
- Stop shortening quick pick title path (a767150)
- Update list when popping path (83a3083), closes #2
v0.4.3
0.4.3 (2023-11-11)
Bug Fixes
- Don't implicitly change search root when only
~
has been entered (9b29071)
- Queue sub directory scans using something akin to breadth first searching (bb023f3)
v0.4.2
0.4.2 (2022-12-22)
Bug Fixes
- Resolve original file path for commit~* files in multi-folder workspaces (7bc7168)
v0.4.1
0.4.1 (2022-11-07)
Bug Fixes
- commands: Use title case for 'show' command title (e7c000c)
v0.4.0
0.4.0 (2022-11-06)
Features
- Replace input value with selected item when Tab key is pressed (cb421a6)
Code Refactoring
- Let quick pick trigger list regeneration (5138202)
v0.3.1
0.3.1 (2022-10-29)
Bug Fixes
v0.3.0
0.3.0 (2022-10-29)
Features
- Add customizable keybindings for all defined actions + pop directory (daaab6e)
- Attempt to locate original dir when triggered from a
/commit~{sha}/...
file path (864f98a)
Bug Fixes
- Avoid throwing if
resolveRelative()
is called with a slash-less path (895e58d)
- Don't use active file as starting point if it doesn't contain any slashes (af43951)
- Prevent
popPath
from resulting in .
input (c72d77e)
- Trigger (item) action commands argument is supposed to be 1 indexed (b435dee)
v0.2.1
0.2.1 (2022-10-19)
Bug Fixes
- Drop platform specific path separator from default fallbackDirectory value (54afad9)
v0.2.0
0.2.0 (2022-10-19)
Features
- Allow fallback starting directory to be customized using
quickOpener.fallbackDirectory
(e6ed2b6)
- Show "open workspace" item button for
*.code-workspace
files (f2db318)
Code Refactoring
- QuickOpener: Make
stat
object available in action/accept handlers (49710c8)
v0.1.0
0.1.0 (2022-10-16)
Features
- Improve perf by limiting number of generated suggestions using new
maxCandidates
setting (6e63588)
- Make "Add to workspace" trigger "Open folder" instead when workspace has no folders (6384abf)
Performance Improvements
- Don't block scanner while
stat()
ing input to determine window buttons (20b7e49)
- Only scan and produce results for the last directory in the input (d2b222b)