Skip to content

Commit 4e9315e

Browse files
committed
release: v1.21.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent 79b2740 commit 4e9315e

File tree

5 files changed

+59
-9
lines changed

5 files changed

+59
-9
lines changed

CHANGELOG.md

+50
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,55 @@
11
# Changelog
22

3+
## [v1.21.0](https://github.com/rero/rero-ils/tree/v1.21.0) (2024-02-19)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.20.0...v1.21.0)
6+
7+
**New features:**
8+
* document: advanced search config and endpoint [\#3496](https://github.com/rero/rero-ils/pull/3496) (by @Garfield-fr)
9+
* Add a `new_acquisition` facet in the document search [\#3525](https://github.com/rero/rero-ils/issues/3525) (by @Garfield-fr)
10+
* Show item information on check-in with no active loan [\#3512](https://github.com/rero/rero-ils/issues/3512) (by @Garfield-fr)
11+
* Patron search: add an new facet status 'active/expired'. [\#2715](https://github.com/rero/rero-ils/issues/2715) (by @Garfield-fr)
12+
* Circulation-loans: add a sort by location and a toggle 'collapse details' [\#2616](https://github.com/rero/rero-ils/issues/2616) (by @Garfield-fr)
13+
14+
**Enhancements:**
15+
* PartOf: some numbering fields should be strings instead of integers [\#3570](https://github.com/rero/rero-ils/issues/3570) (by @PascalRepond)
16+
* Document import: infinite loading when a remote repository is down [\#3564](https://github.com/rero/rero-ils/issues/3564) (by @rerowep & @Garfield-fr)
17+
* Upgrade to Flask>2.0.0 [\#3441](https://github.com/rero/rero-ils/issues/3441) (by @jma)
18+
* Improve entities navigation and links [\#3513](https://github.com/rero/rero-ils/issues/3513) (by @Garfield-fr)
19+
* entities: improve search link generation [\#3537](https://github.com/rero/rero-ils/pull/3537) (by @Garfield-fr)
20+
* Hide ILL requests older than 6 months in the patron views [\#3527](https://github.com/rero/rero-ils/issues/3527) (by @Garfield-fr)
21+
* acquisition: improve sorting for vendors and orders [\#3490](https://github.com/rero/rero-ils/pull/3490) (by @lauren-d)
22+
* user: create token cli [\#3575](https://github.com/rero/rero-ils/pull/3575) (by @rerowep)
23+
24+
**Fixes:**
25+
* ill requests: fix facet filter not working [\#3602](https://github.com/rero/rero-ils/issues/3602) (by @PascalRepond)
26+
* user: make the username editable from the UI [\#3598](https://github.com/rero/rero-ils/issues/3598) (by @jma)
27+
* Operation log `cancel_request` is not created if the request has already been validated [\#3569](https://github.com/rero/rero-ils/issues/3569) (by @PascalRepond)
28+
* Circulation: item in transit can wrongfully become at_desk [\#3403](https://github.com/rero/rero-ils/issues/3403) (by @PascalRepond)
29+
* Bibliographic record : display of the host document's numbering [\#1818](https://github.com/rero/rero-ils/issues/1818) (by @PascalRepond)
30+
* Item in transit sometimes marked as available [\#2827](https://github.com/rero/rero-ils/issues/2827) (by @PascalRepond)
31+
* Patron view: total number of requests is incorrect [\#3568](https://github.com/rero/rero-ils/issues/3568) (by @PascalRepond)
32+
* JSONschema editors: form `addons` are not translated [\#3547](https://github.com/rero/rero-ils/issues/3547) (by @Garfield-fr)
33+
* It is possible to create a double barcode item [\#3540](https://github.com/rero/rero-ils/issues/3540) (by @Garfield-fr)
34+
* Change password view: problem with certain characters [\#3405](https://github.com/rero/rero-ils/issues/3405) (by @jma)
35+
* Pro patron history: checkout and renewal info missing [\#3529](https://github.com/rero/rero-ils/issues/3529) (by @Garfield-fr)
36+
* Acquisition default date is not saved on item creation [\#3530](https://github.com/rero/rero-ils/issues/3530) (by @Garfield-fr)
37+
* import: fix DNB subject [\#3584](https://github.com/rero/rero-ils/pull/3584) (by @rerowep)
38+
* chore(translations): fix jinja2 extraction [\#3583](https://github.com/rero/rero-ils/pull/3583) (by @PascalRepond)
39+
* import: fix SUDOC authors facette [\#3559](https://github.com/rero/rero-ils/pull/3559) (by @rerowep)
40+
* ill requests: adapt facet label [\#3567](https://github.com/rero/rero-ils/pull/3567) (by @PascalRepond)
41+
* scheduler: better timestamp [\#3562](https://github.com/rero/rero-ils/pull/3562) (by @rerowep)
42+
* librarian stats: fix incorrect new active patrons [\#3561](https://github.com/rero/rero-ils/pull/3561) (by @PascalRepond)
43+
* remote_entity: fix replace_identified_by task [\#3556](https://github.com/rero/rero-ils/pull/3556) (by @rerowep)
44+
* remote entities: fix replace-identified-by task [\#3555](https://github.com/rero/rero-ils/pull/3555) (by @rerowep)
45+
* items: fix orphean pid for invalidate records [\#3557](https://github.com/rero/rero-ils/pull/3557) (by @jma)
46+
* stats: fix number of requests report [\#3558](https://github.com/rero/rero-ils/pull/3558) (by @jma)
47+
* item: add library name on the circulation dump [\#3549](https://github.com/rero/rero-ils/pull/3549) (by @Garfield-fr)
48+
49+
**Other changes:**
50+
* chore(dependencies): fix safety conflict [\#3581](https://github.com/rero/rero-ils/pull/3581) (by @PascalRepond)
51+
* homepages: update rero+ clients homepages [\#3563](https://github.com/rero/rero-ils/pull/3563) (by @PascalRepond)
52+
353
## [v1.20.0](https://github.com/rero/rero-ils/tree/v1.20.0) (2023-11-21)
454

555
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.19.0...v1.20.0)

poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "1.20.0"
3+
version = "1.21.0"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"
@@ -52,7 +52,7 @@ invenio-rest = ">=1.3.0,<1.4.0"
5252
invenio-theme = ">=2.5.7,<3.0.0"
5353
# Invenio auth bundle
5454
invenio-access = ">=2.0.0,<3.0.0"
55-
invenio-accounts = ">=3.0.0,<4.0.0"
55+
invenio-accounts = ">=3.5.2,<4.0.0"
5656
invenio-oauth2server = ">=2.0.0,<3.0.0"
5757
invenio-oauthclient = ">=3.0.0,<4.0.0"
5858
# Invenio metadata bundle

rero_ils/version.py

+1-1
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.20.0"
26+
__version__ = "1.21.0"

scripts/bootstrap

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ then
151151
info_msg "Install RERO-ILS-UI from tgz: ${tgz_file}"
152152
npm install --no-save --only=prod --no-fund --no-audit "${tgz_file}" --prefix "${static_folder}"
153153
else
154-
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@14.6.0 --prefix "${static_folder}"
154+
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@14.7.2 --prefix "${static_folder}"
155155
fi
156156

157157
# build the web assets

0 commit comments

Comments
 (0)