Skip to content

Releases: abapGit/ADT_Frontend

v1.1.1

20 Dec 06:46
5d79211
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changelog

  • fixes NullPointerException (#118)

v0.12.8

11 Mar 09:39
a359129
Compare
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
Compare
Choose a tag to compare

Changelog

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

v0.12.2

20 Feb 14:24
Compare
Choose a tag to compare

Changelog

  • update ADT dependencies - fixes #105

v0.12.1

20 Feb 13:22
Compare
Choose a tag to compare

Changelog

  • Remove user and plain passwords combination from repository URL
  • Add "Show my repositories" filter option
  • Pull Wizard optimizations
  • Navigate to package from the context menu
  • Allow interactions with repository only for repository owners (that one who linked it)
  • various bugfixes and improvements