Releases: tracim/tracim
Releases · tracim/tracim
version 4.0.6
version 4.0.5
version 4.0.4
version 4.0.3
version 4.0.2
version 4.0.1
version 4.0.0
What's in the box:
- 1-to-1 video calls based on Jitsi Meet
- Notification wall improvements: notification grouping, design improvement, mention highlight, etc
- Performance improvements: loading of contents, timelines...
Breaking changes:
⚠️ Apache default configuration change⚠️ Python 3.5 support dropped- MySQL and MariaDB are not officially supported anymore (issue #5043)
You can find more details on this release in its changelog.
version 3.9.2
version 3.9.1
version 3.9.0
What's in the box:
- simple creation of links to Tracim contents in notes and comments
- file and notes can now be tagged. Those tags can be used to filter search results.
- updated UI when opening contents (files/notes/threads)
Breaking changes:
- The default value of
web.notifications.excludedconfiguration has changed, please update it if it has been tuned on your setup (see changelog for details). - The template at
backend/tracim_backend/templates/mail/reset_password_body_html.makrelated to the password reset email has been updated to show the validity duration of the reset passwork link. If you have customized this template, you may want to update it. - The limitation of simultaneous online users requires running an additional daemon. Our docker image handles it but you have to run it manually if you installed Tracim manually
- The support for tags in the advanced search needs a command to update the search indices:
tracimcli index-drop
tracimcli index-create
tracimcli index-populate
You can find more details on this release in its changelog.