Skip to content

Commit 9aa529c

Browse files
author
Igor Milhit
committed
release: v0.5.1
* NEW Updates version number * NEW Adds v0.5.1 changes into CHANGES.rst. * NEW Updates RELEASE-NOTES.rst with v0.5.1 changes. Co-Authored-by: Igor Milhit <[email protected]>
1 parent dacf85a commit 9aa529c

File tree

3 files changed

+96
-1
lines changed

3 files changed

+96
-1
lines changed

CHANGES.rst

+46
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,52 @@
1717
Changes
1818
=======
1919

20+
`v0.5.1 <https://github.com/rero/rero-ils/tree/v0.5.1>`__ (2019-10-31)
21+
----------------------------------------------------------------------
22+
23+
`Full
24+
Changelog <https://github.com/rero/rero-ils/compare/v0.5.0...v0.5.1>`__
25+
26+
**Closed issues:**
27+
28+
- Facet author not always displayed (in Firefox)
29+
`#554 <https://github.com/rero/rero-ils/issues/554>`__
30+
31+
**Merged pull requests:**
32+
33+
- ui: fix typeahead unexpected behaviour
34+
`#593 <https://github.com/rero/rero-ils/pull/593>`__
35+
(`jma <https://github.com/jma>`__)
36+
- editor: fix location editor button validation
37+
`#592 <https://github.com/rero/rero-ils/pull/592>`__
38+
(`lauren-d <https://github.com/lauren-d>`__)
39+
- translation: fix user message when an item is requested
40+
`#591 <https://github.com/rero/rero-ils/pull/591>`__
41+
(`zannkukai <https://github.com/zannkukai>`__)
42+
- editor: fix editor button validation
43+
`#590 <https://github.com/rero/rero-ils/pull/590>`__
44+
(`lauren-d <https://github.com/lauren-d>`__)
45+
- persons: fix filter to get documents in organisation views
46+
`#589 <https://github.com/rero/rero-ils/pull/589>`__
47+
(`benerken <https://github.com/benerken>`__)
48+
- fees: add organisation search filter
49+
`#588 <https://github.com/rero/rero-ils/pull/588>`__
50+
(`lauren-d <https://github.com/lauren-d>`__)
51+
- ui: fix flash messages position
52+
`#587 <https://github.com/rero/rero-ils/pull/587>`__
53+
(`zannkukai <https://github.com/zannkukai>`__)
54+
- fixtures: update third organisation circulation policy
55+
`#586 <https://github.com/rero/rero-ils/pull/586>`__
56+
(`iGormilhit <https://github.com/iGormilhit>`__)
57+
- ui: adapt frontpage for mobile devices
58+
`#585 <https://github.com/rero/rero-ils/pull/585>`__
59+
(`AoNoOokami <https://github.com/AoNoOokami>`__)
60+
- github: add new info on github issue template
61+
`#581 <https://github.com/rero/rero-ils/pull/581>`__
62+
(`blankoworld <https://github.com/blankoworld>`__)
63+
- items: fix online locations status
64+
`#580 <https://github.com/rero/rero-ils/pull/580>`__
65+
(`zannkukai <https://github.com/zannkukai>`__)
2066

2167
`v0.5.0 <https://github.com/rero/rero-ils/tree/v0.5.0>`__ (2019-10-17)
2268
----------------------------------------------------------------------

RELEASE-NOTES.rst

+49
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,55 @@
1818
Release notes
1919
=============
2020

21+
v0.5.1
22+
------
23+
24+
- User interface:
25+
26+
- Adds a new method to change session locale, in preparation for the
27+
future pure JS application.
28+
- Rewrites frontpage to emphasize the public demo site and improves
29+
its rendering on small screens.
30+
- Improves the search input suggestion UX.
31+
32+
- Fixtures: updates the third organisation default circulation policy
33+
for the workshops.
34+
- Documentation:
35+
36+
- Improves the github issue template with information on the
37+
instance and version of RERO ILS on which the issue occurred.
38+
39+
- Fixed issues:
40+
41+
- `#488 <https://github.com/rero/rero-ils/issues/488>`__: disallows
42+
editing libraries by a non affiliated librarian.
43+
- `#475 <https://github.com/rero/rero-ils/issues/475>`__: redirects
44+
homepage to the global view.
45+
- `#540 <https://github.com/rero/rero-ils/issues/540>`__: helps
46+
distinguish "organisation" from "organisation" as an author in order
47+
to ease translation.
48+
- `#573 <https://github.com/rero/rero-ils/issues/573>`__: rename
49+
locations incorrectly labelled as online.
50+
- `#232 <https://github.com/rero/rero-ils/issues/232>`__: improves
51+
position of flash messages in order to always show on the screen, even
52+
if the screen is scrolled down.
53+
- `#556 <https://github.com/rero/rero-ils/issues/556>`__: fixes a
54+
wrong label field in the ``identifiedBy`` field.
55+
- `#557 <https://github.com/rero/rero-ils/issues/557>`__: fixes a
56+
bug in the document editor which was preventing the submit button
57+
to be activated.
58+
- `#562 <https://github.com/rero/rero-ils/issues/562>`__: fixes a
59+
bug in the location editor which was preventing the submit button
60+
to be activated.
61+
- `#404 <https://github.com/rero/rero-ils/issues/404>`__: fixes
62+
internationalization code in the source in order to make it
63+
translatable.
64+
- `#553 <https://github.com/rero/rero-ils/issues/553>`__: fixes
65+
wrong filter on persons detailed views to restore the list of
66+
related documents.
67+
- `#560 <https://github.com/rero/rero-ils/issues/560>`__: makes sure
68+
fees are indexed in ElasticSearch.
69+
2170
v0.5.0
2271
------
2372

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__ = "0.5.0"
26+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)