Releases: beromir/Servas
v0.4.1
v0.4.0
What's Changed
- [FEAT] Dark mode by @beromir in #97
- [FEAT] Add page navigation to command palette by @beromir in #99
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Full Changelog: v0.2.0...v0.3.0
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.
v0.2.0
What's Changed
- [FEAT] Inbox by @beromir in #86
- [FEAT] Public group sharing by @beromir in #88
- [TASK] Increased link length
- [TASK] Added icons to the menu items
- [TASK] Show total number of links when clicking on the page count in the pagination
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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: v0.0.7...v0.1.0
v0.0.7
v0.0.6
v0.0.5
What's Changed
- [TASK] Redesign auth pages by @beromir in #42
- [TASK] Upgrade to Laravel v10 by @beromir in #44
- [TASK] Impovements for storing and updating links by @beromir in #54
- Add demo user & fix seeder by @krekas in #56
- [FEAT] Show also groups and tags in the search results by @beromir in #60
- [FIX] Show only search results from the current user by @beromir in #61
- [FIX] Filter search results by current user by @beromir in #62
- Remove dead code by @krekas in #55
- [TASK] Remove home view and later list by @beromir in #63
- [TASK] Add universal link list by @beromir in #64
- [FEAT] Add command to delete duplicate links of a user by @beromir in #65
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: v0.0.4...v0.0.5
v0.0.4
What's Changed
- [TASK] Remove media types by @beromir in #31
- [FEAT] Add bulk editing to the link page by @beromir in #30
- [FEAT] Replace Webpack with Vite by @beromir in #35
- [FEAT] Add Artisan commands to interact with the users table by @beromir in #36
- [FIX] Group orWhere call in search query by @beromir in #37
- [FEAT] Add "copy to clipboard" button by @beromir in #38
- [TASK] Upgrade Inertia to v1.0 by @beromir in #40
Full Changelog: 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
Features
Fixes
- Show form errors on the authentication pages in #25
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.