docs: add compatibility table

This commit is contained in:
Tien Do Nam
2024-10-31 16:38:15 +01:00
parent 11197d115c
commit 1cff64e493
+10
View File
@@ -98,6 +98,16 @@ To start the app hidden (only in tray), use the `--hidden` flag (example: `local
On v1.14.0 and earlier, the app starts hidden if `autostart` flag is set, and the hidden setting is enabled.
**Compatibility**
| Platform | Minimum Version | Note |
|----------|-----------------|-----------------------------------------------------------------------------------------------------------------------------|
| Android | 5.0 | - |
| iOS | 12.0 | - |
| macOS | 11 Big Sur | Use OpenCore Legacy Patcher 2.0.2 (See [#1005](https://github.com/localsend/localsend/issues/1005#issuecomment-2449899384)) |
| Windows | 10 | The last version to support Windows 7 is v1.15.4. There might be backports of newer versions for Windows 7 in the future. |
| Linux | N.A. | - |
## How It Works
LocalSend uses a secure communication protocol that allows devices to communicate with each other using a REST API. All data is sent securely over HTTPS, and the TLS/SSL certificate is generated on the fly on each device, ensuring maximum security.