Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Releases: aditosoftware/adito-nb-git

Plugin v1.9.5

04 Oct 14:33
Compare
Choose a tag to compare

MINOR

  • Added buttons for resolving both sides of a conflict in a merge at once
  • The table that shows the merge conflicts now keeps its selection when the contents of the table are changed and retains focus after a conflict is resolved
  • Added additional logging to the actions that are performed prior to a push

BUGFIX

  • Fix: Accepting resolveable conflicts with imports leads to a disconnect between displayed content and actual content of the textPanes
  • Fix: Discarding changes from the right side of a merge can lead to wrong indices for the changed chunks
  • Fix: In some circumstances the calculation of the chunks can lead to an Exception that prevents displaying all other chunks

Plugin v1.9.4

11 Aug 15:03
Compare
Choose a tag to compare

Changelog:

MINOR

  • The dialog windows now remember their size and position

BUGFIX

  • Fix: The option "Create New Branch" when pushing a branch that tracks a branch with some other name does not create a new branch
  • Fix: Pushing/Pulling/Fetching via HTTPS does not always work due to a NullPointerException

Plugin v1.9.1

07 Jun 14:03
Compare
Choose a tag to compare

Changelog:

MINOR

  • The plugin now uses logic that should be more resistant to deadlocks (Introduces the changes made in version 1.8.3 to the 1.9.0 version)

Plugin v1.8.3

07 Jun 13:56
Compare
Choose a tag to compare

Changelog:

MINOR

  • The plugin now uses logic that should be more resistant to deadlocks

Plugin v1.9.0

03 May 13:05
Compare
Choose a tag to compare

Changelog:

MINOR

  • Added support for ADITODesigner 2022.1.0

BUGFIX

  • Fix: The Popup showing the previous state of a change now works properly in Linux environments

Plugin v1.8.2

23 Mar 12:16
Compare
Choose a tag to compare

Changelog:

BUGFIX

  • Fix: The selected SSH key and passphrase are not saved if the key is automatically detected by JGit. In that case the dialog asking for the SSH credentials contains the path of the key

Plugin v1.8.1

18 Mar 09:11
Compare
Choose a tag to compare

Changelog:

BUGFIX

  • Fix: Potential Exception during Clone Wizard process
  • Fix: The SSH Key for a given remote is lost when the key is entered in the first panel of the Clone Wizard

Plugin v1.8.0

08 Mar 14:20
Compare
Choose a tag to compare

Changelog:

MINOR

  • Several general performance improvements

Plugin v1.7.1

10 Feb 14:42
Compare
Choose a tag to compare

Changelog:

BUGFIX

  • Fix: Actions that involve a proxy server and a remote together do not work
  • Fix: The Annotate Sidebar causes a memory leak, the severity of the leak depends on the size of the openened file
  • Fix: A NullPointerException is thrown when calculating the line numbers for an editor that is in the process of being closed
  • Fix: The Push action can fail if the remote address was an http address

Plugin v1.7.0

25 Oct 13:06
Compare
Choose a tag to compare

Changelog:

MINOR

  • The icons for changed files are computed asynchronously in the background