Skip to content

v1.10.1

Choose a tag to compare

@Darkdragon14 Darkdragon14 released this 11 Jun 18:48
· 25 commits to main since this release

Summary

  • 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.