Servas
October 28, 2024

v0.3.0

GitHub

Smart Groups

Smart Group settings

You can now show links in a group based on their tags, so you don't have to add them manually to the group. That enables great options for organizing links. Links can be added to groups if they have any of the selected tags, or they must have all of the selected tags. These settings can be combined. Additionally, if you want to exclude links with specific tags from the group, that is also possible. The links will also show up in shared groups.

Other changes

  • Tag list badges are smaller and now have three columns on larger screens.

Update instructions

If you are running Servas without Docker, you will need to run php artisan migrate after the update to perform the new database migrations.


The group link count is now stored in the database. You will need to manually update the counts once, after that they will be updated automatically.
To update the counts, run php artisan group:update-link-count . Or docker exec -it servas php artisan group:update-link-count if you are running servas with Docker.