Skip to content

Latest commit

 

History

History
76 lines (59 loc) · 4.71 KB

CHANGELOG.md

File metadata and controls

76 lines (59 loc) · 4.71 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. Use the following format for additions: - VERSION: [feature/patch (if applicable)] Short description of change. Links to relevant issues/PRs.

  • 1.0.0: Introduced Continuous delivery. #823

Added

  • Added search by git folder name in the search bar. #793
  • New configuration option logLevel allows you to assign the level of logging you want to see in the servers output console.
  • New configuration option mergeTool allows you to assign a custom external merge tool for conflict resolution #783 Doc
  • Whitespace ignore option for text diffs #777
  • Fix for favorites linking in case rootPath is used @sebastianmay #609 and image diffing
  • Limit commit title to 72 characters, the rest is truncated and shown when inspecting the commit
  • Updated file watch logic to closely follow git commands in another process #283

Fixed

  • File diff firing increasing number of events longer it survives.
  • Fix missing ungit logo. #812
  • Fix when stash output is empty #818
  • Fix missing commit message body if commit was committed with Visual Studio or Visual Studio Code #826

Added

  • Show diffs for stashed changes #444
  • Active node focused git log result #420

Fixed

  • Missing npm as a normal dependency #766

Fixed

  • Handle SIGTERM and SIGINT #763

Added

  • Added bare repo support #177 #728
  • Added support for cherry-pick conflict#701
  • Added wordwrap support for diffs #721
  • Support for Node6 #745
  • Added "autoCheckoutOnBranchCreate" option #752

Fixed

  • Fix maxConcurrentGitOperations not limiting git processes #707
  • Fix ".lock" file conflicts in parallelized git operations #515
  • Allow Ungit to function under sub dir of a git dir #734
  • Removed deprecated npmconf package #746
  • More helpful warning messages #749
  • Deleting already deleted remote tag #748
  • Fix to handle revert merge commit #757

Changed

  • Cleaner rebase conflict message display #708
  • ES6 #672
  • Dropped support for Node 0.10 and 0.12 #745

Added

  • Introduced change log! #687
  • Improved server and client error logging #695

Fixed

  • Fix crashes due to submodule parsing #690 #689
  • Fix duplicate remote tag issues #685
  • Fix scrolling issue in safari #686
  • Fix git hooks failing on non-ascii files #676

Removed

  • Reverted on hover button effects #688

Changed

  • Upgrade keen.io client code #679