Skip to content

Commit fd695d2

Browse files
committed
Release v3.5
1 parent 190497d commit fd695d2

File tree

3 files changed

+11
-44
lines changed

3 files changed

+11
-44
lines changed

CHANGELOG.md

Lines changed: 8 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,21 @@ 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.5] - 2016-07-13
1313

1414
### Changed
1515
- Implemented [#1356](https://github.com/JabRef/jabref/issues/1356): Added a formatter for converting HTML to Unicode
1616
- Implemented [#661](https://github.com/JabRef/jabref/issues/661): Introducing a "check for updates" mechnism (manually/automatic at startup)
17-
- [#1485](https://github.com/JabRef/jabref/issues/1485): Biblatex field shorttitle is now exported/imported as standard field ShortTitle to Word bibliography
18-
- [#1431](https://github.com/JabRef/jabref/issues/1431): Import dialog shows file extensions and filters the view
19-
- Updated German translation
17+
- Implemented [#1338](https://github.com/JabRef/jabref/issues/1338): clicking on a crossref in the main table selects the parent entry and added a button in the entry editor to select the parent entry.
18+
- Implemented [#1485](https://github.com/JabRef/jabref/issues/1485): Biblatex field shorttitle is now exported/imported as standard field ShortTitle to Word bibliography
19+
- Implemented [#1431](https://github.com/JabRef/jabref/issues/1431): Import dialog shows file extensions and filters the view
2020
- When resolving duplicate BibTeX-keys there is now an "Ignore" button. "Cancel" and close key now quits the resolving.
2121
- The [online forum](http://discourse.jabref.org/) is now directly accessible via the "Help" menu
22-
- Implemented [#1338](https://github.com/JabRef/jabref/issues/1338): clicking on a crossref in the main table selects the parent entry and added a button in the entry editor to select the parent entry.
22+
- Updated German translation
2323

2424
### Fixed
2525
- Fixed [#1530](https://github.com/JabRef/jabref/issues/1530): Unescaped hashes in the url field are ignored by the integrity checker
26-
- Springer fetcher now fetches the requested number of entries (not one less as before)
2726
- Fixed [#405](https://github.com/JabRef/jabref/issues/405): Added more {} around capital letters in Unicode/HTML to LaTeX conversion to preserve them
28-
- Alleviate multiuser concurrency issue when near simultaneous saves occur to a shared database file
2927
- Fixed [#1476](https://github.com/JabRef/jabref/issues/1476): NPE when importing from SQL DB because of missing DatabaseMode
3028
- Fixed [#1481](https://github.com/JabRef/jabref/issues/1481): Mac OS X binary seems broken for JabRef 3.4 release
3129
- Fixed [#1430](https://github.com/JabRef/jabref/issues/1430): "review changes" did misinterpret changes
@@ -37,37 +35,8 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
3735
- Fixed [#1534](https://github.com/JabRef/jabref/issues/1534): "Mark entries imported into database" does not work correctly
3836
- Fixed [#1500](https://github.com/JabRef/jabref/issues/1500): Renaming of explicit groups now changes entries accordingly
3937
- Fixed issue where field changes were not undoable if the time stamp was updated on editing
40-
41-
### Removed
42-
43-
44-
45-
46-
47-
48-
49-
50-
51-
52-
53-
54-
55-
56-
57-
58-
59-
60-
61-
62-
63-
64-
65-
66-
67-
68-
69-
70-
38+
- Springer fetcher now fetches the requested number of entries (not one less as before)
39+
- Alleviate multiuser concurrency issue when near simultaneous saves occur to a shared database file
7140

7241

7342
## [3.4] - 2016-06-02
@@ -428,7 +397,7 @@ Since much functionality has changed during development, a release of this versi
428397

429398
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).
430399

431-
[Unreleased]: https://github.com/JabRef/jabref/compare/v3.4...HEAD
400+
[3.5]: https://github.com/JabRef/jabref/compare/v3.4...v3.5
432401
[3.4]: https://github.com/JabRef/jabref/compare/v3.3...v3.4
433402
[3.3]: https://github.com/JabRef/jabref/compare/v3.2...v3.3
434403
[3.2]: https://github.com/JabRef/jabref/compare/v3.1...v3.2

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JabRef Development Version
1+
# JabRef Version 3.5
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,8 +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.
11-
1210
Branches of JabRef development are listed at https://github.com/JabRef/jabref/wiki/Branches.
1311

1412
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).

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ apply from: 'eclipse.gradle'
3333
apply from: 'localization.gradle'
3434

3535
group = "net.sf.jabref"
36-
version = "3.5dev"
37-
project.ext.threeDotVersion = "3.4.0.1"
36+
version = "3.5"
37+
project.ext.threeDotVersion = "3.5.0.0"
3838
project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6')
3939
sourceCompatibility = 1.8
4040
targetCompatibility = 1.8

0 commit comments

Comments
 (0)