Releases: abapGit/ADT_Frontend
v1.1.1
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
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
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
v0.13.2
v0.13.1
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
v0.12.8
v0.12.3
v0.12.2
v0.12.1
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