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/master' into importerbackgroundtask
* upstream/master:
add language mapping for chinese
remove chinese content
fix hamcrest link
Add Traditional Chinese (#7240)
Show development information
Allow manual trigger of the deployment workflow
Release v5.2
Adapt changelog for 5.2 release
Update external-libraries.md
checkstyle
L10n master (#7235)
fix fetcher architecture test
Add missing author
Add error dialog "Problem finding files" (#6842)
Disable ACM, Google Scholar, JSTOR (#7229)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,3 @@
1
-
2
1
# Changelog
3
2
4
3
All notable changes to this project will be documented in this file.
@@ -12,13 +11,22 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
12
11
13
12
### Added
14
13
14
+
### Changed
15
+
16
+
### Fixed
17
+
18
+
### Removed
19
+
20
+
## [5.2] – 2020-12-24
21
+
22
+
### Added
23
+
15
24
- We added a validation to check if the current database location is shared, preventing an exception when Pulling Changes From Shared Database. [#6959](https://github.com/JabRef/jabref/issues/6959)
16
25
- We added a query parser and mapping layer to enable conversion of queries formulated in simplified lucene syntax by the user into api queries. [#6799](https://github.com/JabRef/jabref/pull/6799)
17
26
- We added some basic functionality to customise the look of JabRef by importing a css theme file. [#5790](https://github.com/JabRef/jabref/issues/5790)
18
27
- We added connection check function in network preference setting [#6560](https://github.com/JabRef/jabref/issues/6560)
19
28
- We added support for exporting to YAML. [#6974](https://github.com/JabRef/jabref/issues/6974)
20
29
- We added a DOI format and organization check to detect [American Physical Society](https://journals.aps.org/) journals to copy the article ID to the page field for cases where the page numbers are missing. [#7019](https://github.com/JabRef/jabref/issues/7019)
21
-
- We added a new fetcher to enable users to search jstor.org [#6627](https://github.com/JabRef/jabref/issues/6627)
22
30
- We added an error message in the New Entry dialog that is shown in case the fetcher did not find anything . [#7000](https://github.com/JabRef/jabref/issues/7000)
23
31
- We added a new formatter to output shorthand month format. [#6579](https://github.com/JabRef/jabref/issues/6579)
24
32
- We added support for the new Microsoft Edge browser in all platforms. [#7056](https://github.com/JabRef/jabref/pull/7056)
@@ -83,6 +91,7 @@ Note that this project **does not** adhere to [Semantic Versioning](http://semve
83
91
84
92
### Removed
85
93
94
+
- We removed the Google Scholar fetcher and the ACM fetcher do not work due to traffic limitations [#6369](https://github.com/JabRef/jabref/issues/6369)
86
95
- We removed the menu entry "Manage external file types" because it's already in 'Preferences' dialog [#6991](https://github.com/JabRef/jabref/issues/6991)
87
96
- We removed the integrity check "Abbreviation detected" for the field journal/journaltitle in the entry editor [#3925](https://github.com/JabRef/jabref/issues/3925)
88
97
@@ -483,7 +492,8 @@ The changelog of JabRef 4.x is available at the [v4.3.1 tag](https://github.com/
483
492
The changelog of JabRef 3.x is available at the [v3.8.2 tag](https://github.com/JabRef/jabref/blob/v3.8.2/CHANGELOG.md).
484
493
The changelog of JabRef 2.11 and all previous versions is available as [text file in the v2.11.1 tag](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG).
0 commit comments