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 maintable-beta
* upstream/master:
update gradle to 4.7 (#4049)
Add missing translation for "HTML to Unicode" (#4046)
New Crowdin translations (#4042)
Use all-text-fields magic also in BibTeX cleanup. (#4039)
Shortittle bibtexkeypattern now also discards small words (#4030)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
13
13
### Changed
14
14
- We added a text file export for 'Find Unlinked Files'. [#3341](https://github.com/JabRef/jabref/issues/3341)
15
15
- We added a fetcher based on RFC-IDs. [#3971](https://github.com/JabRef/jabref/issues/3971)
16
+
- We changed the implementation of the `[shorttitle]` key pattern. It now removes small words like `a`, `an`, `on`, `the` etc. Refer to the help page for a complete overview. [Feature request in the forum](http://discourse.jabref.org/t/jabref-differences-in-shorttitle-between-versions-3-8-1-and-4-not-discounting-the-a-an-of-in-titles/1147)
17
+
- We streamlined the defaults for a [cleanup of entries](http://help.jabref.org/en/CleanupEntries) in the case of BibTeX.
16
18
17
19
### Fixed
18
20
We fixed an issue where the export to clipboard functionality could not be invoked. [#3994](https://github.com/JabRef/jabref/issues/3994)
Copy file name to clipboardExpand all lines: src/main/resources/l10n/JabRef_en.properties
+1
Original file line number
Diff line number
Diff line change
@@ -1923,6 +1923,7 @@ Changes\ all\ letters\ to\ upper\ case.=Changes all letters to upper case.
1923
1923
Changes\ the\ first\ letter\ of\ all\ words\ to\ capital\ case\ and\ the\ remaining\ letters\ to\ lower\ case.=Changes the first letter of all words to capital case and the remaining letters to lower case.
1924
1924
Cleans\ up\ LaTeX\ code.=Cleans up LaTeX code.
1925
1925
Converts\ HTML\ code\ to\ LaTeX\ code.=Converts HTML code to LaTeX code.
1926
+
HTML\ to\ Unicode=HTML to Unicode
1926
1927
Converts\ HTML\ code\ to\ Unicode.=Converts HTML code to Unicode.
0 commit comments