🎉 Changelog • Documentation • Milestone 🎉
⚠️ Important |
---|
Unfortunately, this release contains a DB migration script that fails on some installations. It can be sorted out by following the guide in #1436 and requires to connect to the DB directly. If you don't want to run commands against the database, you can wait for the next release. |
- Refactor file identifiers, as preparation for different file storage backends (#1380)
- PLEASE NOTE this release contains a DB migration that changes all file identifiers in the database. It is really very much recommended to do a backup of the database before updating!
- Allow background tasks to return results that are published via events (#1362)
- Users can specify a time zone in user settings (#1062)
- Improve item selection (#1422)
- item selection is now stored globally and kept until you explicitly clear the selection
- items can be selected in detail view and the search menu shows an entry to quickly see all items currently selected
- Change logging format and backend
- The logging format has changed again from logfmt to the "classic" one
- the configuration allows to use logfmt, json or two "classic" formats
- logback has been removed! If you used a custom
logback.xml
before, I'm sorry this is not possible anymore. There are two settings in the config file for now to control logging:logging.minimum-level
andlogging.format
.
- Pdf preview not updated (#1210)
- some browsers (e.g. safari and some mobile browsers) don't update the ui when the
src
attribute of theembed
element changes - for the "fallback view", an
iframe
is now used - thus for mobile it should work now. Safari on desktop would require to change the respective setting
- some browsers (e.g. safari and some mobile browsers) don't update the ui when the
- Several ui improvements
- More cards per row for large screens (#1401)
- more space below direction dropdown (#1400)
- fix input field save-while-typing (#1340, #1299)
- improves detail view on small screens (#1420)
- sort tags by group and then name (#1396)
- fix bug presenting an empty tag category in search menu (#1402)
- wrap long text in dashboard tables (#1357)
- typo fixes (#1387, #1433)
- Remove tools package from release (#1421)