Skip to content

Commit d780c3d

Browse files
committed
release: v1.18.0
Co-authored-by: Pascal Repond <[email protected]>
1 parent 1159cd1 commit d780c3d

File tree

4 files changed

+47
-3
lines changed

4 files changed

+47
-3
lines changed

CHANGELOG.md

+44
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
# Changelog
22

3+
## [v1.18.0](https://github.com/rero/rero-ils/tree/v1.18.0) (2023-07-13)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.17.1...v1.18.0)
6+
7+
**New features:**
8+
* Add claim mechanism for periodical issues [\#3376](https://github.com/rero/rero-ils/pull/3376) (by @zannkukai)
9+
* Update loans `end_date` when a closed date/period is added into library exceptions [\#2663](https://github.com/rero/rero-ils/issues/2663) (by @zannkukai)
10+
* Add import from SUDOC by SRU [\#3363](https://github.com/rero/rero-ils/issues/3363) (by @rerowep)
11+
* Add a way to set a default active library [\#3362](https://github.com/rero/rero-ils/issues/3362) (by @Garfield-fr)
12+
* Confirmation message when leaving a form without saving [\#2104](https://github.com/rero/rero-ils/issues/2104) (by @Garfield-fr)
13+
14+
**Enhancements:**
15+
* Send `recall` notifications at checkout when items have a request for other persons [\#2673](https://github.com/rero/rero-ils/issues/2673) (by @zannkukai)
16+
* patron profile: show overdue preview fees [\#3343](https://github.com/rero/rero-ils/issues/3343) (by @Garfield-fr)
17+
* Display ILL request also in the professional patron account [\#2165](https://github.com/rero/rero-ils/issues/2165) (by @Garfield-fr)
18+
* Item editor: default date when activating `new_acquisition` is today [\#2777](https://github.com/rero/rero-ils/issues/2777) (by @Garfield-fr)
19+
* Correct replace identifiedBy [\#3364](https://github.com/rero/rero-ils/issues/3364) (by @rerowep)
20+
* sru: subjects and genreForm [\#3365](https://github.com/rero/rero-ils/pull/3365) (by @rerowep)
21+
* fees: add invoice payment method [\#3373](https://github.com/rero/rero-ils/pull/3373) (by @PascalRepond)
22+
23+
**Fixes:**
24+
* claims: manage missing data for claim notification [\#3399](https://github.com/rero/rero-ils/issues/3399) (by @zannkukai)
25+
* stats: fix validated requests count [\#3402](https://github.com/rero/rero-ils/pull/3402) (by @PascalRepond)
26+
* ILL requests: some fields shouldn't be required, others should be [\#2027](https://github.com/rero/rero-ils/issues/2027) (by @PascalRepond)
27+
* Barcode fields should be unique [\#3386](https://github.com/rero/rero-ils/issues/3386) (by @PascalRepond)
28+
* Permissions linked to the serial holdings detail view [\#1705](https://github.com/rero/rero-ils/issues/1705)
29+
* stats for pricing: should not take into account ill requests with status `denied` [\#3359](https://github.com/rero/rero-ils/issues/3359) (by @PascalRepond)
30+
* Contributors not displaying in patron profile (public view) [\#3380](https://github.com/rero/rero-ils/issues/3380) (by @Garfield-fr)
31+
* Circulation info should take into account temporary item type in public view [\#2965](https://github.com/rero/rero-ils/issues/2965) (by @Garfield-fr)
32+
* users: library used for the operation logs is wrong [\#3310](https://github.com/rero/rero-ils/issues/3310) (by @Garfield-fr)
33+
* Error if an item from a library without opening hours is checked out [\#2419](https://github.com/rero/rero-ils/issues/2419) (by @PascalRepond)
34+
* With the English interface, sometimes dates are displayed in the US format [\#1469](https://github.com/rero/rero-ils/issues/1469)
35+
* circulation: fix has_is_open library method [\#3396](https://github.com/rero/rero-ils/pull/3396) (by @PascalRepond)
36+
* loan: fix LoansIndexer [\#3395](https://github.com/rero/rero-ils/pull/3395) (by @rerowep)
37+
* user: fix for invalid date of birth [\#3369](https://github.com/rero/rero-ils/pull/3369) (by @Garfield-fr)
38+
39+
**Other changes:**
40+
* scheduler: change timings [\#3391](https://github.com/rero/rero-ils/pull/3391) (by @rerowep)
41+
* alembic: fix log output format [\#3387](https://github.com/rero/rero-ils/pull/3387) (by @lauren-d)
42+
* tests: fix vulnerabilities and pycodestyle [\#3390](https://github.com/rero/rero-ils/pull/3390) (by @PascalRepond)
43+
* rero+: update vs frontpage [\#3412](https://github.com/rero/rero-ils/pull/3412) (by @PascalRepond)
44+
* alembic: fix errors for the next release [\#3410](https://github.com/rero/rero-ils/pull/3410) (by @jma)
45+
* entities: fix replace identified by [\#3413](https://github.com/rero/rero-ils/pull/3413) (by @rerowep)
46+
347
## [v1.17.1](https://github.com/rero/rero-ils/tree/v1.17.1) (2023-06-06)
448

549
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.17.0...v1.17.1)

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.17.1"
3+
version = "1.18.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.17.1"
26+
__version__ = "1.18.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.3.0 --prefix "${static_folder}"
154+
npm install --no-save --only=prod --no-fund --no-audit @rero/rero-ils-ui@14.4.0 --prefix "${static_folder}"
155155
fi
156156

157157
# build the web assets

0 commit comments

Comments
 (0)