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
* master: (297 commits)
Replace link to Workspace set-up with new one (#5896)
Fixes making paths of linked files relative (web urls will not be touched anymore) (#5879)
Switch to our IntelliJ config (#5881)
Bump unirest-java from 3.4.00 to 3.4.01 (#5874)
Bump junit-vintage-engine from 5.5.2 to 5.6.0 (#5875)
Bump checkstyle from 8.28 to 8.29 (#5876)
Bump junit-jupiter from 5.5.2 to 5.6.0 (#5877)
Bump junit-platform-launcher from 1.5.2 to 1.6.0 (#5878)
Change \ to /
Bump byte-buddy-parent from 1.10.6 to 1.10.7 (#5873)
Fix opening pdf with okular in linux (#5253) (#5855)
Fixed Test
Refactored constructors, PreferencesService and some minor improvements.
Remove ampersand escape when writing to bib file (#5869)
Fix#5862. It was indeed the throttler (at least it is working now for me) (#5868)
duplicate query parameter removed (#5865)
New Crowdin translations (#5864)
Minor refactoring, and changed comment
Bump antlr4 from 4.7.2 to 4.8-1 (#5852)
Reintroducing master table index column (#5844)
...
Copy file name to clipboardexpand all lines: CHANGELOG.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -13,14 +13,23 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
13
13
14
14
### Changed
15
15
16
+
- We cleaned up the group add/edit dialog. [#5826](https://github.com/JabRef/jabref/pull/5826)
17
+
- We reintroduced the index column. [#5844](https://github.com/JabRef/jabref/pull/5844)
18
+
16
19
### Fixed
17
20
18
-
- We fixed an issue where the Medline fetcher was only working when JabRef was running from source [#5645](https://github.com/JabRef/jabref/issues/5645)
19
-
- We fixed some visual issues in the dark theme [#5764](https://github.com/JabRef/jabref/pull/5764)[#5753](https://github.com/JabRef/jabref/issues/5753)
21
+
- We fixed and issue where pdf files will not open under some KDE linux distributions when using okular. [#5253](https://github.com/JabRef/jabref/issues/5253)
22
+
- We fixed an issue where the Medline fetcher was only working when JabRef was running from source. [#5645](https://github.com/JabRef/jabref/issues/5645)
23
+
- We fixed some visual issues in the dark theme. [#5764](https://github.com/JabRef/jabref/pull/5764)[#5753](https://github.com/JabRef/jabref/issues/5753)
20
24
- We fixed an issue where non-default previews didn't handle unicode characters. [#5779](https://github.com/JabRef/jabref/issues/5779)
21
-
25
+
- We improved the performance, especially changing field values in the entry should feel smoother now.
26
+
- We fixed an issue where the ampersand character wasn't rendering correctly on previews. [#3840](https://github.com/JabRef/jabref/issues/3840)
27
+
- We fixed an issue where an erroneous "The library has been modified by another program" message was shown when saving. [#4877](https://github.com/JabRef/jabref/issues/4877)
28
+
- We fixed an issue where the file extension was missing after downloading a file (we now fall-back to pdf). [#5816](https://github.com/JabRef/jabref/issues/5816)
29
+
- We fixed an issue where cleaning up entries broke web URLs, if "Make paths of linked files relative (if possible)" was enabled, which resulted in various other issues subsequently. [#5861](https://github.com/JabRef/jabref/issues/5861)
22
30
23
31
### Removed
32
+
- Ampersands are no longer escaped by default in the `bib` file. If you want to keep the current behaviour, you can use the new "Escape Ampersands" formatter as a save action.
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ We view pull requests as a collaborative process.
87
87
Submit a pull request early to get feedback from the team on work in progress.
88
88
We will discuss improvements with you and agree to merge them once the [developers](https://github.com/JabRef/jabref/blob/master/DEVELOPERS) approve.
89
89
90
-
If you want a step-by-step walk-through on how to set-up your workspace, please check [this guideline](https://github.com/JabRef/jabref/wiki/Guidelines-for-setting-up-a-local-workspace).
90
+
If you want a step-by-step walk-through on how to set-up your workspace, please check [this guideline](https://devdocs.jabref.org/guidelines-for-setting-up-a-local-workspace/).
91
91
92
92
To compile JabRef from source, you need a Java Development Kit 13 and `JAVA_HOME` pointing to this JDK.
0 commit comments