|
1 | 1 | # Changelog
|
2 | 2 |
|
| 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 | + |
3 | 47 | ## [v1.17.1](https://github.com/rero/rero-ils/tree/v1.17.1) (2023-06-06)
|
4 | 48 |
|
5 | 49 | [Full Changelog](https://github.com/rero/rero-ils/compare/v1.17.0...v1.17.1)
|
|
0 commit comments