Releases: SaekiRaku/vscode-pin-up
Releases · SaekiRaku/vscode-pin-up
v1.4.1
- Fixed: Cancel button on remove pin icon removes the pin. (#18)
v1.4.0
- Added: Collapse all button.
- Added: Pin up current actived file (defualt keybord shortcut:
ctrl/cmd + alt + p
). #13
- Added: New array setting of
pin-up.list.ignore
to hide some files or folders on the pinned list by RegExp. #10
v1.3.3
- Changed: The ordering behavior inside the pinned folders will be same as VSCode explorer view. (Fixed Issue #9)
v1.3.2
- Added: An new configuration
pin-up.confirm.removePin(boolean)
that indicate if display a confirm modal before remove or clear the pins. (Resolved #8 )
v1.3.1
- Fixed: Now, it will only display the alias while there have duplicated file name in the pinned list on Windows.
v1.3.0
- Added: Set alias for pinned files to distinguish the same name to each other. (Resolve Feature Request of #7)
- Fixed: The icon button of
pin outside
can be displayed on the right position now.
v1.2.0
- Added: Create file/folder and delete it in Pinned List ( Solved: #5 ).
- Fixed: Add category property to each commands.
v1.1.1
- Added: I18N Support of Chinese.
- Fixed: Skip the coming process if not selected any files on pin up outside files.
v1.1.0
- Added: Support to add files from outside of the workspace. (Feature Request #4)
- Changed: Redesigned the logo.
v1.0.3
- Fixed: Issue #3 - selected file opens only when the bar loses focus
- Changed: Redesigned the icon so that it will be in accordance with VSCode's standard, it looks should be more clearly than before.