- Add command
delete
(#106, thanks @howardcvalve) - Ignore changelist with prefix (#131, thanks @forgottenski)
- Hide non workspace files (#134, thanks @tw1nk)
- Option to hide shelved files and empty changelists
- Throttle all perforce commands via bottleneck (#137, #147, thanks @pjdanfor)
3.1.0 - 2017-12-17
- Add
Revert Unchanged
for file and changelist (#77) - Support scm commands when multiple files are selected (#92)
- Better handling of changelist descriptions
- Fix some issues with
editOnFileSave
andeditOnFileModified
(#61, #110) - Fix duplicate changelists (#62, #67, #79, #82, #115)
- Increase the default value of
perforce.maxBuffer
to 1MB (#116) - Add a Common Questions section in the README.md
3.0.0 - 2017-11-09
- Multi-root support (#103)
2.2.2 - 2017-10-16
- Fix issues with config and detection (#98, #99, thanks @vrachels)
2.2.1 - 2017-09-19
- New setting to controls when to activate the extension
2.2.0 - 2017-09-17
- New setting to display badge or not (
perforce.countBadge
) - More global options in settings (
client
,user
,port
,password
,dir
) (#76, #95) - Optional
user
for annotation (#75) - Confirmation on submit (#73)
- New setting to open file change when selected in Explorer (
perforce.scmFileChanges
) (#70) - Submit Default Changelist (#72, #87, thanks @vrachels)
- Multi-repo SCM support (#74, #83, #84, #88, thanks @vrachels)
- Show fstat output when selecting a binary file (#89, thanks @vrachels)
2.1.1 - 2017-06-28
- Set a maximum number of line per command ()
- Send more detailed errors to the
Perforce Logs
- Change deprecated
withScmProgress
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
andlogout
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 filediff
current file in output log- icon
0.0.1 - 2015-10-18
edit
command on opened filerevert
command on opened file