File tree Expand file tree Collapse file tree 4 files changed +23
-14
lines changed
records_ui/templates/semantic-ui/invenio_app_rdm/records
theme/assets/semantic-ui/js/invenio_app_rdm/overridableRegistry Expand file tree Collapse file tree 4 files changed +23
-14
lines changed Original file line number Diff line number Diff line change 1010Changes
1111=======
1212
13+ Version v14.0.0b3.dev1 (released 2025-11-21)
14+
15+ - UI: add info message about remaining days to publish changes
16+ - request: add file mod request template
17+ - fix: set files_locked to `bucket.locked ` rather than permission
18+ * currently the permission is whether you can unlock the files
19+ * but the files are only unlocked when you create the draft
20+ * as such as an admin when you edit a published draft, if it was
21+ created by a user it will look like the files are unlocked but
22+ this is false
23+ - feat: pass file modification eval to deposit form
24+ - fix: align selector with semantic-ui
25+ - fix(views): pass API record to evaluate record deletion
26+ - fix(record-ui): do not sanitize additional description in template
27+ - admin: requests details view improvements
28+ - Replace `Record deletion ` by `Deletion request for "Record name" `
29+ - Link showing all requests for a given user
30+ - tombstone: add deletion policy
31+ - Update release date for version v14.0.0b3.dev0
32+
1333Version v14.0.0b3.dev0 (released 2025-11-12)
1434
1535- setup: bump major version of `invenio-oauthclient `
Original file line number Diff line number Diff line change 1717#
1818# See PEP 0440 for details - https://www.python.org/dev/peps/pep-0440
1919
20- __version__ = "14.0.0b3.dev0 "
20+ __version__ = "14.0.0b3.dev1 "
2121
2222__all__ = ("__version__" ,)
Original file line number Diff line number Diff line change 11{#
2- Copyright (C) 2021 CERN.
2+ Copyright (C) 2021-2025 CERN.
33 Copyright (C) 2023 TU Wien.
44
55 Invenio App RDM is free software; you can redistribute it and/or modify it
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ / U s e r s / aioannid/ src / zenodo - rdm / assets / js / invenio_app_rdm / overridableRegistry / mapping . js
You canβt perform that action at this time.
0 commit comments