Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PrivateBin-1.7.6.tar.gz.asc | 2025-02-01 | 833 Bytes | |
PrivateBin-1.7.6.zip.asc | 2025-02-01 | 833 Bytes | |
multiple.intoto.jsonl | 2025-02-01 | 15.4 kB | |
README.md | 2025-02-01 | 873 Bytes | |
Release v1.7.6 - Several quality-of-life UI improvements source code.tar.gz | 2025-02-01 | 775.9 kB | |
Release v1.7.6 - Several quality-of-life UI improvements source code.zip | 2025-02-01 | 939.2 kB | |
Totals: 6 Items | 1.7 MB | 0 |
- 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. - CHANGED: Replaced usage of strpos with str_starts_with & str_contains (#1373)
- CHANGED: Added polyfill libraries for ctype, str_starts_with & str_contains functions (#1476)
- CHANGED: Turned paste delete link into a button (#266)
- CHANGED: Upgrading libraries to: DOMpurify 3.2.4, cloud-storage 1.45.0, aws-sdk-php 3.336.2
- CHANGED:
bootstrap5
template UI improvements - FIXED: Redirect to the home page after changing the language (#92)