mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
32 lines
1.3 KiB
Plaintext
32 lines
1.3 KiB
Plaintext
abapGit changelog
|
|
=================
|
|
|
|
Legend
|
|
------
|
|
* : fixed
|
|
! : changed
|
|
+ : added
|
|
- : removed
|
|
|
|
2016-12-01 v1.24.0
|
|
------------------
|
|
+ abap syntax highlighting
|
|
|
|
2016-11-22
|
|
------------------
|
|
+ supported object list @debugpage
|
|
+ New favorites bar. All repos are displayed in dropdown burger-button. A repo can be "starred" to appear in favbar.
|
|
! W3xx serialization change (v2.0.0). Now data file is stored as a separate file instead of base64 field in XML.
|
|
* Fixed bug in diff page: change counters values
|
|
|
|
2016-11-12
|
|
------------------
|
|
+ brand new style for file diff display - local and remote statuses are independent and based on local/remote hash and saved state
|
|
+ diffs can now be displayed for new local files
|
|
* stage header diff (all changes) now display all diff including new local files
|
|
! local state in DB is now calculated per file. This will require rebuilding of local checksums - the dislog will popup at the begining. The logic is: if local and remote file differs then: if remote branch is ahead then assume changes are remote, else (branches are equal) assume changes are local. This will lead to incorrect state for files changed on both sides (which should be a rare case though). If this is critical - it is better to sync repo with a previous version of abapGit first.
|
|
|
|
before 2016-11-12
|
|
------------------
|
|
long history of abapGit development ;)
|