Skip to content

Commit 7869ea3

Browse files
committed
release: v1.7.0
Co-Authored-by: Pascal Repond <pascal.repond@rero.ch
1 parent 396bfc7 commit 7869ea3

File tree

4 files changed

+35
-4
lines changed

4 files changed

+35
-4
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [v1.7.0](https://github.com/rero/sonar/tree/v1.7.0) (2022-05-05)
4+
5+
[Full Changelog](https://github.com/rero/sonar/compare/v1.6.0...v1.7.0)
6+
7+
**Implemented enhancements:**
8+
9+
- 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))
10+
- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo))
11+
- Improvements and corrections of the document detailed view \[3\] [\#723](https://github.com/rero/sonar/issues/723) ([Garfield-fr](https://github.com/Garfield-fr))
12+
- 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))
13+
14+
**Fixed bugs:**
15+
16+
- 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))
17+
- 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))
18+
- Thumbnails not generated for new deposited files [\#816](https://github.com/rero/sonar/issues/816) ([rerowep](https://github.com/rerowep))
19+
- 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))
20+
- documents: fix abstracts sort [\#812](https://github.com/rero/sonar/pull/812) ([Garfield-fr](https://github.com/Garfield-fr))
21+
22+
**Other changes:**
23+
24+
- dependencies: remove invenio-circulation [\#839](https://github.com/rero/sonar/pull/839) ([Garfield-fr](https://github.com/Garfield-fr))
25+
- deployment: fix bootstrap --deploy [\#835](https://github.com/rero/sonar/pull/835) ([rerowep](https://github.com/rerowep))
26+
- utils: fix abort import [\#827](https://github.com/rero/sonar/pull/827) ([Garfield-fr](https://github.com/Garfield-fr))
27+
- pdf-extractor: update grobit [\#823](https://github.com/rero/sonar/pull/823) ([rerowep](https://github.com/rerowep))
28+
- security: exclude click [\#822](https://github.com/rero/sonar/pull/822) ([rerowep](https://github.com/rerowep))
29+
- utils: add missing import for abort [\#813](https://github.com/rero/sonar/pull/813) ([Garfield-fr](https://github.com/Garfield-fr))
30+
- dependencies: update [\#810](https://github.com/rero/sonar/pull/810) ([rerowep](https://github.com/rerowep))
31+
- dependencies: update [\#805](https://github.com/rero/sonar/pull/805) ([rerowep](https://github.com/rerowep))
32+
- deployment: update poetry [\#803](https://github.com/rero/sonar/pull/803) ([rerowep](https://github.com/rerowep))
33+
334
## [v1.6.0](https://github.com/rero/sonar/tree/v1.6.0) (2022-03-10)
435

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "SONAR"
3-
version = "1.6.0"
4-
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."
3+
version = "1.7.0"
4+
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."
55
authors = ["RERO <software@rero.ch>"]
66
license = "GNU Affero General Public License v3.0"
77

sonar/config_sonar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@
521521
"""Disable permission checks during API calls. Useful when API is test from
522522
command line or progams like postman."""
523523

524-
SONAR_APP_UI_VERSION = '1.4.3'
524+
SONAR_APP_UI_VERSION = '1.5.0'
525525

526526
SONAR_APP_DEFAULT_ORGANISATION = 'global'
527527
"""Default organisation key."""

sonar/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = '1.6.0'
26+
__version__ = '1.7.0'

0 commit comments

Comments
 (0)