Skip to content

Latest commit

 

History

History
118 lines (81 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

118 lines (81 loc) · 5.13 KB

Change log

2.1.0 - 2017-05-15

  • Improve changelist workflow
  • Add annotate support (#31)
  • Support for shelved files (thanks @ihalip)
  • Ignore files specified in settings and .p4ignore (#27, thanks @ihalip)
  • Change extension category to SCM Providers (thanks @joaomoreno)

2.0.1 - 2017-04-09

  • Display errors as status bar message (#33)
  • Better compatibility with sourcedepot (#48, thanks @hoovercj)
  • Improve performance on refresh (#50, #52, thanks @hoovercj)
  • Configurable maxBuffer for commands (#53)
  • Experimental: Resolve realpath before executing commands (#42, thanks @silenaker)

2.0.0 - 2017-04-07

  • VS Code SCM Provider - beta (#39, 41, thanks @seanmcbreen, @joaomoreno)
  • Better changelist support (#22, #32)
  • Add submit support (#30)

1.1.0 - 2017-04-04

  • Show revisions as QuickPick for diffRevision
  • login and logout commands (#18)
  • More robust file path handling (#38, #43, thanks @eeroh)
  • ContentProvider for P4 operations

1.0.0 - 2017-01-01

  • Convert plugin to use Typescript and overall refactor (#26, thanks @jel-massih)
  • Use onWillSaveTextDocument event (#16, #25)
  • No need for workspace folder to (#13, #29)

0.1.9 - 2016-09-23

  • Fix issue #23 - error with diff keyboard shortcut

0.1.8 - 2016-07-11

  • Add ability to configure the p4 client per workspace. (#19, thanks @ralberts)
  • Add ability to diff specific revisions (#20, thanks @hoovercj)
  • Add ability to see files opened in perforce and open one in the editor (#21, thanks @hoovercj)

0.1.7 - 2016-05-11

  • the perforce command path can be configured in settings (#15, thanks @hoovercj)

0.1.6 - 2016-03-31

  • Fix a temporary file issue on Windows

0.1.5 - 2016-03-30

  • Show diff in a compare window
  • Fix issue #10 - change warning boxes for status bar messages

0.1.4 - 2016-01-21

  • Fix issue #9 - check for a valid p4 root before running automatic commands

0.1.3 - 2015-12-21

  • status bar icons
  • options to run add,edit,delete on file operations (thanks @jel-massih)

0.1.2 - 2015-11-18

  • info to display client/server information
  • Fix issue #2 - set open folder as working directory for p4 commands

0.1.1 - 2015-11-15

  • activationEvents (thanks @egamma)
  • QuickPick on cancel

0.1.0 - 2015-11-14

  • MIT License
  • new icon
  • vscode API 0.10.x

0.0.3 - 2015-10-18

  • group commands in QuickPick

0.0.2 - 2015-10-18

  • add command on a new file
  • diff current file in output log
  • icon

0.0.1 - 2015-10-18

  • edit command on opened file
  • revert command on opened file