Skip to content

Commit d3092b1

Browse files
committed
git commit -m "Release v3.7"
1 parent d1702bb commit d3092b1

File tree

3 files changed

+31
-111
lines changed

3 files changed

+31
-111
lines changed

CHANGELOG.md

Lines changed: 28 additions & 107 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Here, the categories "Changed" for added and changed functionality,
99
We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#NUM`.
1010

1111

12-
## [Unreleased]
12+
## [3.7] - 2016-11-14
1313

1414
### Changed
1515
- Implementation of eventbased autosave and backup functionality and file synchronization for shared DBs. Related to [#344](https://github.com/JabRef/jabref/issues/344)
@@ -72,49 +72,49 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
7272
### Fixed
7373
- Fixed problem where closing brackets could not be used as texts in layout arguments
7474
- Fixed NullPointerException when opening search result window for an untitled database
75-
- Fixed [#2228](https://github.com/JabRef/jabref/issues/2228): Fixed Medline fetcher no longer working. The fetcher now uses `https` for fetching
76-
- Fixed [#2089](https://github.com/JabRef/jabref/issues/2089): Fixed faulty cite key generation
77-
- Fixed [#2092](https://github.com/JabRef/jabref/issues/2092): "None"-button in date picker clears the date field
78-
- Fixed [#1993](https://github.com/JabRef/jabref/issues/1993): Various optimizations regarding search performance
79-
- Fixed [koppor#160](https://github.com/koppor/jabref/issues/160): Tooltips now working in the main table
80-
- Fixed [#2054](https://github.com/JabRef/jabref/issues/2054): Ignoring a new version now works as expected
81-
- Fixed [#1542](https://github.com/JabRef/jabref/issues/1542): Improved error messages when using fetcher
8275
- Fixed selecting an entry out of multiple duplicates
83-
- 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
8476
- Entries in the SearchResultPanel will be shown correctly (Latex to Unicode)
8577
- Suggestions in the autocomplete will be shown correctly (Latex to Unicode)
86-
- Fixed: When searching the first match will be selected if the current selection is no match
8778
- Selecting an entry in the search result Window will now select the correct entry in the bib file
88-
- Entries in the SearchResultDialog are now converted to Unicode
8979
- Suggestions in the autocomplete (search) are now in Unicode
80+
- Entries in the SearchResultDialog are now converted to Unicode
9081
- Fixed NullPointerException when opening search result window for an untitled database
9182
- Fixed entry table traversal with Tab (no column traversal thus no double jump)
92-
- Fixed [#1757](https://github.com/JabRef/jabref/issues/1757): Crash after saving illegal argument in entry editor
93-
- Fixed [#1663](https://github.com/JabRef/jabref/issues/1663): Better multi-monitor support
94-
- Fixed [#1882](https://github.com/JabRef/jabref/issues/1882): Crash after saving illegal bibtexkey in entry editor
95-
- Fixed field `location` containing only city is not exported correctly to MS-Office 2007 xml format
96-
- Fixed [#1235](https://github.com/JabRef/jabref/issues/1235): Modified Key bindings do not work correctly
83+
- Fixed: When searching the first match will be selected if the current selection is no match
84+
- Fixed [koppor#160](https://github.com/koppor/jabref/issues/160): Tooltips now working in the main table
85+
- Fixed [koppor/#128](https://github.com/koppor/jabref/issues/128): Sensible default settings for "Enable save actions" and "Cleanup"
86+
- Fixed loop when pulling changes (shared database) when current selected field has changed
9787
- Fixed field `key` field is not exported to MS-Office 2008 xml format
98-
- Fixed [#1181](https://github.com/JabRef/jabref/issues/1181) and [#1504](https://github.com/JabRef/jabref/issues/1504): Improved "Normalize to BibTeX name format": Support separated names with commas and colons. Considered name affixes such as "Jr".
88+
- Fixed field `location` containing only city is not exported correctly to MS-Office 2007 xml format
89+
- Fixed close action of entry editor not working after parsing error corrected
90+
- Fixed RTFChars would only use "?" for characters with unicode over the value of 127, now it uses the base character (é -> e instead of ?)
9991
- Fixed download files failed silently when an invalid directory is selected
100-
- Fixed [#1949](https://github.com/JabRef/jabref/issues/1949): Error message directs to the wrong preference tab
10192
- Fixed InvalidBackgroundColor flickering with Ctrl-s and File > Save database
102-
- Fixed loop when pulling changes (shared database) when current selected field has changed
103-
- Fixed [#1958](https://github.com/JabRef/jabref/issues/1958): Verbatim fields are no longer checked for HTML encoded characters by integrity checks
93+
- Fixed file menu displays wrong hotkey in the German translation
94+
- 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
95+
- Fixed [#1181](https://github.com/JabRef/jabref/issues/1181) and [#1504](https://github.com/JabRef/jabref/issues/1504): Improved "Normalize to BibTeX name format": Support separated names with commas and colons. Considered name affixes such as "Jr".
96+
- Fixed [#1235](https://github.com/JabRef/jabref/issues/1235): Modified Key bindings do not work correctly
97+
- Fixed [#1542](https://github.com/JabRef/jabref/issues/1542): Improved error messages when using fetcher
98+
- Fixed [#1663](https://github.com/JabRef/jabref/issues/1663): Better multi-monitor support
99+
- Fixed [#1757](https://github.com/JabRef/jabref/issues/1757): Crash after saving illegal argument in entry editor
104100
- Fixed [#1808](https://github.com/JabRef/jabref/issues/1808): Font preference dialog now keeps changes
101+
- Fixed [#1882](https://github.com/JabRef/jabref/issues/1882): Crash after saving illegal bibtexkey in entry editor
105102
- Fixed [#1937](https://github.com/JabRef/jabref/issues/1937): If no help page for the current chosen language exists, the english help page will be shown
106-
- Fixed [#2060](https://github.com/JabRef/jabref/issues/2060): Medline fetcher now imports data in UTF-8 encoding
107-
- Fixed file menu displays wrong hotkey in the German translation
108-
- Fixed [#2090](https://github.com/JabRef/jabref/issues/#2090): If special fields were not selected, two menu item separator were shown
103+
- Fixed [#1949](https://github.com/JabRef/jabref/issues/1949): Error message directs to the wrong preference tab
104+
- Fixed [#1958](https://github.com/JabRef/jabref/issues/1958): Verbatim fields are no longer checked for HTML encoded characters by integrity checks
105+
- Fixed [#1993](https://github.com/JabRef/jabref/issues/1993): Various optimizations regarding search performance
109106
- Fixed [#2021](https://github.com/JabRef/jabref/issues/2021): All filetypes can be selected on MacOS again
107+
- Fixed [#2054](https://github.com/JabRef/jabref/issues/2054): Ignoring a new version now works as expected
108+
- Fixed [#2060](https://github.com/JabRef/jabref/issues/2060): Medline fetcher now imports data in UTF-8 encoding
110109
- Fixed [#2064](https://github.com/JabRef/jabref/issues/2064): Not all `other fields` are shown on entry change of same type
110+
- Fixed [#2089](https://github.com/JabRef/jabref/issues/2089): Fixed faulty cite key generation
111+
- Fixed [#2090](https://github.com/JabRef/jabref/issues/#2090): If special fields were not selected, two menu item separator were shown
112+
- Fixed [#2092](https://github.com/JabRef/jabref/issues/2092): "None"-button in date picker clears the date field
111113
- Fixed [#2104](https://github.com/JabRef/jabref/issues/#2104): Crash after saving BibTeX source with parsing error
112114
- Fixed [#2109](https://github.com/JabRef/jabref/issues/#2109): <kbd>Ctrl</kbd>-<kbd>S</kbd> doesn't trigger parsing error message
113-
- Fixed RTFChars would only use "?" for characters with unicode over the value of 127, now it uses the base character (é -> e instead of ?)
114-
- Fixed close action of entry editor not working after parsing error corrected
115-
- Fixed [koppor/#128](https://github.com/koppor/jabref/issues/128): Sensible default settings for "Enable save actions" and "Cleanup"
116-
- Fixed [#2201](https://github.com/JabRef/jabref/issues/#2201) and [#1825](https://github.com/JabRef/jabref/issues/#1825): Status of the Group panel is saved and reused for next startup of JabRef
117115
- Fixed [#2200](https://github.com/JabRef/jabref/issues/#2200): Sorting now uses the same unicode representation that is also used for showing the content in the maintable
116+
- Fixed [#2201](https://github.com/JabRef/jabref/issues/#2201) and [#1825](https://github.com/JabRef/jabref/issues/#1825): Status of the Group panel is saved and reused for next startup of JabRef
117+
- Fixed [#2228](https://github.com/JabRef/jabref/issues/2228): Fixed Medline fetcher no longer working. The fetcher now uses `https` for fetching
118118

119119
### Removed
120120
- Removed 2nd preview style
@@ -124,85 +124,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
124124
- Removed optional fields from `other fields` (BibTeX), Removed deprecated fields from `other fields` (BibLaTeX)
125125

126126

127-
128-
129-
130-
131-
132-
133-
134-
135-
136-
137-
138-
139-
140-
141-
142-
143-
144-
145-
146-
147-
148-
149-
150-
151-
152-
153-
154-
155-
156-
157-
158-
159-
160-
161-
162-
163-
164-
165-
166-
167-
168-
169-
170-
171-
172-
173-
174-
175-
176-
177-
178-
179-
180-
181-
182-
183-
184-
185-
186-
187-
188-
189-
190-
191-
192-
193-
194-
195-
196-
197-
198-
199-
200-
201-
202-
203-
204-
205-
206127
## [3.6] - 2016-08-26
207128

208129
### Changed
@@ -684,7 +605,7 @@ Since much functionality has changed during development, a release of this versi
684605

685606
The changelog of 2.11 and versions before is maintained as [text file](https://github.com/JabRef/jabref/blob/v2.11.1/CHANGELOG) in the [v2.11.1 tag](https://github.com/JabRef/jabref/tree/v2.11.1).
686607

687-
[Unreleased]: https://github.com/JabRef/jabref/compare/v3.6...HEAD
608+
[3.7]: https://github.com/JabRef/jabref/compare/v3.6...v3.7
688609
[3.6]: https://github.com/JabRef/jabref/compare/v3.5...v3.6
689610
[3.5]: https://github.com/JabRef/jabref/compare/v3.4...v3.5
690611
[3.4]: https://github.com/JabRef/jabref/compare/v3.3...v3.4

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JabRef Development Version
1+
JabRef Version 3.7
22

33
[![Build Status](https://travis-ci.org/JabRef/jabref.svg?branch=master)](https://travis-ci.org/JabRef/jabref)
44
[![Dependency Status](https://www.versioneye.com/user/projects/557f2723386664002000009c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/557f2723386664002000009c)
@@ -7,7 +7,6 @@
77
[![Issue Stats](http://www.issuestats.com/github/jabref/jabref/badge/pr)](http://www.issuestats.com/github/jabref/jabref)
88
[![Issue Stats](http://www.issuestats.com/github/jabref/jabref/badge/issue)](http://www.issuestats.com/github/jabref/jabref)
99

10-
This version is a development version. Features may not work as expected.
1110

1211
Branches of JabRef development are listed at https://github.com/JabRef/jabref/wiki/Branches.
1312

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ apply from: 'localization.gradle'
3535
apply from: 'xjc.gradle'
3636

3737
group = "net.sf.jabref"
38-
version = "3.7-dev"
39-
project.ext.threeDotVersion = "3.6.0.1"
38+
version = "3.7"
39+
project.ext.threeDotVersion = "3.7.0.0"
4040
project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6')
4141
sourceCompatibility = 1.8
4242
targetCompatibility = 1.8

0 commit comments

Comments
 (0)