Great news: SeaTable Cloud was updated to version 4.3 at 6 am CET. Additionally, the new version is also available on Docker Hub.
New Features
Version 4.3 brings plenty of improvements for the Universal App Builder, but not only. Here are some highlights out of the 100+ improvements.
Custom URL function for form links: Improved usability and flexibility with form URLs.
Improved collaborator column: Add team members to the collaborator column, even if they base is not shared with them.
New custom page elements “Container” and “Card”: the custom page offers many new styling options and is now even more flexible.
Comment function: the familiar function from the base editor is now also available in the universal app.
New automation: Print PDF (enterprise only): Create PDF documents by time schedule.
You find the complete Release Notes with more details in the SeaTable blog. All changes are available in the Changelog.
Technical changes
Even if you don’t notice it immediately as a user, a lot has happened under the hood at SeaTable. The entire software stack has been updated, from the operating system and the Docker container to the latest program library.
Improved admin manual
And now an important announcement for all administrators of self-hosted systems. We have spent a lot of time and effort in the last few weeks revising the admin manual to make the installation and maintenance of a SeaTable system even easier.
At the same time, we offer simple instructions for the installation of additional components such as the automation platform n8n, the status page Uptime-Kuma and the online editors OnlyOffice and Collabora Online.
We are far from finished here, so there will be a lot more changes in the admin manual over the next few days. So stay tuned.
Yes, the new instructions how to install additional components are already published at https://admin.seatable.io. Probably you have to press CTRL+F5 to reload the page, ignoring the cache.
There will also be corresponding YouTube videos on the new installation method by the end of the week.
I would like to report an issue observed in the “App” section.
When creating a form, if a “Link” field is added without enabling the “link a record” feature, a malfunction occurs.
Indeed, after filling in this first field and using the “Tab” key to move to the next field, a “link a field” window unexpectedly appears, even though it is empty.
in the Universal App you create a form with a column of type Link to other records, in the page setting you specify that only enable adding new records is possible, correct up to this point?
If you then use the form in preview mode, click add record and want to switch from one column to the next via tab, does a new window open?
in the Universal App you create a form with a column of type Link to other records, in the page setting you specify that only enable adding new records is possible, correct up to this point?
Yes, that’s exactly it.
If you then use the form in preview mode, click add record and want to switch from one column to the next via tab, does a new window open?
So it seems that the issue occurs in upgrading maria.
Adding a step to upgrade mariadb is mandatory.
One way seems to be to go from mariadb:10.5 to 10.7 then 11.0 , while having the auto_update tag in the docker-compose file.
not sure about the side effects though