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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-6Lines changed: 24 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,37 @@ to [sourceforge feature requests](https://sourceforge.net/p/jabref/features/) by
13
13
## [Unreleased]
14
14
15
15
### Changed
16
+
- Add options to close other/all databases in tab right-click menu
17
+
- Implements #470: Show editor (as an alternative to author) and booktitle (as an alternative to journal) in the main table by default
18
+
- Restore focus to last focused tab on start
19
+
- Add ability to format/cleanup the date field
16
20
- Add support for proxy authentication via VM args and GUI settings, this implements Feature Request #388
17
21
- Move Bibtex and Biblatex mode switcher to File menu
18
22
- Display active edit mode (BibTeX or Biblatex) at window title
23
+
- Implements #444: The search is cleared by either clicking the clear-button or by pressing ESC with having focus in the search field.
24
+
- Icons are shown as Header for icon columns in the entry table (#315)
25
+
- Tooltips are shown for header columns and contents which are too wide to be displayed in the entry table (#384)
26
+
- Default order in entry table: # | all file based icons (file, URL/DOI, ...) | all bibtex field based icons (bibtexkey, entrytype, author, title, ...) | all activated special field icons (ranking, quality, ...)
19
27
20
28
### Fixed
21
-
- Fix #420: Reenable preference changes
22
-
- Fix #414: Rework BibLatex entry types with correct required and optional fields
23
-
- Fix #413: Help links in released jar version are not working
24
-
- Biblatex preserves capital letters, checking whether letters may be converted to lowercase within the Integrity Check action is obsolete. Fixes #412
29
+
- Fixed #434: Revert to old 'JabRef' installation folder name instead of 'jabref'
30
+
- Fixed #435: Retrieve non open access ScienceDirect PDFs via HTTP DOM
31
+
- Fixed: Cleanup process aborts if linked file does not exists
32
+
- Fixed #420: Reenable preference changes
33
+
- Fixed #414: Rework BibLatex entry types with correct required and optional fields
34
+
- Fixed #413: Help links in released jar version are not working
35
+
- Fixes #412: Biblatex preserves capital letters, checking whether letters may be converted to lowercase within the Integrity Check action is obsolete.
36
+
- Fixed #437: The toolbar after the search field is now correctly wrapped when using a small window size for JabRef
37
+
- Fixed #438: Cut, Copy and Paste are now translated correctly in the menu
38
+
- Fixed #443/#445: Fixed sorting and moving special field columns
- Fixed #473: Import/export to external database works again
25
41
26
42
### Removed
27
43
- Removed file history size preference (never available from the UI)
28
-
44
+
- Removed jstorImporter because it's hardly ever used, even Jstor.org doesn't support/export said format anymore
45
+
- Removed option "Show one letter heading for icon columns" which is obsolete with the fix of #315/384
46
+
- Removed table column "PDF/PS" which refers to legacy fields "ps" resp. "pdf" which are no longer supported (see also fix #498)
29
47
30
48
31
49
@@ -155,7 +173,7 @@ Since much functionality has changed during development, a release of this versi
155
173
156
174
## 2.11 - 2015-11-11
157
175
158
-
The changelog of 2.11 and versions before is maintained as text file in the [dev_2.11 branch](https://github.com/JabRef/jabref/tree/dev_2.11).
176
+
The changelog of 2.11 and versions before is maintained as [text file](https://github.com/JabRef/jabref/blob/dev_2.11/CHANGELOG) in the [dev_2.11 branch](https://github.com/JabRef/jabref/tree/dev_2.11).
[](https://flattr.com/submit/auto?user_id=koppor&url=https%3A%2F%2Fgithub.com%2FJabRef%2Fjabref&title=JabRef&language=Java&tags=github&category=software)
@@ -16,9 +14,11 @@ This version is a development version. Features may not work as expected.
16
14
The branch of this README file is `master`.
17
15
The intention of this branch is to move JabRef forward to modern technologies such as Java8 and JavaFX.
18
16
19
-
The last version with Java6 support is `v2.11` being developed at the [dev_2.11 branch](https://github.com/JabRef/jabref/tree/dev_2.11).
17
+
The last version with Java 6 support is `v2.11` being developed at the [dev_2.11 branch](https://github.com/JabRef/jabref/tree/dev_2.11).
20
18
21
-
The development builds are available at [builds.jabref.org](http://builds.jabref.org/)
19
+
Development builds are available at [builds.jabref.org](http://builds.jabref.org/master/), the [latest release is available via GitHub](https://github.com/JabRef/jabref/releases/latest).
20
+
21
+
Explanation of donation possibilities and usage of donations is available at our [donations page](https://github.com/JabRef/jabref/wiki/Donations).
22
22
23
23
We use [install4j], the multi-platform installer builder.
24
24
@@ -38,11 +38,8 @@ JabRef also lets you easily link to PDF or web sources for your reference entrie
38
38
JabRef can import from and export to several formats, and you can customize export filters.
39
39
JabRef can be run as a command line application to convert from any import format to any export format.
40
40
41
-
* Homepage: http://jabref.sourceforge.net/
42
-
* Development mailing list: https://lists.sourceforge.net/lists/listinfo/jabref-devel
43
-
* Development page: https://github.com/JabRef
44
-
* Main git repository: https://github.com/JabRef/jabref
45
-
* CI Server: https://circleci.com/gh/JabRef/jabref
41
+
* Homepage: http://www.jabref.org
42
+
* Development page: https://github.com/JabRef/jabref
46
43
* Open HUB page: https://www.openhub.net/p/jabref
47
44
48
45
### Bug Reports, Suggestions, Other Feedback
@@ -135,4 +132,4 @@ See the [LICENSE](LICENSE) for full details.
135
132
JabRef also uses libraries distributed by other parties.
136
133
See [external libraries](external-libraries.txt) for details.
0 commit comments