mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
parent
5c99f34d25
commit
313c4442c7
|
@ -8,6 +8,64 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2023-11-16 v1.126.0
|
||||
-------------------
|
||||
|
||||
! Add ABAP Language Version to repo settings (experimental feature) (#6476,#6484,#6486,#6487,#6488,#6525,#6603)
|
||||
! IAMU v2: Serialize MIMEs as separate file + fixes (#6515)
|
||||
! SRVB: Clear metadata links (#6550)
|
||||
! Change the order of popups on pull; first check prerequisites and dependencies (#6613)
|
||||
! Add "name" to repository settings (#6633,#6634,#6635,#6637)
|
||||
+ Add option to remove all objects but keep repository (#6499)
|
||||
+ Diff View: Collapse/expand all diffs (#6511)
|
||||
+ Add back button to DB page (#6521)
|
||||
+ unit test page: add re-run button (#6533)
|
||||
+ Improve unit test page (#6543)
|
||||
+ DB edit+display page: add back button (#6545)
|
||||
+ Add exit to adjust rfc server group for parallel serialization (#6503)
|
||||
+ Implement changed_by for several objects (#6554)
|
||||
+ Repo View: Shorten URL display (#6555)
|
||||
+ Pass repo metadata to adjust_display_filename exit (#6556)
|
||||
+ Improve Backup (#6617)
|
||||
+ Enhance repo labels (#6442)
|
||||
* Repo view: Fix display of original system (#6478)
|
||||
* Consider filter at zcl_abapgit_repo_status=>calculate (#6480)
|
||||
* Escape display name for javascript repo catalog (#6482)
|
||||
* Remove test data container variants on pull that do not exist on the remote (#6493)
|
||||
* ECTD: Fix diff after import based on sort order (#6494)
|
||||
* CMPT: Remove redundant and admin fields from XML (#6502)
|
||||
* Fix dump in when using namespaced package for repo (#6500)
|
||||
* Do not assign T packages to a transport request (#6506)
|
||||
* Fix command palette default form action with edge (#6508)
|
||||
* Fix link hints for radio buttons with edge control (#6509)
|
||||
* Fix unit tests in zcl_abapgit_abap_language_vers (#6516)
|
||||
* SFxx: Fix missing lock checks and unlocking (#6519)
|
||||
* Diff: Fix refresh of single file (#6524)
|
||||
* CUS2: Add missing tadir and transport entries (#6527)
|
||||
* CMPT: Fix missing transport entry on deletion (#6526)
|
||||
* Fix ignoring sub-packages when adding offline repo (#6538)
|
||||
* TOBJ: Serialization shows diffs on an HANA database (#6547)
|
||||
* Fix 'determine_max_processes' for disabled Parallel Processing and Merged abapGit (#6559)
|
||||
* PROG, FUGR: Fix handling of inactive code (#6557)
|
||||
* TABL: Drop secondary indexes on pull (#6578)
|
||||
* PR ENUM: fix for private repos (#6592)
|
||||
* Add version constant back to repo settings (#6596)
|
||||
* zlib performance optimizations (#6597)
|
||||
* FUGR: Fix import of template screens (#6582)
|
||||
* Show object type in activation log (#6611)
|
||||
* Fix "Open in Main Language" if language is not installed (#6610)
|
||||
* APACK: Manifest interface in sub-package (#6614)
|
||||
* SSFO: Fix order of T_CAPTION data (#6609)
|
||||
* Fix dump restoring abapGit backup (#6621)
|
||||
* Fix typo in "orange" label (#6622)
|
||||
* Sort pull request popup (#6623)
|
||||
* SAP GUI for HTML: Fix dialog buttons (#6566)
|
||||
* APACK: Allow overwriting missing dependencies (#6612)
|
||||
* INTF: Fix file format feature switch (#6628)
|
||||
* Fix text field when switching to offline (#6632)
|
||||
* Fix APACK for namespaces (#6639)
|
||||
* Fix deletion/uninstall when using local settings (#6640)
|
||||
* Fix APACK performance (#6649)
|
||||
|
||||
2023-09-06 v1.125.0
|
||||
-------------------
|
||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
|||
PUBLIC .
|
||||
|
||||
CONSTANTS c_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.125.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.126.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user