Skip to content

Commit 6db81bf

Browse files
committed
Merge remote-tracking branch 'upstream/main' into fix-issue-13578
2 parents a89cfee + 4b7e860 commit 6db81bf

File tree

129 files changed

+3468
-1353
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+3468
-1353
lines changed

.jbang/CheckoutPR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//JAVA 21+
2121
//RUNTIME_OPTIONS --enable-native-access=ALL-UNNAMED
2222

23-
//DEPS org.kohsuke:github-api:2.0-rc.4
23+
//DEPS org.kohsuke:github-api:2.0-rc.5
2424
//DEPS org.eclipse.jgit:org.eclipse.jgit.pgm:7.3.0.202506031305-r
2525

2626
public class CheckoutPR {

.jbang/JabKitLauncher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//JAVA 24
66
//RUNTIME_OPTIONS --enable-native-access=ALL-UNNAMED
77

8+
//SOURCES ../jabkit/src/main/java/org/jabref/cli/converter/CygWinPathConverter.java
89
//SOURCES ../jabkit/src/main/java/org/jabref/cli/ArgumentProcessor.java
910
//SOURCES ../jabkit/src/main/java/org/jabref/cli/CheckConsistency.java
1011
//SOURCES ../jabkit/src/main/java/org/jabref/cli/CheckIntegrity.java

.jbang/JabSrvLauncher.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
//DEPS info.picocli:picocli:4.7.7
7070
//DEPS org.postgresql:postgresql:42.7.7
7171
//DEPS org.bouncycastle:bcprov-jdk18on:1.81
72-
//DEPS com.konghq:unirest-modules-gson:4.5.0
72+
//DEPS com.konghq:unirest-modules-gson:4.5.1
7373
//DEPS jakarta.ws.rs:jakarta.ws.rs-api:4.0.0
7474
//DEPS org.glassfish.jersey.core:jersey-server:3.1.11
7575
//DEPS org.glassfish.jersey.inject:jersey-hk2:3.1.11
@@ -81,7 +81,7 @@
8181
//DEPS org.glassfish.grizzly:grizzly-framework:4.0.2
8282
//DEPS jakarta.validation:jakarta.validation-api:3.1.1
8383
//DEPS org.hibernate.validator:hibernate-validator:9.0.1.Final
84-
//DEPS com.konghq:unirest-modules-gson:4.5.0
84+
//DEPS com.konghq:unirest-modules-gson:4.5.1
8585
//DEPS com.google.guava:guava:33.4.8-jre
8686
//DEPS org.jabref:afterburner.fx:2.0.0
8787
//DEPS net.harawata:appdirs:1.4.0

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
1111

1212
### Added
1313

14+
- We added support for Cygwin-file paths on a Windows Operating System. [#13274](https://github.com/JabRef/jabref/issues/13274)
1415
- We fixed an issue where "Print preview" would throw a `NullPointerException` if no printers were available. [#13708](https://github.com/JabRef/jabref/issues/13708)
1516
- We added the option to enable the language server in the preferences. [#13697](https://github.com/JabRef/jabref/pull/13697)
1617
- 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)
@@ -34,11 +35,13 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
3435
- When relativizing file names, symlinks are now taken into account. [#12995](https://github.com/JabRef/jabref/issues/12995)
3536
- 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)
3637
- 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)
3739
- 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)
3840
- We added more supported formats of CAYW endpoint of HTTP server. [#13578](https://github.com/JabRef/jabref/issues/13578)
3941

4042
### Changed
4143

44+
- We changed `ISSNCleanup` into `NormalizeIssn` a `ISSN` formatter. [#13748](https://github.com/JabRef/jabref/issues/13748)
4245
- We changed Citation Relations tab and gave tab panes more descriptive titles and tooltips. [#13619](https://github.com/JabRef/jabref/issues/13619)
4346
- We changed the name from Open AI Provider to Open AI (or API compatible). [#13585](https://github.com/JabRef/jabref/issues/13585)
4447
- We improved the citations relations caching by implementing an offline storage. [#11189](https://github.com/JabRef/jabref/issues/11189)
@@ -85,6 +88,9 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
8588
- The Welcome tab now has a responsive layout. [#12664](https://github.com/JabRef/jabref/issues/12664)
8689
- We introduced a donation prompt in the Welcome tab. [#12664](https://github.com/JabRef/jabref/issues/12664)
8790
- We changed to syntax for the websearch to the one of the main search bar. [#13607](https://github.com/JabRef/jabref/issues/13607)
91+
- We improved the 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)
8894

8995
### Fixed
9096

@@ -119,6 +125,10 @@ Note that this project **does not** adhere to [Semantic Versioning](https://semv
119125
- We fixed an issue where "Copy to" was enabled even if no other library was opened. [#13280](https://github.com/JabRef/jabref/pull/13280)
120126
- We fixed an issue where the groups were still displayed after closing all libraries. [#13382](https://github.com/JabRef/jabref/issues/13382)
121127
- 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)
122132

123133
### Removed
124134

build-logic/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010

1111
dependencies {
1212
implementation("com.adarshr:gradle-test-logger-plugin:4.0.0")
13-
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:3.0.0")
13+
implementation("com.autonomousapps:dependency-analysis-gradle-plugin:3.0.1")
1414
implementation("com.github.andygoossens:gradle-modernizer-plugin:1.11.0")
1515
implementation("org.gradlex:extra-java-module-info:1.13")
1616
implementation("org.gradlex:java-module-dependencies:1.9.2")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
plugins {
22
id("org.jabref.gradle.base.repositories")
33
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"
55
id("org.itsallcode.openfasttrace") version "3.1.0"
66
}
77

88
// OpenRewrite should rewrite all sources
99
// This is the behavior when applied in the root project (https://docs.openrewrite.org/reference/gradle-plugin-configuration#multi-module-gradle-projects)
1010

1111
dependencies {
12-
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:3.13.0"))
12+
rewrite(platform("org.openrewrite.recipe:rewrite-recipe-bom:3.14.0"))
1313
rewrite("org.openrewrite.recipe:rewrite-static-analysis")
1414
rewrite("org.openrewrite.recipe:rewrite-logging-frameworks")
1515
rewrite("org.openrewrite.recipe:rewrite-testing-frameworks")

0 commit comments

Comments
 (0)