Skip to content

Commit 5287c1b

Browse files
committed
release: v1.19.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent 3ba4242 commit 5287c1b

File tree

4 files changed

+69
-3
lines changed

4 files changed

+69
-3
lines changed

CHANGELOG.md

+66
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,71 @@
11
# Changelog
22

3+
## [v1.19.0](https://github.com/rero/rero-ils/tree/v1.19.0) (2023-10-10)
4+
5+
[Full Changelog](https://github.com/rero/rero-ils/compare/v1.18.0...v1.19.0)
6+
7+
**New features:**
8+
* Add local entities management [\#3458](https://github.com/rero/rero-ils/pull/3458) (by @zannkukai)
9+
* entities: add place [\#3456](https://github.com/rero/rero-ils/pull/3456) (by @rerowep)
10+
* entities: add temporal [\#3455](https://github.com/rero/rero-ils/pull/3455) (by @rerowep)
11+
* entity: add display for new types [\#3483](https://github.com/rero/rero-ils/pull/3483) (by @Garfield-fr)
12+
* Circulation UI: display pickup location for at_desk check-in [\#3433](https://github.com/rero/rero-ils/issues/3433) (by @Garfield-fr)
13+
14+
**Enhancements:**
15+
* entity: better replace_identified_by [\#3497](https://github.com/rero/rero-ils/issues/3497) (by @rerowep)
16+
* entity: use in memory for sync task [\#3494](https://github.com/rero/rero-ils/pull/3494) (by @rerowep)
17+
* cli: create_documents_with_items_lofis [\#3486](https://github.com/rero/rero-ils/issues/3486) (by @rerowep)
18+
* Fix item sorting for standard holdings [\#2243](https://github.com/rero/rero-ils/issues/2243) (by @Garfield-fr)
19+
* pro document detailed view: optimize item loading [\#3400](https://github.com/rero/rero-ils/issues/3400) (by @Garfield-fr)
20+
* Improve global performance [\#3447](https://github.com/rero/rero-ils/pull/3447) (by @jma)
21+
* circulation: optimize operations performance [\#3415](https://github.com/rero/rero-ils/issues/3415) (by @jma)
22+
* ILL requests: order pickup locations by name in public form [\#3432](https://github.com/rero/rero-ils/issues/3432) (by @PascalRepond)
23+
* Transaction history: change unclear "location" label [\#3440](https://github.com/rero/rero-ils/issues/3440) (by @PascalRepond)
24+
* ILL requests: improve display in pro circulation UI [\#3419](https://github.com/rero/rero-ils/issues/3419) (by @zannkukai)
25+
* admin interface: The status of the item is not updated after a request [\#2314](https://github.com/rero/rero-ils/issues/2314) (by @Garfield-fr)
26+
* Order lines in the notifications are not in the same sequence than in the order detailed view [\#2653](https://github.com/rero/rero-ils/issues/2653) (by @Garfield-fr)
27+
* document: improved display of genre form field [\#3444](https://github.com/rero/rero-ils/pull/3444) (by @Garfield-fr)
28+
* acquisition: exclude harvested documents [\#3471](https://github.com/rero/rero-ils/pull/3471) (by @Garfield-fr)
29+
* entity: better replace identifiedBy [\#3454](https://github.com/rero/rero-ils/pull/3454) (by @rerowep)
30+
* stats: add tests [\#3462](https://github.com/rero/rero-ils/pull/3462) (by @jma)
31+
32+
**Fixes:**
33+
* pricing stats: fix number of ill requests [\#3499](https://github.com/rero/rero-ils/pull/3499) (by @PascalRepond)
34+
* notifications: fix availability delay [\#3491](https://github.com/rero/rero-ils/pull/3491) (by @PascalRepond)
35+
* import: better contribution for SUDOC [\#3495](https://github.com/rero/rero-ils/pull/3495) (by @rerowep)
36+
* Document import: subject `creator` is unexpected [\#3468](https://github.com/rero/rero-ils/issues/3468) (by @rerowep)
37+
* Loans are displayed twice in the loan history [\#3469](https://github.com/rero/rero-ils/issues/3469) (by @Garfield-fr)
38+
* IdRef links not created when import from Sudoc [\#3473](https://github.com/rero/rero-ils/issues/3473) (by @rerowep)
39+
* Error sending an order when the language template is not configured [\#2714](https://github.com/rero/rero-ils/issues/2714) (by @Garfield-fr)
40+
* Public view: The layout should change after expanding the result to global view [\#3136](https://github.com/rero/rero-ils/issues/3136) (by @Garfield-fr)
41+
* Keyboard shortcut for `help` is hardlinked to the test instance [\#2825](https://github.com/rero/rero-ils/issues/2825) (by @Garfield-fr)
42+
* stats: some circulation stats are incorrect because they also count notifications [\#3435](https://github.com/rero/rero-ils/issues/3435) (by @jma)
43+
* UI: certain texts get unselected on keystroke [\#3276](https://github.com/rero/rero-ils/issues/3276) (by @Garfield-fr)
44+
* Manual fees UI: problems with manual fees of type `overdue` [\#3438](https://github.com/rero/rero-ils/issues/3438)
45+
* Request: Location with pickup location option disabled, still displayed as a pickup location [\#3404](https://github.com/rero/rero-ils/issues/3404) (by @zannkukai)
46+
* Serial issue with status `expected` should not appear as available [\#3370](https://github.com/rero/rero-ils/issues/3370) (by @zannkukai)
47+
* Checkin view: location and call number not displayed [transit item] [\#3319](https://github.com/rero/rero-ils/issues/3319) (by @zannkukai)
48+
* loan: fix for the patron barcode [\#3476](https://github.com/rero/rero-ils/pull/3476) (by @Garfield-fr)
49+
* stats: add missing import for StatsSearch [\#3472](https://github.com/rero/rero-ils/pull/3472) (by @Garfield-fr)
50+
* entities: fix for not-hashable value [\#3434](https://github.com/rero/rero-ils/pull/3434) (by @Garfield-fr)
51+
* tests: fix failing tests [\#3481](https://github.com/rero/rero-ils/pull/3481) (by @PascalRepond)
52+
* fix MARC equivalency for work_access_point [\#3466](https://github.com/rero/rero-ils/pull/3466) (by @PascalRepond)
53+
* dependencies: fix security issues [\#3474](https://github.com/rero/rero-ils/pull/3474) (by @jma)
54+
* tests: fix patron expiration date [\#3470](https://github.com/rero/rero-ils/pull/3470) (by @jma)
55+
* import: fix SLSP scale and cartographic [\#3446](https://github.com/rero/rero-ils/pull/3446) (by @rerowep)
56+
* dependencies: fix security issues [\#3452](https://github.com/rero/rero-ils/pull/3452) (by @PascalRepond)
57+
* editor: correct label for Media Type [\#3429](https://github.com/rero/rero-ils/pull/3429) (by @PascalRepond)
58+
* tests: fix imports [\#3437](https://github.com/rero/rero-ils/pull/3437) (by @jma)
59+
* operation logs: anonymization respects jsonschema [\#3416](https://github.com/rero/rero-ils/pull/3416) (by @PascalRepond)
60+
* ILL request: update patron circulation statistics [\#3421](https://github.com/rero/rero-ils/pull/3421) (by @zannkukai)
61+
* Update README.md: Louvain (≠ Leuven) [\#3418](https://github.com/rero/rero-ils/pull/3418) (by @sbibauw)
62+
* SRU: correct unnecessary log for bf:Temporal transformation [\#3425](https://github.com/rero/rero-ils/pull/3425) (by @rerowep)
63+
* dependencies: fix security issues [\#3422](https://github.com/rero/rero-ils/pull/3422) (by @rerowep)
64+
65+
**Other changes:**
66+
67+
* chore: update github templates [\#3492](https://github.com/rero/rero-ils/pull/3492) (by @PascalRepond)
68+
369
## [v1.18.0](https://github.com/rero/rero-ils/tree/v1.18.0) (2023-07-13)
470

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

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

157157
# build the web assets

0 commit comments

Comments
 (0)