Release notes for version: 13.3.0
Technological stack
This section is important for Server solution. Cloud users need not worry about any of this.
- OS: Debian 11 on amd64 architecture
- Redmine: upgradable from version 5.0.6
- Ruby: 3.1.2
- Bundler: 2.3.7+
- Rubygems: 3.3.x
- Database: Percona/MySQL 8.x
- redis-server: 5+
- NodeJS: 18.8
- Docker engine: 20.10.22
- Docker compose: 2.15.1
Before every upgrade, please carefully refer to all release notes between your existing version and the new version - there may be critical technical or functional changes explained.
Search skips auto-enter for #ID
Context
By typing #1234 into search, you would jump to task with ID 1234.
Problem
Automatic search confirmation would jump to incorrect task if you made a pause when typing the ID behind #
Fix
Automatic search confirm is disabled when you start with # => you have to manually hit ENTER to jump to the task.
Why?
Long text custom field - text formatting by default
Text formating setting is removed for the Long text custom field settings. Now, this feature is active by default, it can't be turned off.
Why?
Missing formatting on these fields caused some symbols to be shown incorrectly on various views. For example & would be shown as &
DMS searchable
DMS documents and folders can now be searched in full-text search.
Diagram link sharable
The preview page was added with the possibility of sharing a preview link to a diagram (or open on different tab).
Previously
By using link to Show diagram, you would be, in fact, directed to Editing the diagram (e.g. https://demo-v13.easysoftware.com/diagrams/1), which was not user friendly.
Now
There is a new page to Show diagram which makes it easier share Diagram link and the user opening it will be directed to the diagram view, instead of edit (e.g. https://demo-v13.easysoftware.com/diagrams/1?preview=1 )
This makes it also possible to open diagram in a new browser tab.