Skip to content

Commit 188acc7

Browse files
committed
πŸ“¦ release: v14.0.0b3.dev1
1 parent b7f022d commit 188acc7

File tree

4 files changed

+23
-14
lines changed

4 files changed

+23
-14
lines changed

β€ŽCHANGES.rstβ€Ž

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010
Changes
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+
1333
Version v14.0.0b3.dev0 (released 2025-11-12)
1434

1535
- setup: bump major version of `invenio-oauthclient`

β€Žinvenio_app_rdm/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
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__",)

β€Žinvenio_app_rdm/records_ui/templates/semantic-ui/invenio_app_rdm/records/tombstone.htmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

β€Žinvenio_app_rdm/theme/assets/semantic-ui/js/invenio_app_rdm/overridableRegistry/mapping.jsβ€Ž

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/Users/aioannid/src/zenodo-rdm/assets/js/invenio_app_rdm/overridableRegistry/mapping.js

0 commit comments

Comments
Β (0)