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/main' into fix-for-issue-8189
* upstream/main: (28 commits)
[Bot] Update CSL styles (JabRef#8978)
New Crowdin updates (JabRef#8972)
New Crowdin updates (JabRef#8969)
Fix .bat errorlevel handling with pwsh.exe check (JabRef#8965)
revert jsoup version upgrade
Fix charset detection with utf16 and others (JabRef#8947)
Bump classgraph from 4.8.147 to 4.8.149 (JabRef#8968)
Bump jsoup from 1.15.1 to 1.15.2 (JabRef#8967)
Keep UTF-8 encoding header if present (JabRef#8964)
Cleanup index when opening a library (JabRef#8962)
Refactor context menu entry types changing (JabRef#8957)
Improvement on check for missing commas when importing or opening a .bib file (JabRef#8840)
Disable ResearchGateTest on CI (JabRef#8955)
Bump checkstyle from 10.1 to 10.3.1 (JabRef#8950)
Bump checkstyle from 10.1 to 10.3.1 (JabRef#8950)
Bump mariadb-java-client from 2.7.5 to 2.7.6 (JabRef#8953)
Add notification when adding previous entries to new group configuration (JabRef#8919)
Remember Sidepane width after restart (JabRef#8936)
move "Warn about duplicates on import" preferences option (JabRef#8937)
Fix theme switching exception (JabRef#8939)
...
# Conflicts:
# src/main/java/org/jabref/gui/groups/GroupTreeViewModel.java
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,11 +13,14 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
13
13
14
14
- We added a fetcher for [Biodiversity Heritage Library](https://www.biodiversitylibrary.org/). [8539](https://github.com/JabRef/jabref/issues/8539)
15
15
- We added support for multiple messages in the snackbar. [#7340](https://github.com/JabRef/jabref/issues/7340)
16
+
- We added an extra option in the 'Find Unlinked Files' dialog view to ignore unnecessary files like Thumbs.db, DS_Store, etc. [koppor#373](https://github.com/koppor/jabref/issues/373)
- We added an importer for Citavi backup files, support ".ctv5bak" and ".ctv6bak" file formats. [#8322](https://github.com/JabRef/jabref/issues/8322)
18
19
19
20
### Changed
20
21
22
+
- The file column in the main table now shows the corresponding defined icon for the linked file [8930](https://github.com/JabRef/jabref/issues/8930).
23
+
- We improved the color of the selected entries and the color of the summary in the Import Entries Dialog in the dark theme. [#7927](https://github.com/JabRef/jabref/issues/7927)
21
24
- We upgraded to Lucene 9.2 for the fulltext search.
22
25
Thus, the now created search index cannot be read from older versions of JabRef anylonger.
23
26
⚠️ JabRef will recreate the index in a new folder for new files and this will take a long time for a huge library.
@@ -31,10 +34,15 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
31
34
- We improved group expansion arrow that prevent it from activating group when expanding or collapsing. [#7982](https://github.com/JabRef/jabref/issues/7982), [#3176](https://github.com/JabRef/jabref/issues/3176)
32
35
- When configured SSL certificates changed, JabRef warns the user to restart to apply the configuration.
33
36
- We improved the appearances and logic of the "Manage field names & content" dialog, and renamed it to "Automatic field editor". [#6536](https://github.com/JabRef/jabref/issues/6536)
34
-
- We fixed an issue that caused JabRef to sometimes open multiple instances when "Remote Operation" is enabled. [#8653](https://github.com/JabRef/jabref/issues/8653)
37
+
- We improved the message explaining the options when modifying an automatic keyword group [#8911](https://github.com/JabRef/jabref/issues/8911)
38
+
- We moved the preferences option "Warn about duplicates on import" option from the tab "File" to the tab "Import and Export". [koppor#570](https://github.com/koppor/jabref/issues/570)
39
+
- When JabRef encounters `% Encoding: UTF-8` header, it is kept during writing (and not removed). [#8964](https://github.com/JabRef/jabref/pull/8964)
40
+
- We replace characters which cannot be decoded using the specified encoding by a (probably another) valid character. This happens if JabRef detects the wrong charset (e.g., UTF-8 instead of Windows 1252). One can use the [Integrity Check](https://docs.jabref.org/finding-sorting-and-cleaning-entries/checkintegrity) to find those characters.
35
41
36
42
### Fixed
37
43
44
+
- We fixed an issue that caused JabRef to sometimes open multiple instances when "Remote Operation" is enabled. [#8653](https://github.com/JabRef/jabref/issues/8653)
45
+
- We fixed an issue where linked files with the filetype "application/pdf" in an entry were not shown with the correct PDF-Icon in the main table [8930](https://github.com/JabRef/jabref/issues/8930)
38
46
- We fixed an issue where "open folder" for linked files did not open the folder and did not select the file unter certain Linux desktop environments [#8679](https://github.com/JabRef/jabref/issues/8679), [#8849](https://github.com/JabRef/jabref/issues/8849)
39
47
- We fixed an issue where the content of a big shared database library is not shown [#8788](https://github.com/JabRef/jabref/issues/8788)
40
48
- We fixed the unnecessary horizontal scroll bar in group panel [#8467](https://github.com/JabRef/jabref/issues/8467)
@@ -46,6 +54,10 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
46
54
- We fixed an issue where the exception that there are invalid characters in filename. [#8786](https://github.com/JabRef/jabref/issues/8786)
47
55
- When the proxy configuration removed the proxy user/password, this change is applied immediately.
48
56
- We fixed an issue where removing several groups deletes only one of them. [#8390](https://github.com/JabRef/jabref/issues/8390)
57
+
- We fixed an issue where the Sidepane (groups, web search and open office) width is not remembered after restarting JabRef. [#8907](https://github.com/JabRef/jabref/issues/8907)
58
+
- We fixed a bug where switching between themes will cause an error/exception. [#8939](https://github.com/JabRef/jabref/pull/8939)
59
+
- We fixed a bug where files that were deleted in the source bibtex file were kept in the index. [#8962](https://github.com/JabRef/jabref/pull/8962)
60
+
- We fixed "Error while sending to JabRef" when the browser extension interacts with JabRef. [JabRef-Browser-Extension#479](https://github.com/JabRef/JabRef-Browser-Extension/issues/479)
0 commit comments