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:
Remove obsolete wrapper task
Added error dialog when setting invalid main file directory (#1921)
Add filteringCharset = 'UTF-8' (#1945)
Include https://github.com/grimes2
Searchbar across all bib files instead each having its own (#1549)
Some OO/LO cleanups (#1927)
Update link
Removed external dependency in logic (#1934)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,13 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
12
12
## [Unreleased]
13
13
14
14
### Changed
15
+
- Implemented [#825](https://github.com/JabRef/jabref/issues/825): Search Bar across all bib files instead each having its own
16
+
- Implemented [#573](https://github.com/JabRef/jabref/issues/573): Add key shortcut for global search (`ctrl+shift+f`, if the searchfield is empty it will be focused instead)
17
+
- The search result Window will now show which entry belongs to which bib file
18
+
- The search result Window will now remember its location
19
+
- The search result Window won't stay on top anymore if the main Window is focused and will be present in the taskbar
20
+
- The user can jump from the searchbar to the maintable with `ctrl+enter`
21
+
- Implemented [#573 (comment)](https://github.com/JabRef/jabref/issues/573#issuecomment-232284156): Added shortcut: closing the search result window with `ctrl+w`
15
22
- Added integrity check for fields with BibTeX keys, e.g., `crossref` and `related`, to check that the key exists
16
23
-[#1496](https://github.com/JabRef/jabref/issues/1496) Keep track of which entry a downloaded file belongs to
17
24
- Made it possible to download multiple entries in one action
@@ -26,16 +33,25 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
26
33
27
34
### Fixed
28
35
- Fixed selecting an entry out of multiple duplicates
36
+
- Fixed [#617](https://github.com/JabRef/jabref/issues/617): `Enter` in global search opens the selected entry & `Enter` in search dialog window opens the selected entry
37
+
- Entries in the SearchResultPanel will be shown correctly (Latex to Unicode)
38
+
- Suggestions in the autocomplete will be shown correctly (Latex to Unicode)
39
+
- Fixed: When searching the first match will be selected if the current selection is no match
40
+
- Selecting an entry in the search result Window will now select the correct entry in the bib file
41
+
- Entries in the SearchResultDialog are now converted to Unicode
42
+
- Suggestions in the autocomplete (search) are now in Unicode
29
43
- Fixed NullPointerException when opening search result window for an untitled database
30
44
- Fixed entry table traversal with Tab (no column traversal thus no double jump)
31
45
- Fixed [#1757](https://github.com/JabRef/jabref/issues/1757): Crash after saving illegal argument in entry editor
32
46
- Fixed [#1663](https://github.com/JabRef/jabref/issues/1663): Better multi-monitor support
33
47
- Fixed [#1882](https://github.com/JabRef/jabref/issues/1882): Crash after saving illegal bibtexkey in entry editor
34
48
- Fixed field `location` containing only city is not exported correctly to MS-Office 2007 xml format
35
49
- Fixed field `key` field is not exported to MS-Office 2008 xml format
50
+
- Fixed download files failed silently when an invalid directory is selected
36
51
37
52
### Removed
38
53
- The non-supported feature of being able to define file directories for any extension is removed. Still, it should work for older databases using the legacy `ps` and `pdf` fields, although we strongly encourage using the `file` field.
54
+
- Automatic migration for the `evastar_pdf` field is removed.
0 commit comments