Skip to content

Commit

Permalink
Release v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Dec 16, 2016
1 parent 470e1bd commit 8e45c01
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 103 deletions.
95 changes: 2 additions & 93 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Here, the categories "Changed" for added and changed functionality,
We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#NUM`.


## [Unreleased]
## [3.8] - 2016-12-16

### Changed
- Bibliographic information from web resources can now be used to complete existing entries.
Expand Down Expand Up @@ -59,97 +59,6 @@ We refer to [GitHub issues](https://github.com/JabRef/jabref/issues) by using `#
- We fixed an issue where the BibLaTeX Cleanup did not move the contents of the fields `year` and `month` to the field `date`. [#2335](https://github.com/JabRef/jabref/issues/2335)
- Fixed [#2378](https://github.com/JabRef/jabref/issues/2378): Saving of the Backup-Option in the Preferences does now work.
- We fixed an issue which prevented the preference dialog to open on systems with Java 9.

### Removed



























































































## [3.7] - 2016-11-14
Expand Down Expand Up @@ -748,7 +657,7 @@ Since much functionality has changed during development, a release of this versi

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

[Unreleased]: https://github.com/JabRef/jabref/compare/v3.7...HEAD
[3.8]: https://github.com/JabRef/jabref/compare/v3.7...v3.8
[3.7]: https://github.com/JabRef/jabref/compare/v3.6...v3.7
[3.6]: https://github.com/JabRef/jabref/compare/v3.5...v3.6
[3.5]: https://github.com/JabRef/jabref/compare/v3.4...v3.5
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# JabRef Development Version
# JabRef Version 3.8

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

This version is a development version. Features may not work as expected.
Development builds are available at [builds.jabref.org](https://builds.jabref.org/master/) whereas the [latest release is available via GitHub](https://github.com/JabRef/jabref/releases/latest).

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

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

Explanation of donation possibilities and usage of donations is available at our [donations page](https://github.com/JabRef/jabref/wiki/Donations).
Explanation of donation possibilities and usage of donations is available at our [donations page](https://donations.jabref.org).

We use [install4j], the multi-platform installer builder.

Expand All @@ -28,7 +24,7 @@ JabRef also lets you easily link to PDF or web sources for your reference entrie
JabRef can import from and export to several formats, and you can customize export filters.
JabRef can be run as a command line application to convert from any import format to any export format.

* Homepage: http://www.jabref.org
* Homepage: https://www.jabref.org
* Development page: https://github.com/JabRef/jabref
* Open HUB page: https://www.openhub.net/p/jabref

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ apply from: 'localization.gradle'
apply from: 'xjc.gradle'

group = "net.sf.jabref"
version = "3.8-dev"
project.ext.threeDotVersion = "3.7.0.1"
version = "3.8"
project.ext.threeDotVersion = "3.8.0.0"
project.ext.install4jDir = hasProperty("install4jDir") ? getProperty("install4jDir") : (OperatingSystem.current().isWindows() ? 'C:/Program Files/install4j6' : 'install4j6')
sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down

0 comments on commit 8e45c01

Please sign in to comment.