mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
9aa0dd154e
commit
d73825c222
|
@ -8,6 +8,24 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2021-11-26 v1.113.0
|
||||
-------------------
|
||||
! SRVB serialization changes
|
||||
! Commit page: limit comment input length
|
||||
! Repo View: remove file pathin folder view
|
||||
! TABL: Expand before PUT
|
||||
! FUGR: check the serialized include belongs to the same FUGR
|
||||
+ Patch/Diff page, new view options
|
||||
+ Patch/diff: add "filter by object type"
|
||||
+ Create new branch for commit
|
||||
* Add DRUL and DTDC to mass activation
|
||||
* add form actions to command palette
|
||||
* fix icon hover in repo bar
|
||||
* Zip import, show error log
|
||||
* SHI3, deserialization set buffer mode field
|
||||
* Performance optimization with namespaced objects
|
||||
* WEBI: fix changed_by, is_active, exists
|
||||
|
||||
2021-11-03 v1.112.0
|
||||
-------------------
|
||||
! Only show favorites on startup
|
||||
|
|
|
@ -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.112.0' ##NO_TEXT.
|
||||
CONSTANTS c_abap_version TYPE string VALUE '1.113.0' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user