Skip to content

Commit f23183b

Browse files
committed
release: v1.8.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent fbd90c9 commit f23183b

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

CHANGELOG.md

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

3+
## [v1.8.0](https://github.com/rero/sonar/tree/v1.8.0) (2022-08-30)
4+
5+
[Full Changelog](https://github.com/rero/sonar/compare/v1.7.0...v1.8.0)
6+
7+
**New features:**
8+
9+
* Display in pro and public detailed view the number of views and downloads per file (stats) [\#400](https://github.com/rero/sonar/issues/400) (by @jma)
10+
* Add a field `relatedTo` to the document, allowing to refer to related material, such as a dataset. [\#544](https://github.com/rero/sonar/issues/544) (by @Garfield-fr)
11+
12+
**Enhancements:**
13+
14+
* Small improvement in the deposit editor [\#715](https://github.com/rero/sonar/issues/715) (by @PascalRepond)
15+
* Add the software version in the first page footer [\#806](https://github.com/rero/sonar/issues/806) (by @PascalRepond)
16+
* Add 2 document types: conference object, book review [\#881](https://github.com/rero/sonar/issues/881) (by @PascalRepond)
17+
* Remove the preview area in the "diffusion" step of the deposit process [1] [\#263](https://github.com/rero/sonar/issues/263) (by @PascalRepond)
18+
* Editor: adapt to new ng-core version [\#860](https://github.com/rero/sonar/issues/860) (by @PascalRepond)
19+
* Optimise Google Scholar indexation [\#798](https://github.com/rero/sonar/issues/798) (by @Garfield-fr)
20+
* document: update of the abstract display [\#845](https://github.com/rero/sonar/pull/845) (by @Garfield-fr)
21+
* Allow to relaunch a search by clicking on the author's name [\#744](https://github.com/rero/sonar/issues/744) (by @Garfield-fr)
22+
* Add direct link to main file in `oai_dc` export (OAI-PMH) [\#800](https://github.com/rero/sonar/issues/800) (by @Garfield-fr)
23+
24+
**Fixes:**
25+
26+
* templates: fix display problems [\#895](https://github.com/rero/sonar/pull/895) (by @PascalRepond)
27+
* dependencies: fix vulnerabilities [\#897](https://github.com/rero/sonar/pull/897) (by @jma)
28+
* controlled affiliations: fix USI affiliation name [\#880](https://github.com/rero/sonar/pull/880) (by @PascalRepond)
29+
* Problems in the document editor within field `partOf` [\#626](https://github.com/rero/sonar/issues/626) (by @PascalRepond, @jma)
30+
* Impossible to submit a research project (hepvs): it spins forever [\#858](https://github.com/rero/sonar/issues/858) (by @vgranata)
31+
* Field `volume` in the deposit should not be stricter than its equivalent in the document [\#878](https://github.com/rero/sonar/issues/878) (by @PascalRepond)
32+
* Truncated values in autocomplete lists [\#853](https://github.com/rero/sonar/issues/853) (by @Garfield-fr)
33+
* Activate the recording of file access statistics [\#829](https://github.com/rero/sonar/issues/829) (by @jma)
34+
* tests: fix csv serializer test [\#892](https://github.com/rero/sonar/pull/892) (by @PascalRepond)
35+
* documents api: fix missing contribution [\#889](https://github.com/rero/sonar/pull/889) (by @jma)
36+
* Problem with login via SWITCH edu-ID [\#844](https://github.com/rero/sonar/issues/844) (by @jma)
37+
38+
**Other changes:**
39+
40+
* organisations: fix editor ValidationError [\#888](https://github.com/rero/sonar/pull/888) (by @PascalRepond)
41+
* update flask-wiki to 0.2.1 [\#869](https://github.com/rero/sonar/pull/869) (by @PascalRepond)
42+
* module: invenio-record-resources [\#786](https://github.com/rero/sonar/pull/786) (by @rerowep)
43+
* templates: update footer info [\#872](https://github.com/rero/sonar/pull/872) (by @PascalRepond)
44+
* uwsgi: suppress unimportant errors [\#865](https://github.com/rero/sonar/pull/865) (by @rerowep)
45+
* footer: update links [\#868](https://github.com/rero/sonar/pull/868) (by @PascalRepond)
46+
347
## [v1.7.0](https://github.com/rero/sonar/tree/v1.7.0) (2022-05-05)
448

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "SONAR"
3-
version = "1.7.0"
3+
version = "1.8.0"
44
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 <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

sonar/config_sonar.py

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

530-
SONAR_APP_UI_VERSION = '1.5.0'
530+
SONAR_APP_UI_VERSION = '1.6.0'
531531

532532
SONAR_APP_DEFAULT_ORGANISATION = 'global'
533533
"""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.7.0'
26+
__version__ = '1.8.0'

0 commit comments

Comments
 (0)