Skip to content

Releases: abapGit/ADT_Frontend

Raise version to v1.1.2 (#167)

09 Jan 08:09
89158f5

Choose a tag to compare

Changelog

Fix for exceptions related to missing images with AbapGit Repositories view ( #165 )

v1.1.1

20 Dec 06:46
5d79211

Choose a tag to compare

Changelog

Fixes

  • [AbapGit Repositories] Fix broken icons in repositories view
  • [AbapGit Repositories] Change 'copy' action key binding to CTRL + C
  • [AbapGit Repositories] Improve the copy action
  • [AbapGit Repositories] Update repositories view content on editor window focus

Improvements

  • [AbapGit Repositories] Reorder context menu actions, UI Text improvements
  • [AbapGit Repositories] Object log dialog improvements
  • [AbapGit Repositories] Increase size of USER column in repositories view for readability

v1.1.0

06 Dec 09:55

Choose a tag to compare

Changelog

New Feature: File comparison support for objects and files in staging view (#144)

Mandatory requirement: SAP Cloud Platform Environment with 2002 version

New context menu action "Compare with Remote" added for objects and files in the staging view which compares the local version of the object/file in the system with the remote version of the corresponding object/file in the git repository. This feature will be useful to get an overview of the changes made before pushing the files to the git repository.

Fixes

  • [AbapGit Push] Fix keybinding issue for copy name context menu action in staging view

Improvements

  • Package restructuring for more meaningful code separation

v1.0.0

21 Oct 08:24
93c5f2b

Choose a tag to compare

Changelog

New Feature: abapGit Push (#144)

Mandatory requirement: SAP Cloud Platform Environment with 1911 version

A new "abapGit Staging" view in ADT which enables stage and push of the objects which are changed locally, to the git repository linked with the package. This new view can be opened from the existing abapGit Repositories view, by selecting the "Stage and Push" context menu option under a repository.

Supported features,

  • Lists all the objects which are changed locally (unstaged objects)
  • Option to move all or the selected objects from unstaged to staged state
  • Commit and Push the staged changes to the git repository with a meaningful commit message

Improvements

  • APACK: Fix #140, prepare versioned dependencies (#145)
  • Export of object log (#149)
  • fix obj log icons in dark mode (#152)

v0.13.2

26 Aug 13:53
d72d11e

Choose a tag to compare

Changelog

  • Fixes missing whitespace handling #143
  • Added context menu in object log with copy feature
  • Added confirmation dialog before pull action
  • Minor improvements and fixes

v0.13.1

22 May 13:31

Choose a tag to compare

Changelog

Object Log

  • Add object log to context menu
  • Add toolbar with filters, expand/collapse options
  • Optimize column data and group objects under TYPE objects
  • Add counter for every TYPE object
  • Add import status text and icon to dialog header
  • Enable textual search after filter selection



General

  • Add missing tooltip texts, icons
  • Improve plugin UI
  • Minor improvements and fixes

v0.12.9

11 Mar 15:35
02d6421

Choose a tag to compare

Changelog

  • fixes NullPointerException (#118)

v0.12.8

11 Mar 09:39
a359129

Choose a tag to compare

Changelog

  • update of dependency versions (#115)
  • every user can modify (unlink, pull) every repository (#111 )
  • add a Status column (#115)
  • "Last Changed at" displays last modification timestamp (#115)
  • Code cleanup

v0.12.3

20 Feb 16:07

Choose a tag to compare

Changelog

  • Pull wizard closes automagically, if finished - fixes #108

v0.12.2

20 Feb 14:24

Choose a tag to compare

Changelog

  • update ADT dependencies - fixes #105