documentation

This commit is contained in:
El RIDO 2025-01-04 08:03:50 +01:00
parent c7d085a51f
commit d6020c635b
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -1,9 +1,9 @@
# PrivateBin version history
## 1.7.6 (not yet released)
* ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c (#1390 & #12)
* CHANGED: Switched to WASM streaming and replace unsafe-eval with wasm-unsafe-eval CSP declaration (#1464), requires webserver to have `application/wasm` MIME type configured.
* CHANGED: Upgrading libraries to: cloud-storage 1.44.0, aws-sdk-php 3.331.0
* ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c (#1390)
## 1.7.5 (2024-11-16)
* ADDED: Allow non persistent SQL connections, if configured (#1394)