<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Today we released version v2.0.4 of LibreCat:
<div class=""><br class="">
</div>
<div class=""><a href="https://github.com/LibreCat/LibreCat/releases/tag/2.0.4" class="">https://github.com/LibreCat/LibreCat/releases/tag/2.0.4</a></div>
<div class=""><br class="">
</div>
<div class="">Many thanks to the developers who were involved in this release:</div>
<div class=""><br class="">
</div>
<div class="">* Vitali Peil<br class="">
* Petra Kohorst</div>
<div class="">* Nicolas Franck</div>
<div class=""><br class="">
</div>
<div class="">Changes:</div>
<div class=""><br class="">
</div>
<div class="">
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: use elasticsearch query type "simple_query_string" to parse query parameter "q"</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: use query parameter "cql" for filtering only, no longer adding to the document score</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: add missing variables for edit form in case of non-bulk imports.</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: display project acronyms in autocomplete if available</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: fix radiobuttons unchecking when sorting author fields with drag and drop</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: add parameter similar_search to helper.yml for helper extract_params</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: change value of hidden input field 'status' to private when editing a publication record with status "new"</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: make sure that roles "Delegate" and "Data Manager" no longer get mixed up</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: make sure that only the current selected role is checked for permissions, not all roles in user account.</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: comment out demo permissions app</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: query parameter "return_url" must be full url</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: query parameter "return_url" should start with request.uri_base, to prevent links to (possible bad) external sites</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: always return from route after "redirect"</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: fix arxiv import</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: when a publication record is cloned, the field "urn" must be deleted, status set to new, and creator set to the current user</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: add helper method "current_user" (h->current_user), that holds the full user record in memory</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: "current_user" is reloaded at the start of every request to reflect changes</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - security fix: search routes below /librecat should check if user has rights to access it.</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - internal fix: LibreCat::App::Catalogue::Controller::Permission::Permissions now loads publications from the index into the cache,</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">      to reflect additional attributes, only present in the index.</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - internal fix: LibreCat::App::Catalogue::Controller::Permission::Permissions clears cache after every request</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: hidden and unused "div" covered tab titles in /librecat</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: update BibTex, SRU and OAI in cpanfile</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - new: use docker file from Bielefeld's gitlab for travis, instead of the global one, to prevent hitting rate limits</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">    - bugfix: use TT filter "html" when inserting variables into html attributes</span></div>
</div>
</body>
</html>