* 1.99.2

* v1.99.2
This commit is contained in:
Lars Hvam 2020-09-22 09:06:20 +02:00 committed by GitHub
parent 8ad4d130d4
commit d68f6ad2fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -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

View File

@ -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.