Servas Versions Save

A self-hosted bookmark management tool.

v0.2.0

1 month ago

What's Changed

Release post

Full Changelog: https://github.com/beromir/Servas/compare/v0.1.0...v0.2.0

v0.1.0

4 months ago

Happy new year everyone!

With this release, the versioning scheme changes. Until the release of v1.0, "major" releases will be released with a change in the second number (v0.1.0), and minor releases will be released with a change in the third number (v0.1.1).

What's Changed

Full Changelog: https://github.com/beromir/Servas/compare/v0.0.7...v0.1.0

v0.0.7

4 months ago

What's Changed

Full Changelog: https://github.com/beromir/Servas/compare/v0.0.6...v.0.0.7

v0.0.6

7 months ago

What's Changed

Full Changelog: https://github.com/beromir/Servas/compare/v0.0.5...v0.0.6

v0.0.5

11 months ago

What's Changed

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.

New Contributors

Full Changelog: https://github.com/beromir/Servas/compare/v0.0.4...v0.0.5

v0.0.4

1 year ago

What's Changed

Full Changelog: https://github.com/beromir/Servas/compare/v0.0.3...v0.0.4

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.

v0.0.3

1 year ago

Features

Fixes

Important Notice

If you have 2FA set up for your account, you will need to set it up again after the update. Until then, your account is not secured with 2FA.

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.

v0.0.2

1 year ago

The Docker image now also supports SQLite. You do not need an additional database container for this variant. It is delivered with the Docker image. The sample files can be found here. The image now uses Nginx instead of the Apache web server. The size of the image is significantly smaller since it is based on the PHP-FPM Alpine Linux Docker image. As a result, performance has increased with this release.

Features

Fixes

  • The previously selected groups will now be cleared when creating/editing links.

v0.0.1

1 year ago

First release.