Skip to content

Commit

Permalink
changelog for 518
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Oct 6, 2024
1 parent 596fc73 commit 060e5f0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
Changelog
=========

Version 5.1.8
-------------

* bug/medium: duplicate items: keep category. fix #5258
* bug/minor: new version notif: fix link
* bug/minor: import: different default target for csv or eln
* bug/minor: filter snippet: fix match with case
* bug/minor: css: fix caption alignement in view mode

Check failure on line 13 in doc/changelog.rst

View workflow job for this annotation

GitHub Actions / Check for typos

alignement ==> alignment

Check failure on line 13 in doc/changelog.rst

View workflow job for this annotation

GitHub Actions / Check for typos

alignement ==> alignment
* bug/minor: notifications: fix incorrect url for new comment posted. fix #5267
* bug/minor: steps deadline: improve step deadlines and their notifications (PR #5264 by Marcel Bolten fix #5142)
* bug/minor: 2fa: fix footer and cancel button
* bug/minor: metadata: scroll to extra fields after loading metadata
* bug/minor: procurement: hide quote column. fix #5195
* bug/minor: notifications: fix missing .php extension in body column (JSON) of notifications table. fix #5260 by Marcel
* bug/minor: makepdf: fallback to local storage if no storage can be found
* bug/minor: tagsteamssync: fix console script to sync tags between teams
* bug/minor: custom_id: remove custom_id upon deletion
* ux: scheduler: do not ask for comment when creating scheduler event
* ui: teamgroups: rename teamgroups to user groups in interface
* ui: ucp: rename Database to Resources
* feat: audit: skip audit logs for ts_balance
* feat: permissions: add filter for team select

Version 5.1.7
-------------

Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The short X.Y version.
version = '5.1'
# The full version, including alpha/beta/rc tags.
release = '5.1.7'
release = '5.1.8'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit 060e5f0

Please sign in to comment.