mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
1.116.0 (#5653)
See [changelog](https://github.com/abapGit/abapGit/blob/main/changelog.txt)
This commit is contained in:
parent
3e4c684815
commit
394212630d
|
@ -8,6 +8,87 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2022-06-29 v1.116.0
|
||||
-------------------
|
||||
|
||||
! Changes to exception class: Update abapGit using stand-alone versions to avoid dumps
|
||||
! FUGR: Better maintenance view auto comments cleanups (#5622)
|
||||
- Remove "branch overview" class/interface (#5503)
|
||||
+ IOBJ, ODSO: Add jump (#5495)
|
||||
+ FDT0: Add check of local/transportable apps (#5561)
|
||||
+ Repo view: Show icon for different source system (#5514)
|
||||
+ Repo view: Source system for packages/namespace (#5587)
|
||||
+ Show installation flavour in footer (#5604)
|
||||
+ CLAS: Add exposure to workflow class attributes (#5603)
|
||||
+ Support direct longtexts in exceptions (#5592)
|
||||
+ New Offline: Auto create package if non-existing (#5634)
|
||||
+ DDLX: implement changed_by (#5655)
|
||||
* Fix syntax error in BW jump (#5498)
|
||||
* Fix status calculation (#5500)
|
||||
* Fix ignore count in repo statistics (#5505)
|
||||
* DEVC: Clean-up OTR entries (#5507)
|
||||
* G4BA,G4BS: Clear/fill user and timestamp fields (#5519)
|
||||
* SPRX: Add objects to transport (#5521)
|
||||
* WDYN: Add documentation and fix diffs (#5490)
|
||||
* OTGR: Fix errors with parent/child (#5518)
|
||||
* UENO: Clear/fill user, date, and time fields (#5520)
|
||||
* OTGR: Downport (#5532)
|
||||
* Fix "DB delete failed" (#5517)
|
||||
* Fix commit message encoding (#5508)
|
||||
* Fix "DB delete failed" (#5534)
|
||||
* AMSD: Fix "Step DDIC is only for DDIC objects" (#5539)
|
||||
* AVAS,CHDO,DDLS,SPRX: Add objects to transport (#5542)
|
||||
* Improve error handling during activation phase (#5506)
|
||||
* UDMO: Fix wrong parameter value (#5540)
|
||||
* ENHC: Fix diffs due to OTR (#5538)
|
||||
* DDIC: Improve active/inactive check (#5486)
|
||||
* ASFC,SPLO,SPPF: Fix missing transport entry (#5541)
|
||||
* SHI3: Fix exists check (#5546)
|
||||
* IAxx: Fix locking of objects (#5545)
|
||||
* IOBJ/ODSO: Fix errors if objects exist already (#5551)
|
||||
* CHDO: Fix deletion of TADIR entries (#5555)
|
||||
* Improve error message for language mismatch (#5544)
|
||||
* SSFO: Avoid side-effect in is_active (#5564)
|
||||
* Fix tag popup message (#5567)
|
||||
* CHAR: take only serialize main language into accou (#5566)
|
||||
* Repo view: fix "order by transport" dump (#5571)
|
||||
* Fix syntax error in systems with BW (#5572)
|
||||
* PINF: Fix error when changing packages (#5560)
|
||||
* Uninstall: Fix order for dependencies (#5559)
|
||||
* Repo stats: don't count lines of ignored files (#5576)
|
||||
* SICF: Display object name in upper case (#5547)
|
||||
* Fix dump ASSERTION_FAILED during table content deserialization (#5586)
|
||||
* Fix dump for repos using data tables (#5581)
|
||||
* CLAS: Add to deletion transport (#5563)
|
||||
* MSAG: Exclude Translation Object Detective language (#5596)
|
||||
* Fix object deletions not working (#5594)
|
||||
* LXE: Downport (#5597)
|
||||
* INTF,CLAS,PROG,DTEL,DOMA,TABL: Exclude technical language (#5598)
|
||||
* UI: Create Tag (#5591)
|
||||
* Repo view: Source system not part of item sig (#5599)
|
||||
* INTF: Add to deletion transport and fix locking (#5562)
|
||||
* INTF: Remove syntax warning (#5607)
|
||||
* DSYS: Fix exceptions (#5608)
|
||||
* AFF: Fix exception handling (#5609)
|
||||
* SOTR: Fix uninstall (#5558)
|
||||
* Fix dump when switching repo to offline (#5613)
|
||||
* W3xx: Replace call with TADIR_INSERT (#5618)
|
||||
* UI: Message box improvements (#5616)
|
||||
* Adjust screen element naming (#5625)
|
||||
* Add authorization exit on startup (#5630)
|
||||
* Fix variant maintainance for abapGit report (#5627)
|
||||
* IWOM/IWMO: Clear object metadata (#5635)
|
||||
* IWPR/IWSV: Clear metadata fields (#5637)
|
||||
* Propagate codepage conversion errors (#5638)
|
||||
* IWVB: Clear metadata fields (#5647)
|
||||
* Diff: Properly show diffs for whitespace (#5643)
|
||||
* Fix repo settings dialog (#5649)
|
||||
* LinkHints: enable radio button (#5656)
|
||||
* Downport: GUI HTML Viewer (#5664)
|
||||
* SSST: Suppress list output for warnings (#5666)
|
||||
* BDEF: Fix dump when pulling repo (#5661)
|
||||
* Improve folder logic popup (#5662)
|
||||
|
||||
2022-04-28 v1.115.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.115.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.116.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user