Skip to content

Releases: SaekiRaku/vscode-pin-up

v1.4.1

24 Feb 05:19
Compare
Choose a tag to compare
  • Fixed: Cancel button on remove pin icon removes the pin. (#18)

v1.4.0

09 Oct 15:39
Compare
Choose a tag to compare
  • 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

17 Sep 04:16
Compare
Choose a tag to compare
  • Changed: The ordering behavior inside the pinned folders will be same as VSCode explorer view. (Fixed Issue #9)

v1.3.2

13 Sep 14:47
Compare
Choose a tag to compare
  • 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

02 Sep 01:56
Compare
Choose a tag to compare
  • Fixed: Now, it will only display the alias while there have duplicated file name in the pinned list on Windows.

v1.3.0

01 Sep 10:06
Compare
Choose a tag to compare
  • 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

05 Jun 06:01
Compare
Choose a tag to compare
  • Added: Create file/folder and delete it in Pinned List ( Solved: #5 ).
  • Fixed: Add category property to each commands.

v1.1.1

29 May 06:50
Compare
Choose a tag to compare
  • Added: I18N Support of Chinese.
  • Fixed: Skip the coming process if not selected any files on pin up outside files.

v1.1.0

29 May 03:32
Compare
Choose a tag to compare
  • Added: Support to add files from outside of the workspace. (Feature Request #4)
  • Changed: Redesigned the logo.

v1.0.3

21 May 06:28
Compare
Choose a tag to compare
  • 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.