forked from abapGit/abapGit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
139 lines (113 loc) · 3.59 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
abapGit changelog
=================
Legend
------
* : fixed
! : changed
+ : added
- : removed
2017-06-10 v1.37.2
------------------
* fixed unit tests
* fixed dump when calling branch overview page
2017-06-07 v1.37.1
------------------
* WDYN package popup
* SHI3 diffs
2017-06-03 v1.37.0
------------------
+ FORM support
* minor performance fixes
! XML format changed, initial tables omitted
2017-05-17 v1.36.1
------------------
* fixed problem regarding translated texts, PROG I18N_TPOOL
2017-04-23 v1.36.0
------------------
+ DCLS support
+ STYL support
2017-04-23 v1.35.1
------------------
* DDLS jump
* XLST jump
* WAPA jump
* WAPA extra XML fields
! abapGit news announcements(only online)
2017-04-20 v1.35.0
------------------
+ SAMC support
+ SAPC support
2017-04-15 v1.34.0
------------------
+ WAPA support
+ display abapGit changelog in abapGit
* bugfix nested namespace folders
2017-03-24 v1.33.3
------------------
* fix dump in transport to branch
* fix dump in migration of .abapgit.xml to local state
2017-03-23 v1.33.2
------------------
* fix Microsoft TFS zlib decompression error
* downport of new requirements feature
* fix for SMIM document class
2017-03-21 v1.33.1
------------------
* reset TADIR-DELFLAG resetting or pulling object again
2017-03-20 v1.33.0
------------------
+ possibility to define software component requirements for repo
2017-03-07 v1.32.0
------------------
+ user interface changed for diff and staging pages
* body length in commit page
! refactored lcl_log
2017-03-07 v1.31.1
------------------
! local .abapgit.xml state, note migration is triggered automatically when executing abapGit
2017-02-25 v1.31.0
------------------
+ SFPF support
+ Committer and author separated
2017-02-22 v1.30.0
------------------
+ SFPI support
* fix for long branch names in popup
* fix for generated maintenance function groups
* changes to staging screen
* should show less package popups during pull
2017-02-17 v1.29.0
------------------
+ FULL folder logic added
2017-02-13 v1.28.0
------------------
+ Staging page redesigned
+ Support for core data services
2017-01-25 v1.27.0
------------------
+ Two factor authentication with github.com
2017-01-22 v1.26.0
------------------
+ XML ignore initial fields
+ Newline added to end of all ABAP code
2017-01-22 v1.25.2
------------------
+ Possibility to set max number of objects in list
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 ;)