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 moveFileDir
* upstream/master: (21 commits)
Implement #1904: filter groups (#2588)
Braces checking followup (#2598)
Improve braces checking (#2593)
Fix pdf file import when only one file selected and no entry created (#2592)
Fix test
Imports
Localization: MainFile: French: update (#2591)
isPdf helper method
Add asString with UTF-8 as standard encoding
Fix names of groups in "add/move to group" dialog
Make automatic groups a first-class citizien (#2563)
Rename downloadToString method to asString
Refactoring method names
Inline Mime type detection
Fix imports
Extract SSL bypassing
Bypass SSL functionality
Unused methods and refactoring
Always use browser user agent
Monitored URLDownload is currently not use anywhere
...
# Conflicts:
# CHANGELOG.md
Copy file name to clipboardexpand all lines: CHANGELOG.md
+10-6
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
17
17
- Redesigned group panel.
18
18
- Number of matched entries is always shown.
19
19
- The background color of the hit counter signals whether the group contains all/any of the entries selected in the main table.
20
+
- Added a possibility to filter the groups panel [#1904](https://github.com/JabRef/jabref/issues/1904)
20
21
- Removed edit mode.
21
22
- Redesigned about dialog.
22
23
- Redesigned key bindings dialog.
@@ -45,12 +46,15 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
45
46
- The field `issue` is now always exported to the corresponding `issue` field in MS-Office XML.
46
47
- We fixed an issue with repeated escaping of the %-sign when running the LaTeXCleanup more than once. [#2451](https://github.com/JabRef/jabref/issues/2451)
47
48
- We fixed the import of MS-Office XML files, when the `month` field contained an invalid value.
48
-
- ArXiV fetcher now checks similarity of entry when using DOI retrieval to avoid false positives. [#2575](https://github.com/JabRef/jabref/issues/2575)
49
-
- Sciencedirect/Elsevier fetcher is now able to scrape new HTML structure. [#2576](https://github.com/JabRef/jabref/issues/2576)
50
-
- Fixed the synchronization logic of keywords and special fields and vice versa. [#2580](https://github.com/JabRef/jabref/issues/2580)
51
-
- We fixed an issue introduced with Version 3.8.2 where executing the `Rename PDFs`-Cleanup operation moved the files to the file directory. [#2526](https://github.com/JabRef/jabref/issues/2526)
52
-
- We fixed an issue where the `Move linked files to default file directory`-Cleanup operation did not move the files to the location of the bib-file. [#2454](https://github.com/JabRef/jabref/issues/2454)
53
-
- We fixed an issue where executeing `Move file` on a selected file in the `General`-Tab could overwrite an existing file. [#2385](https://github.com/JabRef/jabref/issues/2358)
49
+
- ArXiV fetcher now checks similarity of entry when using DOI retrieval to avoid false positives [#2575](https://github.com/JabRef/jabref/issues/2575)
50
+
- Sciencedirect/Elsevier fetcher is now able to scrape new HTML structure [#2576](https://github.com/JabRef/jabref/issues/2576)
51
+
- Fixed the synchronization logic of keywords and special fields and vice versa [#2580](https://github.com/JabRef/jabref/issues/2580)
52
+
- We fixed an issue where the "find unlinked files" functionality threw an error when only one PDF was imported but not assigned to an entry [#2577](https://github.com/JabRef/jabref/issues/2577)
53
+
- We fixed issue where escaped braces were incorrectly counted when calculating brace balance in a field [#2561](https://github.com/JabRef/jabref/issues/2561)
54
+
- We fixed an issue introduced with Version 3.8.2 where executing the `Rename PDFs`-cleanup operation moved the files to the file directory. [#2526](https://github.com/JabRef/jabref/issues/2526)
55
+
- We fixed an issue where the `Move linked files to default file directory`- leanup operation did not move the files to the location of the bib-file. [#2454](https://github.com/JabRef/jabref/issues/2454)
56
+
- We fixed an issue where executeing `Move file` on a selected file in the `general`-tab could overwrite an existing file. [#2385](https://github.com/JabRef/jabref/issues/2358)
0 commit comments