You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -9,7 +9,7 @@ Here, the categories "Changed" for added and changed functionality,
9
9
We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#NUM`.
10
10
11
11
12
-
## [Unreleased]
12
+
## [3.7] - 2016-11-14
13
13
14
14
### Changed
15
15
- Implementation of eventbased autosave and backup functionality and file synchronization for shared DBs. Related to [#344](https://github.com/JabRef/jabref/issues/344)
@@ -72,49 +72,49 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
72
72
### Fixed
73
73
- Fixed problem where closing brackets could not be used as texts in layout arguments
74
74
- Fixed NullPointerException when opening search result window for an untitled database
75
-
- Fixed [#2228](https://github.com/JabRef/jabref/issues/2228): Fixed Medline fetcher no longer working. The fetcher now uses `https` for fetching
- Fixed [#2092](https://github.com/JabRef/jabref/issues/2092): "None"-button in date picker clears the date field
78
-
- Fixed [#1993](https://github.com/JabRef/jabref/issues/1993): Various optimizations regarding search performance
79
-
- Fixed [koppor#160](https://github.com/koppor/jabref/issues/160): Tooltips now working in the main table
80
-
- Fixed [#2054](https://github.com/JabRef/jabref/issues/2054): Ignoring a new version now works as expected
81
-
- Fixed [#1542](https://github.com/JabRef/jabref/issues/1542): Improved error messages when using fetcher
82
75
- Fixed selecting an entry out of multiple duplicates
83
-
- Fixed [#617](https://github.com/JabRef/jabref/issues/617): `Enter` in global search opens the selected entry & `Enter` in search dialog window opens the selected entry
84
76
- Entries in the SearchResultPanel will be shown correctly (Latex to Unicode)
85
77
- Suggestions in the autocomplete will be shown correctly (Latex to Unicode)
86
-
- Fixed: When searching the first match will be selected if the current selection is no match
87
78
- Selecting an entry in the search result Window will now select the correct entry in the bib file
88
-
- Entries in the SearchResultDialog are now converted to Unicode
89
79
- Suggestions in the autocomplete (search) are now in Unicode
80
+
- Entries in the SearchResultDialog are now converted to Unicode
90
81
- Fixed NullPointerException when opening search result window for an untitled database
91
82
- Fixed entry table traversal with Tab (no column traversal thus no double jump)
92
-
- Fixed [#1757](https://github.com/JabRef/jabref/issues/1757): Crash after saving illegal argument in entry editor
93
-
- Fixed [#1663](https://github.com/JabRef/jabref/issues/1663): Better multi-monitor support
94
-
- Fixed [#1882](https://github.com/JabRef/jabref/issues/1882): Crash after saving illegal bibtexkey in entry editor
95
-
- Fixed field `location` containing only city is not exported correctly to MS-Office 2007 xml format
96
-
- Fixed [#1235](https://github.com/JabRef/jabref/issues/1235): Modified Key bindings do not work correctly
83
+
- Fixed: When searching the first match will be selected if the current selection is no match
84
+
- Fixed [koppor#160](https://github.com/koppor/jabref/issues/160): Tooltips now working in the main table
85
+
- Fixed [koppor/#128](https://github.com/koppor/jabref/issues/128): Sensible default settings for "Enable save actions" and "Cleanup"
86
+
- Fixed loop when pulling changes (shared database) when current selected field has changed
97
87
- Fixed field `key` field is not exported to MS-Office 2008 xml format
98
-
- Fixed [#1181](https://github.com/JabRef/jabref/issues/1181) and [#1504](https://github.com/JabRef/jabref/issues/1504): Improved "Normalize to BibTeX name format": Support separated names with commas and colons. Considered name affixes such as "Jr".
88
+
- Fixed field `location` containing only city is not exported correctly to MS-Office 2007 xml format
89
+
- Fixed close action of entry editor not working after parsing error corrected
90
+
- Fixed RTFChars would only use "?" for characters with unicode over the value of 127, now it uses the base character (é -> e instead of ?)
99
91
- Fixed download files failed silently when an invalid directory is selected
100
-
- Fixed [#1949](https://github.com/JabRef/jabref/issues/1949): Error message directs to the wrong preference tab
101
92
- Fixed InvalidBackgroundColor flickering with Ctrl-s and File > Save database
102
-
- Fixed loop when pulling changes (shared database) when current selected field has changed
103
-
- Fixed [#1958](https://github.com/JabRef/jabref/issues/1958): Verbatim fields are no longer checked for HTML encoded characters by integrity checks
93
+
- Fixed file menu displays wrong hotkey in the German translation
94
+
- Fixed [#617](https://github.com/JabRef/jabref/issues/617): `Enter` in global search opens the selected entry & `Enter` in search dialog window opens the selected entry
95
+
- Fixed [#1181](https://github.com/JabRef/jabref/issues/1181) and [#1504](https://github.com/JabRef/jabref/issues/1504): Improved "Normalize to BibTeX name format": Support separated names with commas and colons. Considered name affixes such as "Jr".
96
+
- Fixed [#1235](https://github.com/JabRef/jabref/issues/1235): Modified Key bindings do not work correctly
97
+
- Fixed [#1542](https://github.com/JabRef/jabref/issues/1542): Improved error messages when using fetcher
98
+
- Fixed [#1663](https://github.com/JabRef/jabref/issues/1663): Better multi-monitor support
99
+
- Fixed [#1757](https://github.com/JabRef/jabref/issues/1757): Crash after saving illegal argument in entry editor
104
100
- Fixed [#1808](https://github.com/JabRef/jabref/issues/1808): Font preference dialog now keeps changes
101
+
- Fixed [#1882](https://github.com/JabRef/jabref/issues/1882): Crash after saving illegal bibtexkey in entry editor
105
102
- Fixed [#1937](https://github.com/JabRef/jabref/issues/1937): If no help page for the current chosen language exists, the english help page will be shown
106
-
- Fixed [#2060](https://github.com/JabRef/jabref/issues/2060): Medline fetcher now imports data in UTF-8 encoding
107
-
- Fixed file menu displays wrong hotkey in the German translation
108
-
- Fixed [#2090](https://github.com/JabRef/jabref/issues/#2090): If special fields were not selected, two menu item separator were shown
103
+
- Fixed [#1949](https://github.com/JabRef/jabref/issues/1949): Error message directs to the wrong preference tab
104
+
- Fixed [#1958](https://github.com/JabRef/jabref/issues/1958): Verbatim fields are no longer checked for HTML encoded characters by integrity checks
105
+
- Fixed [#1993](https://github.com/JabRef/jabref/issues/1993): Various optimizations regarding search performance
109
106
- Fixed [#2021](https://github.com/JabRef/jabref/issues/2021): All filetypes can be selected on MacOS again
107
+
- Fixed [#2054](https://github.com/JabRef/jabref/issues/2054): Ignoring a new version now works as expected
108
+
- Fixed [#2060](https://github.com/JabRef/jabref/issues/2060): Medline fetcher now imports data in UTF-8 encoding
110
109
- Fixed [#2064](https://github.com/JabRef/jabref/issues/2064): Not all `other fields` are shown on entry change of same type
- Fixed RTFChars would only use "?" for characters with unicode over the value of 127, now it uses the base character (é -> e instead of ?)
114
-
- Fixed close action of entry editor not working after parsing error corrected
115
-
- Fixed [koppor/#128](https://github.com/koppor/jabref/issues/128): Sensible default settings for "Enable save actions" and "Cleanup"
116
-
- Fixed [#2201](https://github.com/JabRef/jabref/issues/#2201) and [#1825](https://github.com/JabRef/jabref/issues/#1825): Status of the Group panel is saved and reused for next startup of JabRef
117
115
- Fixed [#2200](https://github.com/JabRef/jabref/issues/#2200): Sorting now uses the same unicode representation that is also used for showing the content in the maintable
116
+
- Fixed [#2201](https://github.com/JabRef/jabref/issues/#2201) and [#1825](https://github.com/JabRef/jabref/issues/#1825): Status of the Group panel is saved and reused for next startup of JabRef
117
+
- Fixed [#2228](https://github.com/JabRef/jabref/issues/2228): Fixed Medline fetcher no longer working. The fetcher now uses `https` for fetching
118
118
119
119
### Removed
120
120
- Removed 2nd preview style
@@ -124,85 +124,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
124
124
- Removed optional fields from `other fields` (BibTeX), Removed deprecated fields from `other fields` (BibLaTeX)
125
125
126
126
127
-
128
-
129
-
130
-
131
-
132
-
133
-
134
-
135
-
136
-
137
-
138
-
139
-
140
-
141
-
142
-
143
-
144
-
145
-
146
-
147
-
148
-
149
-
150
-
151
-
152
-
153
-
154
-
155
-
156
-
157
-
158
-
159
-
160
-
161
-
162
-
163
-
164
-
165
-
166
-
167
-
168
-
169
-
170
-
171
-
172
-
173
-
174
-
175
-
176
-
177
-
178
-
179
-
180
-
181
-
182
-
183
-
184
-
185
-
186
-
187
-
188
-
189
-
190
-
191
-
192
-
193
-
194
-
195
-
196
-
197
-
198
-
199
-
200
-
201
-
202
-
203
-
204
-
205
-
206
127
## [3.6] - 2016-08-26
207
128
208
129
### Changed
@@ -684,7 +605,7 @@ Since much functionality has changed during development, a release of this versi
684
605
685
606
The changelog of 2.11 and versions before is maintained as [text file](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG) in the [v2.11.1 tag](https://github.com/JabRef/jabref/tree/v2.11.1).
0 commit comments