Skip to content

Commit 1fdc0fb

Browse files
committed
release: v1.24.0
1 parent fa88227 commit 1fdc0fb

File tree

4 files changed

+31
-4
lines changed

4 files changed

+31
-4
lines changed

CHANGELOG.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,38 @@
11
# Changelog
22

3+
## [v1.24.0](https://github.com/rero/rero-ils/tree/v1.24.0) (2024-11-07)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.23.1...v1.24.0)
6+
7+
**New features:**
8+
* Add data migration tools [\#3766](https://github.com/rero/rero-ils/pull/3766) (by @jma)
9+
* config: add GND to concepts and places [\#3736](https://github.com/rero/rero-ils/pull/3736) (by @rerowep)
10+
11+
**Enhancements:**
12+
* Periodically clean up `_draft` documents [\#3761](https://github.com/rero/rero-ils/issues/3761) (by @rerowep)
13+
* Allow more than two barcodes per patron [\#3745](https://github.com/rero/rero-ils/issues/3745) (by @PascalRepond)
14+
* Circulation interface: display item's enumerationAndChronology [\#3744](https://github.com/rero/rero-ils/issues/3744) (by @PascalRepond)
15+
16+
**Fixes:**
17+
* No thumbnail loaded for documents with any "electronicLocator" [\#3755](https://github.com/rero/rero-ils/issues/3755) (by @Garfield-fr)
18+
* Harvested physical books are not displayed correctly in public UI [\#3738](https://github.com/rero/rero-ils/issues/3738) (by @rerowep)
19+
* SIP2 returns None for a user/patron with any missing address field [\#3727](https://github.com/rero/rero-ils/issues/3727) (by @rerowep)
20+
21+
**Other changes:**
22+
* fix(deps): fix safety [\#3762](https://github.com/rero/rero-ils/pull/3762) (by @jma)
23+
* chore(prod): adapt VS frontpage [\#3757](https://github.com/rero/rero-ils/pull/3757) (by @PascalRepond)
24+
* dependencies: fix vulnerabilites [\#3750](https://github.com/rero/rero-ils/pull/3750) (by @rerowep)
25+
* fix(deps): fix safety [\#3756](https://github.com/rero/rero-ils/pull/3756) (by @PascalRepond)
26+
* import: fix SLSP [\#3751](https://github.com/rero/rero-ils/pull/3751) (by @rerowep)
27+
* test: fix coverage [\#3743](https://github.com/rero/rero-ils/pull/3743) (by @rerowep)
28+
* tests: uses black [\#3674](https://github.com/rero/rero-ils/pull/3674) (by @rerowep)
29+
330
## [v1.23.1](https://github.com/rero/rero-ils/tree/v1.23.0) (2024-08-26)
431

532
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.23.0...v1.23.1)
633

734
**Enhancements:**
8-
* Update rero-ils-ui version to allow older browsers to use the public UI
35+
* Blank page on older OS/browser [\#3735](https://github.com/rero/rero-ils/issues/3735) (by @jma)
936
* Delete useless error log in entities dojson
1037

1138
## [v1.23.0](https://github.com/rero/rero-ils/tree/v1.23.0) (2024-08-12)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-ils"
3-
version = "1.23.1"
3+
version = "1.24.0"
44
description = "Invenio digital library framework."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

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.23.1"
26+
__version__ = "1.24.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@17.1.1 --prefix "${static_folder}"
154+
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@17.2.0 --prefix "${static_folder}"
155155
fi
156156

157157
# build the web assets

0 commit comments

Comments
 (0)