Das AppImage crashte beim Start mit SIGABRT weil die SIP-Grammar-Dateien
(.belr) fehlten und keine System-Libraries gebündelt waren. Jetzt werden
alle Abhängigkeiten (Qt6, Audio, Crypto, Codecs) und Grammar-Dateien
vollständig eingepackt. README mit AppImage-Build-Anleitung ergänzt.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add ComboBox for ringtone selection in Call Settings
- Convert MKV ringtones to WAV format (Linphone only supports WAV)
- Fix ComboSetting to support dialPlan type for international prefix
- Disable account devices feature to prevent API errors
- Disable automatic update check on startup
- Add ringtone fallback to default when custom file not found
- Fix ringtone dropdown to not override setting on initialization
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Use QT 6.10.0
* Change invalidateFilter (deprecated) to beginFilterChange/endFilterChange
* Remove warning of presenceStatusItem
* Add changelog with this modification for 6.1.0
* Do not use anymore variables to build docker images. Qt versions are now hardcoded in images to allow multiple opensource Qt versions.