PrivateBin - Package Updates
-
[1.9.6]
- Update PrivateBin to 1.7.6
- Full Changelog
- 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)
-
[1.10.0]
- Update base image to 5.0.0
-
[1.10.1]
- Update PrivateBin to 1.7.7
- Full Changelog
- ADDED: Switching templates using the web ui (#1501)
- ADDED: Show file name and size on download page (#603)
- CHANGED: Passing large data structures by reference to reduce memory consumption (#858)
- CHANGED: Removed use of ctype functions and polyfill library for ctype
- CHANGED: Upgrading libraries to: DOMpurify 3.2.6, ip-lib 1.20.0
- CHANGED: Support for multiple file uploads (#1060)
- CHANGED: Documented CSP change necessary to allow PDF attachment preview (#1552)
- FIXED: Hide Reply button in the discussions once clicked to avoid losing the text input (#1508)
- FIXED: Bump zlib library suffix, ensuring cache refresh for WASM streaming change
- FIXED: Handle undefined globals in file based persisted values (#1544)
-
[1.10.2]
- Update PrivateBin to 1.7.8
- Full Changelog
- FIXED: Duplicate attachment for every comment (#1577)
- FIXED: Attachments with empty file names (#1577)
- FIXED: Page template scripts loading order (#1579)