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 controlsfx-tags
* upstream/main: (27 commits)
Add gitpod config (#8921)
Fix javafx version not displayed in About Dialog (#8918)
Redesign "Manage field names & content" dialog (#8892)
Rework IACR fetcher (#8904)
Bump h2-mvstore from 2.1.212 to 2.1.214 in /buildSrc (#8915)
Bump unoloader from 7.3.3 to 7.3.4 (#8912)
Bump libreoffice from 7.3.3 to 7.3.4 (#8913)
Bump tika-core from 2.4.0 to 2.4.1 (#8914)
Bump org.eclipse.jgit from 6.1.0.202203080745-r to 6.2.0.202206071550-r (#8916)
Squashed 'buildres/csl/csl-styles/' changes from e740261..845dee0 (#8903)
Bump flowless from 0.6.9 to 0.6.10 (#8898)
Bump postgresql from 42.3.5 to 42.4.0 (#8900)
Bump mockito-core from 4.6.0 to 4.6.1 (#8899)
Bump antlr-runtime from 3.5.2 to 3.5.3 (#8897)
Update to MADR 3.0.0-beta.2 (#8896)
Increase the network connection timeout and improve error message (#8894)
Fix linux terminal opening process error (#8891)
Fix exception if linked file has masked umlauts / invalid characters in path (#8851)
Remove obsolte CHANGELOG.md entry
Revert "Fix right clicking a group and choosing "remove selected entries from this group" leads to error when Bibtex source tab is selected (#8821)"
...
# Conflicts:
# build.gradle
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
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)
- We added an importer for Citavi backup files, support ".ctv5bak" and ".ctv6bak" file formats. [#8322](https://github.com/JabRef/jabref/issues/8322)
17
18
18
19
### Changed
19
20
@@ -29,17 +30,20 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
29
30
- The Medline/Pubmed search now also supports the [default fields and operators for searching](https://docs.jabref.org/collect/import-using-online-bibliographic-database#search-syntax). [forum#3554](https://discourse.jabref.org/t/native-pubmed-search/3354)
30
31
- 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)
31
32
- When configured SSL certificates changed, JabRef warns the user to restart to apply the configuration.
33
+
- 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)
32
35
33
36
### Fixed
34
37
38
+
- 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)
35
39
- We fixed an issue where the content of a big shared database library is not shown [#8788](https://github.com/JabRef/jabref/issues/8788)
36
40
- We fixed the unnecessary horizontal scroll bar in group panel [#8467](https://github.com/JabRef/jabref/issues/8467)
37
41
- We fixed an issue where the notification bar message, icon and actions appeared to be invisible. [#8761](https://github.com/JabRef/jabref/issues/8761)
38
42
- We fixed an issue where deprecated fields tab is shown when the fields don't contain any values. [#8396](https://github.com/JabRef/jabref/issues/8396)
39
43
- We fixed an issue where an exception for DOI search occurred when the DOI contained urlencoded characters. [#8787](https://github.com/JabRef/jabref/issues/8787)
40
44
- We fixed an issue which allow us to select and open identifiers from a popup list in the maintable [#8758](https://github.com/JabRef/jabref/issues/8758), [8802](https://github.com/JabRef/jabref/issues/8802)
41
45
- We fixed an issue where the escape button had no functionality within the "Filter groups" textfield. [koppor#562](https://github.com/koppor/jabref/issues/562)
42
-
- We fixed an issue where right clicking a group and choose "remove selected entries from this group" leads to error when Bibtex source tab is selected. [#8012](https://github.com/JabRef/jabref/issues/8012)
46
+
- We fixed an issue where the exception that there are invalid characters in filename. [#8786](https://github.com/JabRef/jabref/issues/8786)
43
47
- When the proxy configuration removed the proxy user/password, this change is applied immediately.
44
48
- We fixed an issue where removing several groups deletes only one of them. [#8390](https://github.com/JabRef/jabref/issues/8390)
<rightslicense="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
0 commit comments