Skip to content

Commit

Permalink
release: v1.7.0
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <[email protected]
  • Loading branch information
PascalRepond committed May 6, 2022
1 parent 396bfc7 commit 7869ea3
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 4 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [v1.7.0](https://github.com/rero/sonar/tree/v1.7.0) (2022-05-05)

[Full Changelog](https://github.com/rero/sonar/compare/v1.6.0...v1.7.0)

**Implemented enhancements:**

- Add direct link to main file in `oai_dc` export \(OAI-PMH\) [\#800](https://github.com/rero/sonar/issues/800) ([Garfield-fr](https://github.com/Garfield-fr))
- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo))
- Improvements and corrections of the document detailed view \[3\] [\#723](https://github.com/rero/sonar/issues/723) ([Garfield-fr](https://github.com/Garfield-fr))
- Dublin Core export: add language attribute for abstracts and keywords [\#661](https://github.com/rero/sonar/issues/661) ([Garfield-fr](https://github.com/Garfield-fr))

**Fixed bugs:**

- The hover tooltip to show `controlledAffiliation` doesn't appear in the admin UI [\#841](https://github.com/rero/sonar/issues/841) ([Garfield-fr](https://github.com/Garfield-fr))
- Help: files are not displayed in case of a view code [\#817](https://github.com/rero/sonar/issues/817) ([Garfield-fr](https://github.com/Garfield-fr))
- Thumbnails not generated for new deposited files [\#816](https://github.com/rero/sonar/issues/816) ([rerowep](https://github.com/rerowep))
- Import swisscovery: the author's birth and death dates are not imported [\#791](https://github.com/rero/sonar/issues/791) ([Garfield-fr](https://github.com/Garfield-fr))
- documents: fix abstracts sort [\#812](https://github.com/rero/sonar/pull/812) ([Garfield-fr](https://github.com/Garfield-fr))

**Other changes:**

- dependencies: remove invenio-circulation [\#839](https://github.com/rero/sonar/pull/839) ([Garfield-fr](https://github.com/Garfield-fr))
- deployment: fix bootstrap --deploy [\#835](https://github.com/rero/sonar/pull/835) ([rerowep](https://github.com/rerowep))
- utils: fix abort import [\#827](https://github.com/rero/sonar/pull/827) ([Garfield-fr](https://github.com/Garfield-fr))
- pdf-extractor: update grobit [\#823](https://github.com/rero/sonar/pull/823) ([rerowep](https://github.com/rerowep))
- security: exclude click [\#822](https://github.com/rero/sonar/pull/822) ([rerowep](https://github.com/rerowep))
- utils: add missing import for abort [\#813](https://github.com/rero/sonar/pull/813) ([Garfield-fr](https://github.com/Garfield-fr))
- dependencies: update [\#810](https://github.com/rero/sonar/pull/810) ([rerowep](https://github.com/rerowep))
- dependencies: update [\#805](https://github.com/rero/sonar/pull/805) ([rerowep](https://github.com/rerowep))
- deployment: update poetry [\#803](https://github.com/rero/sonar/pull/803) ([rerowep](https://github.com/rerowep))

## [v1.6.0](https://github.com/rero/sonar/tree/v1.6.0) (2022-03-10)

[Full Changelog](https://github.com/rero/sonar/compare/v1.5.1...v1.6.0)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "SONAR"
version = "1.6.0"
description = "SONAR is a future archive of scholarly publications. It intends to collect, promote and preserve the publications of authors affiliated with Swiss public research institutions."
version = "1.7.0"
description = "SONAR is an archive of scholarly publications. It intends to collect, promote and preserve the publications of authors affiliated with Swiss public research institutions."
authors = ["RERO <[email protected]>"]
license = "GNU Affero General Public License v3.0"

Expand Down
2 changes: 1 addition & 1 deletion sonar/config_sonar.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@
"""Disable permission checks during API calls. Useful when API is test from
command line or progams like postman."""

SONAR_APP_UI_VERSION = '1.4.3'
SONAR_APP_UI_VERSION = '1.5.0'

SONAR_APP_DEFAULT_ORGANISATION = 'global'
"""Default organisation key."""
Expand Down
2 changes: 1 addition & 1 deletion sonar/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = '1.6.0'
__version__ = '1.7.0'

0 comments on commit 7869ea3

Please sign in to comment.