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 fixSetFiles
* upstream/master: (31 commits)
Source tab entry duplication (#3360)
Use CITE_COMMENT not only for external latex editors but also for cop… (#3351)
Updating with new translations (#3348)
Upgrade error-prone (#3350)
Jabref_pt_BR partially updated (#3349)
Used late initialization for context menus (#3340)
Fix NPE when calling with bib file as cmd argument (#3343)
update mockito-core from 2.10.0 -> 2.11.0 (#3338)
Remove underscore in Localized messages (#3336)
Localisation: French: new entries translated (#3337)
Refactoring: Lazy init of all editor tabs (#3333)
Initializing EntryEditor Tabs on focus (#3331)
Fix#3292: annotations are now automatically refreshed (#3325)
Change integrity message for names depending on database mode (#3330)
Fix location bundle with fast access (#3327)
Small code cleanup
Fix "path not found" exception
Small fix in drag and drop handler of linked files (#3328)
Fix NPE in MainTable (#3318)
Increase relative size of abstract field in editor (#3320)
...
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,25 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
17
17
- Updated French translation
18
18
- We improved the handling of abstracts in the "Astrophysics Data System" fetcher. [#2471](https://github.com/JabRef/jabref/issues/2471)
19
19
- We added support for pasting entries in different formats [#3143](https://github.com/JabRef/jabref/issues/3143)
20
+
- In the annotation tab, PDF files are now monitored for new or changed annotation. A manual reload is no longer necessary. [#3292](https://github.com/JabRef/jabref/issues/3292)
21
+
- We increased the relative size of the "abstract" field in the entry editor. [Feature request in the forum](http://discourse.jabref.org/t/entry-preview-in-version-4/827)
20
22
- Crossreferenced entries are now used when a BibTex key is generated for an entry with empty fields. [#2811](https://github.com/JabRef/jabref/issues/2811)
21
23
- We now set the WM_CLASS of the UI to org-jabref-JabRefMain to allow certain Un*x window managers to properly identify its windows
22
24
- We changed the default paths for the OpenOffice/LibreOffice binaries to the default path for LibreOffice
25
+
- We no longer create a new entry editor when selecting a new entry to increase performance. [#3187](https://github.com/JabRef/jabref/pull/3187)
26
+
- We increased performance and decreased the memory footprint of the entry editor drastically. [#3331](https://github.com/JabRef/jabref/pull/3331)
27
+
- Late initialization of the context menus in the entry editor. This improves performance and memory footprint further [#3340](https://github.com/JabRef/jabref/pull/3340)
23
28
24
29
25
30
### Fixed
31
+
- We fixed the translation of \textendash in the entry preview [#3307](https://github.com/JabRef/jabref/issues/3307)
26
32
- We fixed an issue where JabRef would not terminated after asking to collect anonymous statistics [#2955 comment](https://github.com/JabRef/jabref/issues/2955#issuecomment-334591123)
27
-
- We fixed an issue where JabRef would not shut down when started with the '-n' (No GUI) option.
33
+
- We fixed an issue where JabRef would not shut down when started with the '-n' (No GUI) option.[#3247](https://github.com/JabRef/jabref/issues/3247)
28
34
- We improved the way metadata is updated in remote databases. [#3235](https://github.com/JabRef/jabref/issues/3235)
29
-
35
+
- We improved font rendering of the Entry Editor for Linux based systems [#3295](https://github.com/JabRef/jabref/issues/3295)
36
+
- We fixed an issue where JabRef would freeze when trying to replace the original entry after a merge with new information from identifiers like DOI/ISBN etc. [3294](https://github.com/JabRef/jabref/issues/3294)
37
+
- We fixed an issue where JabRef would not show the translated content at some points, although there existed a translation
38
+
- We fixed an issue where editing in the source tab would override content of other entries [#3352](https://github.com/JabRef/jabref/issues/3352#issue-268580818)
0 commit comments