incrementing version

This commit is contained in:
El RIDO
2025-02-01 10:43:54 +01:00
parent d5d55322de
commit 473baf8250
8 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# PrivateBin version history
## 1.7.6 (not yet released)
## 1.7.6 (2025-02-01)
* ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c (#1390 & #12)
* CHANGED: Allow toggling tab-key-support using `[Ctrl]+[m]` or `[Esc]` in textarea for keyboard navigation (#1386)
* 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.