File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 99Changes
1010=======
1111
12+ Version v12.3.0 (released 2026-02-17)
13+
14+ - feat(timeline): file upload for comments
15+ - feat(timeline): deep link for replies
16+ - feat(timeline): make messages collapsible
17+ - fix(comment-editor): disable comment button when message is empty
18+ - fix(timeline): defer dataset extraction
19+
1220version v12.2.1 (released 2026-02-17)
1321
1422- fix(events): add back support for #commentevent anchor
Original file line number Diff line number Diff line change 2121 current_requests_service ,
2222)
2323
24- __version__ = "12.2.1 "
24+ __version__ = "12.3.0 "
2525
2626__all__ = (
2727 "__version__" ,
Original file line number Diff line number Diff line change 5454
5555# not related to the work at hand and different from other repos so commenting for now
5656# black --check --diff invenio_requests tests
57- # python -m check_manifest
57+ python -m check_manifest
5858python -m sphinx.cmd.build -qnN docs docs/_build/html
5959eval " $( docker-services-cli up --db ${DB:- postgresql} --search ${SEARCH:- opensearch} --cache ${CACHE:- redis} --env) "
6060# Note: expansion of pytest_args looks like below to not cause an unbound
You can’t perform that action at this time.
0 commit comments