mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
parent
8ad4d130d4
commit
d68f6ad2fc
|
@ -8,6 +8,20 @@ Legend
|
|||
+ : added
|
||||
- : removed
|
||||
|
||||
2020-09-22 v1.99.2
|
||||
------------------
|
||||
- Start removing GitHub 2FA implementation
|
||||
* fixes and harmonizes during startup
|
||||
* fix deletion of branches
|
||||
* Enhance result view of Code Inspector/Syntax Check
|
||||
* PROG, program class added to deserialization
|
||||
* SHI3 serialization and deserialization fixes
|
||||
* Performance improved during deserialize
|
||||
* Fix sort by created in repo overview
|
||||
* Split up global settings button
|
||||
* Refactoring, XML interfaces, HTML interfaces, event abstraction
|
||||
* Downport
|
||||
|
||||
2020-09-03 v1.99.1
|
||||
------------------
|
||||
! exception class updated, might require update via ZABAPGIT_STANDALONE
|
||||
|
|
|
@ -2,6 +2,6 @@ INTERFACE zif_abapgit_version
|
|||
PUBLIC .
|
||||
|
||||
CONSTANTS gc_xml_version TYPE string VALUE 'v1.0.0' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.99.1' ##NO_TEXT.
|
||||
CONSTANTS gc_abap_version TYPE string VALUE '1.99.2' ##NO_TEXT.
|
||||
|
||||
ENDINTERFACE.
|
||||
|
|
Loading…
Reference in New Issue
Block a user