Skip to content

Releases: belkiss/niftyplugins

Nifty Perforce - belkiss' fork - 3.0.5

04 Jul 20:28
Compare
Choose a tag to compare

New features / improvements

  • Invoke p4v and p4vc with their location as working directory and with full userinfo arg to fix QT resource error by @belkiss in #69

Bug fixes

  • Fix view in p4v for versions 2023.2+ 4847278

Full Changelog: 3.0.4...3.0.5

Nifty Perforce - belkiss' fork - 3.0.4

06 Jun 13:36
Compare
Choose a tag to compare

Hotfix

  • Fixes compatibility with vs2022 versions prior to 17.2 caused by an overzealous auto-dependency update
  • Fix regression on p4vc commands induced by #44, working dir needs to be properly set

Full Changelog: 3.0.3...3.0.4

Nifty Perforce - belkiss' fork - 3.0.3

30 May 12:58
Compare
Choose a tag to compare

Hotfix

  • This release fixes compatibility with vs2017/vs2019 caused by an overzealous auto-dependency update (#45)

Full Changelog: 3.0.2...3.0.3

Nifty Perforce - belkiss' fork - 3.0.2

29 May 22:22
3.0.2
Compare
Choose a tag to compare

New features / improvements

  • Support proxy and SSL encrypted p4 server (#27) (thanks to @437569)
  • Support filename with special p4 characters (#26) (thanks to @437569)

Bug fixes

  • Fixed a bug where NiftyPerforce would cause p4v to litter the local workspace folders with log files. (#44) (thanks to @gamma09)

Nifty Perforce - belkiss' fork - 3.0.1

18 Nov 13:49
Compare
Choose a tag to compare

Important notes

Bug fixes

  • Fix #15, crash when toggling AutoCheckoutProject

Nifty Perforce - belkiss' fork - 3.0.0

11 Nov 13:47
3.0.0
Compare
Choose a tag to compare

Important notes

New features / improvements

  • Add support for vs2022
  • Add support for recent p4v versions where p4vc was changed from a .exe to .bat
  • The settings are now found in the VS Tools/Options instead of a custom dialog
  • Improve log message when a file is already read/write but we tried to call edit
  • Add the possibility to force checkout a file, and use it when the edit button is manually pressed
  • Speed up initialization by skipping some p4 supported features checks when we know for sure they are available
  • Add version to the log message when nifty initializes
  • Improve log on startup
  • Add some debugspam when adding/removing files
  • Add an existence check before calling checkout on the optional associated files (like vcxproj.filters, .resx, etc)
  • Reduce png sizes using ImageOptimizer vs plugin
  • Update copyright info in the root COPYING file
  • Remove debug names from menu entries
  • Add an .editorconfig file at the root
  • Remove config button from menu, useless now that the settings are found in the VS options
  • Convert csproj to new Sdk format for easier maintenance
  • Remove old images and scripts

Bug fixes

  • Fix possible deadlocks during logging
  • Fix grammar in some log messages
  • Fix subsequent press of revision graph button when the first operation fails
  • Fix logo display, and remove the old unused icon file
  • Icons and menu entries are now properly registered and associated with the plugin, this allow clean uninstall
  • Use Extensibility Essentials plugin to automatically synchronize some info in .cs files
  • Convert the sln to vs2019 and remove NiftySolution, unused and unmaintained...
  • Fix possible issue where OnOutput would be called with a null event
  • Prevent call to string.Format when there's nothing to format

Nifty Perforce - belkiss' fork - 2.0.9

24 Oct 06:33
Compare
Choose a tag to compare
  • Support for vs2017 (min 15.8) and vs2019
  • Fix detection of environment variable P4DIFF
  • Fix process status in case an exception is thrown. Before that change, if a process started by nifty failed, it would still be considered running by nifty.
  • Added partial support for loading the Nifty Perforce extension in the background (from @jgvincen)