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
* upstream/main: (54 commits)
Split relativizeSymlinks parameterized tests in separate tests (#13782)
Update the search syntax highlight for web search (#13801)
Chore(deps): Bump ai.djl:bom from 0.33.0 to 0.34.0 in /versions (#13833)
Fix typos in CHANGELOG.md (#13826)
Chore(deps): Bump com.konghq:unirest-modules-gson in /versions (#13831)
Chore(deps): Bump org.gradlex:extra-java-module-info in /build-logic (#13830)
Chore(deps): Bump org.apache.logging.log4j:log4j-to-slf4j in /versions (#13832)
Chore(deps): Bump io.zonky.test.postgres:embedded-postgres-binaries-bom (#13834)
Chore(deps): Bump jablib/src/main/resources/csl-locales (#13829)
Chore(deps): Bump jablib/src/main/resources/csl-styles (#13827)
Chore(deps): Bump jablib/src/main/abbrv.jabref.org (#13828)
add: CAYW endpoint formats (#13785)
New Crowdin updates (#13823)
chore(deps): update dependency org.kohsuke:github-api to v2.0-rc.5 (#13822)
Add support for automatic ICORE conference ranking lookup [#13476] (#13699)
New Crowdin updates (#13820)
Initialize search bar auto-completion with real database context (no tab switch needed) (#13816)
Fixes#13274: Allow cygwin-paths on Windows (#13297)
Refine "REDACTED" replacement of API key value in web fetcher search URL (#13814)
changed ISSNCleanup into NormalizeIssn, refactored respective tests #13748 (#13767)
...
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
11
11
12
12
### Added
13
13
14
+
- We added support for Cygwin-file paths on a Windows Operating System. [#13274](https://github.com/JabRef/jabref/issues/13274)
15
+
- We fixed an issue where "Print preview" would throw a `NullPointerException` if no printers were available. [#13708](https://github.com/JabRef/jabref/issues/13708)
14
16
- We added the option to enable the language server in the preferences. [#13697](https://github.com/JabRef/jabref/pull/13697)
15
17
- We introduced an option in Preferences under (under Linked files -> Linked file name conventions) to automatically rename linked files when an entry data changes. [#11316](https://github.com/JabRef/jabref/issues/11316)
16
18
- We added tooltips (on hover) for 'Library-specific file directory', 'User-specific file directory' and 'LaTeX file directory' fields of the library properties window. [#12269](https://github.com/JabRef/jabref/issues/12269)
@@ -27,15 +29,19 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
27
29
- We added a new ID based fetcher for [EuropePMC](https://europepmc.org/). [#13389](https://github.com/JabRef/jabref/pull/13389)
28
30
- We added quick settings for welcome tab. [#12664](https://github.com/JabRef/jabref/issues/12664)
29
31
- We added an initial [cite as you write](https://retorque.re/zotero-better-bibtex/citing/cayw/) endpoint. [#13187](https://github.com/JabRef/jabref/issues/13187)
32
+
- We added pagination support for the web search entries dialog, improving navigation for large search results. [#5507](https://github.com/JabRef/jabref/issues/5507)
30
33
- We added "copy preview as markdown" feature. [#12552](https://github.com/JabRef/jabref/issues/12552)
31
34
- In case no citation relation information can be fetched, we show the data providers reason. [#13549](https://github.com/JabRef/jabref/pull/13549)
32
35
- When relativizing file names, symlinks are now taken into account. [#12995](https://github.com/JabRef/jabref/issues/12995)
33
36
- We added a new button for shortening the DOI near the DOI field in the general tab when viewing an entry. [#13639](https://github.com/JabRef/jabref/issues/13639)
34
37
- We added support for finding CSL-Styles based on their short title (e.g. apa instead of "american psychological association"). [#13728](https://github.com/JabRef/jabref/pull/13728)
38
+
- We added a field for the latest ICORE conference ranking lookup on the General Tab. [#13476](https://github.com/JabRef/jabref/issues/13476)
35
39
- We added BibLaTeX datamodel validation support in order to improve error message quality in entries' fields validation. [#13318](https://github.com/JabRef/jabref/issues/13318)
40
+
- We added more supported formats of CAYW endpoint of HTTP server. [#13578](https://github.com/JabRef/jabref/issues/13578)
36
41
37
42
### Changed
38
43
44
+
- We changed `ISSNCleanup` into `NormalizeIssn` a `ISSN` formatter. [#13748](https://github.com/JabRef/jabref/issues/13748)
39
45
- We changed Citation Relations tab and gave tab panes more descriptive titles and tooltips. [#13619](https://github.com/JabRef/jabref/issues/13619)
40
46
- We changed the name from Open AI Provider to Open AI (or API compatible). [#13585](https://github.com/JabRef/jabref/issues/13585)
41
47
- We improved the citations relations caching by implementing an offline storage. [#11189](https://github.com/JabRef/jabref/issues/11189)
@@ -81,7 +87,10 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
81
87
- We introduced walkthrough functionality [#12664](https://github.com/JabRef/jabref/issues/12664)
82
88
- The Welcome tab now has a responsive layout. [#12664](https://github.com/JabRef/jabref/issues/12664)
83
89
- We introduced a donation prompt in the Welcome tab. [#12664](https://github.com/JabRef/jabref/issues/12664)
84
-
- We changed to syntax for the websearch to the one of the main search bar. [#13607](https://github.com/JabRef/jabref/issues/13607)
90
+
- We changed the syntax for the web search to the one of the main search bar. [#13607](https://github.com/JabRef/jabref/issues/13607)
91
+
- We improved nested scrolling for the web search tab in the preferences dialog [#13791](https://github.com/JabRef/jabref/pull/13791)
92
+
- We improved the event viewer for debugging [#13783](https://github.com/JabRef/jabref/pull/13783).
93
+
- We improved "REDACTED" replacement of API key value in web fetcher search URL [#13796](https://github.com/JabRef/jabref/issues/13796)
85
94
86
95
### Fixed
87
96
@@ -110,11 +119,16 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
110
119
- We fixed an issue showing an empty tooltip in maintable. [#11681](https://github.com/JabRef/jabref/issues/11681)
111
120
- We fixed an issue displaying a warning if a file to open is not found. [#13430](https://github.com/JabRef/jabref/pull/13430)
112
121
- We fixed an issue where Document Viewer showed technical exceptions when opening entries with non-PDF files. [#13198](https://github.com/JabRef/jabref/issues/13198)
122
+
- We fixed an issue with double display of the library filename in the tab tooltip in the case of a changed library. [#13781](https://github.com/JabRef/jabref/pull/13781)
113
123
- When creating a library, if you drag a PDF file containing only a single column, the dialog will now automatically close. [#13262](https://github.com/JabRef/jabref/issues/13262)
114
-
- We fixed an issue where the tab showing the fulltext search results would appear blank after switching library. [#13241](https://github.com/JabRef/jabref/issues/13241)
124
+
- We fixed an issue where the tab showing the fulltext search results would appear blank after switching libraries. [#13241](https://github.com/JabRef/jabref/issues/13241)
115
125
- We fixed an issue where "Copy to" was enabled even if no other library was opened. [#13280](https://github.com/JabRef/jabref/pull/13280)
116
126
- We fixed an issue where the groups were still displayed after closing all libraries. [#13382](https://github.com/JabRef/jabref/issues/13382)
117
127
- Enhanced field selection logic in the Merge Entries dialog when fetching from DOI to prefer valid years and entry types. [#12549](https://github.com/JabRef/jabref/issues/12549)
128
+
- We improved consistency in the Add Buttons. [#13791](https://github.com/JabRef/jabref/pull/13791)
129
+
- We fixed an issue where theme or font size are not respected for all dialogs [#13558](https://github.com/JabRef/jabref/issues/13558)
130
+
- We removed unnecessary spacing and margin in the AutomaticFieldEditor. [#13792](https://github.com/JabRef/jabref/pull/13792)
131
+
- We fixed an issue where global search auto-completion only worked after switching tabs. [#11428](https://github.com/JabRef/jabref/issues/11428)
Copy file name to clipboardExpand all lines: build.gradle.kts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
plugins {
2
2
id("org.jabref.gradle.base.repositories")
3
3
id("org.jabref.gradle.feature.compile") // for openrewrite
4
-
id("org.openrewrite.rewrite") version "7.14.1"
4
+
id("org.openrewrite.rewrite") version "7.15.0"
5
5
id("org.itsallcode.openfasttrace") version "3.1.0"
6
6
}
7
7
8
8
// OpenRewrite should rewrite all sources
9
9
// This is the behavior when applied in the root project (https://docs.openrewrite.org/reference/gradle-plugin-configuration#multi-module-gradle-projects)
0 commit comments