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
Merge remote-tracking branch 'upstream/master' into sharelatex
* upstream/master: (23 commits)
Implement #2785: resort groups using drag & drop (#2864)
Add Library of Congress as ID-fetcher (#2865)
Fix export and import of MS office day/year/month acessed fields (#2862)
Adsurl to url (#2861)
Update LICENSE.md
Update
Update LICENSE.md
Update license file so that github recognize it properly
Improve Issue Template Using a Collapsible Log Area
Fix#2852: Improve performance of group filtering.
Rename GroupSelector to GroupSidePane
Fix#2843: Show information correctly in entry editor
Remove old entry editor code related to focus selection
Implement feedback
Menu Greek Translation (#2836)
Relaxed the regex to also match negative timezone formats when parsing pdf annotation dates (#2841)
Update localization
Remove unnecessary group code (and move remaining settings to preferences)
Add Local Maven repo as first lookup resource, to avoid having duplicate libs in gradle and maven
Implement #2786: Allow selection of multiple groups
...
Copy file name to clipboardexpand all lines: CHANGELOG.md
+14-2
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,27 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
11
11
## [Unreleased]
12
12
13
13
### Changed
14
-
- Continued to redesign the user interface: this time the editor got a fresh coat of paint:
14
+
- We moved the `adsurl` field to `url` field when fetching with the ADS fetcher.
15
+
- We continued to improve the new groups interface:
16
+
- You can now again select multiple groups (and a few related settings were added to the preferences) [#2786](https://github.com/JabRef/jabref/issues/2786).
17
+
- We further improved performance of group operations, especially of the new filter feature [#2852](https://github.com/JabRef/jabref/issues/2852).
18
+
- It is now possible to resort groups using drag & drop [#2785](https://github.com/JabRef/jabref/issues/2785).
19
+
- The entry editor got a fresh coat of paint:
20
+
- Homogenize the size of text fields.
15
21
- The buttons were changed to icons.
22
+
- Completely new interface to add or modify linked files.
16
23
- Removed the hidden feature that a double click in the editor inserted the current date.
17
24
- All authors and editors are separated using semicolons when exporting to csv. [#2762](https://github.com/JabRef/jabref/issues/2762)
18
-
- Improved wording of "Show recommendationns: into "Show 'Related Articles' tab" in the preferences
25
+
- Improved wording of "Show recommendations: into "Show 'Related Articles' tab" in the preferences
26
+
- We added integration of the Library of Congress catalog as a fetcher based on the [LCCN identifier](https://en.wikipedia.org/wiki/Library_of_Congress_Control_Number). [Feature request 636 in the forum](http://discourse.jabref.org/t/loc-marc-mods-connection/636)
19
27
20
28
### Fixed
21
29
- We fixed the IEEE Xplore web search functionality [#2789](https://github.com/JabRef/jabref/issues/2789)
22
30
- We fixed an error in the CrossRef fetcher that occurred if one of the fetched entries had no title
31
+
- We fixed an issue that prevented new entries to be automatically assigned to the currently selected group [#2783](https://github.com/JabRef/jabref/issues/2783).
32
+
- We fixed a bug that only allowed parsing positive timezones from a FileAnnotation [#2839](https://github.com/JabRef/jabref/issues/22839)
33
+
- We fixed a bug that did not allow the correct re-export of the MS-Office XML field `msbib-accessed` with a different date format [#2859](https://github.com/JabRef/jabref/issues/2859).
0 commit comments