Skip to content

v1.2.1 - Bug Fixes and Enhancements

Choose a tag to compare

@LexioJ LexioJ released this 02 Nov 11:58
· 65 commits to main since this release

πŸ› Bug Fixes

  • Connected Users Count: Fixed database query compatibility across different database drivers (MySQL, PostgreSQL, SQLite)
  • Version Display: Fixed constant in admin settings by properly injecting IAppManager
  • Search Time Formatting: Corrected translation string placeholders to use proper l10n format with positional parameters
  • Admin Settings: Fixed version check endpoint returning 500 error

✨ Enhancements

  • Version Check Endpoint: New /version-check route that automatically queries GitHub for the latest release and notifies admins of available updates
  • Local Access Rules Notice: Added helpful informational notice in admin settings about allow_local_remote_servers configuration for private IP addresses (Nextcloud 30+), including:
    • Clear explanation of when this is needed
    • Exact command to run
    • Link to official Nextcloud documentation
  • Translation Coverage: Added German (informal/formal) and French translations for time formatting strings (%dm ago, %dh ago, %1$dh %2$dm ago, etc.)

🌍 Localization

Updated translation files:

  • de.json - German informal (Du)
  • de_DE.json - German formal (Sie)
  • fr.json - French