You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Russian interface text is now more consistent across the application.
The Russian translator glossary was moved out of the shipped locale files into dedicated project documentation, keeping bundled language resources cleaner for deployments.
Credit to @artyomboyko for the Russian translation contribution included in this release.
Upgrade Notes
This release does not include database migrations.
No new environment variables or manual configuration changes are required.
No post-upgrade action is required beyond deploying the updated application files.
Verification
Local verification before release included docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php artisan changelog:validate v1.10.1 --release --no-interaction.
Local verification before release included docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php artisan test --compact tests/Feature/ChangelogTest.php.
Local verification before release included docker run --rm -v "/home/darkdragon/VolumeVault:/app" -w /app volumevault:local php ./vendor/bin/pint --dirty --format agent.
Local verification before release included npm run build.