Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. PrivateBin
  3. PrivateBin - Package Updates

PrivateBin - Package Updates

Scheduled Pinned Locked Moved PrivateBin
22 Posts 3 Posters 3.4k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • nebulonN Offline
    nebulonN Offline
    nebulon
    Staff
    wrote on last edited by
    #12

    [1.7.3]

    • Update PrivateBin to 1.6.0
    • Full changelog
    • This release adds translations for Japanese & Arabic
    1 Reply Last reply
    0
    • girishG Offline
      girishG Offline
      girish
      Staff
      wrote on last edited by
      #13

      [1.8.0]

      • Update base image to 4.2.0
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #14

        [1.8.1]

        • Update PrivateBin to 1.6.2
        • Full changelog
        • ADDED: Right-To-Left (RTL) support for Arabic & Hebrew (#1174)
        • CHANGED: Upgrading libraries to: DOMpurify 3.0.6
        1 Reply Last reply
        0
        • nebulonN Offline
          nebulonN Offline
          nebulon
          Staff
          wrote on last edited by
          #15

          [1.9.0]

          • Update PrivateBin to 1.7.0
          • Full changelog
          • ADDED: Translations for Romanian
          • ADDED: Detect and report on damaged pastes (#1218)
          • CHANGED: Ask for confirmation, before loading burn after reading pastes (#1237)
          • CHANGED: Focus on password input in modal dialog
          • CHANGED: Upgrading libraries to: DOMpurify 3.0.8 & zlib 1.3.1
          • FIXED: Support more types of valid URLs for shorteners, incl. IDN ones (#1224)
          • FIXED: Email timezone buttons overlapping in some languages (#1039)
          • FIXED: Changing language mangles URL (#1191)
          • FIXED: Needless reload when visiting default URL
          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #16

            [1.9.1]

            • Update PrivateBin to 1.7.2
            • Full changelog
            • ADDED: Allow use of shortenviayourls in query parameters (#1267)
            • ADDED: Input sanitation to some not yet filtered query and server parameters
            • ADDED: Optional Bootstrap CSS 5.3.3 based template, use configuration template = "bootstrap5" to switch to it (#728)
            • CHANGED: "Send" button now labeled "Create" (#946)
            • CHANGED: Drop some PHP < 5.6 fallbacks, minimum version is PHP 7.3 as of release 1.6.0
            • CHANGED: Set lang cookie with lax SameSite property
            • CHANGED: Upgrading libraries to: DOMpurify 3.1.2 (#1299) & jQuery 3.7.1
            • CHANGED: create attribute is no longer returned in API for pastes & can be disabled for comments using discussiondatedisplay as well (#1290)
            • FIXED: Add cache control headers also to API calls (#1263)
            • FIXED: Shortened paste URL does not appear in email (#606)
            1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote on last edited by
              #17

              [1.9.2]

              • Update PrivateBin to 1.7.3
              • Full changelog
              • CHANGED: Various tweaks of the bootstrap5 template, suggested by the community
              • CHANGED: Upgrading libraries to: DOMpurify 3.1.3
              • FIXED: Selected expiration not being applied, when using bootstrap template (#1309)
              1 Reply Last reply
              2
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #18

                [1.9.3]

                • Update PrivateBin to 1.7.4
                • Full changelog
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #19

                  [1.9.4]

                  • Enable multi domain support via aliases
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote on last edited by
                    #20

                    [1.9.5]

                    • Update PrivateBin to 1.7.5
                    • Full Changelog
                    • ADDED: Allow non persistent SQL connections, if configured (#​1394)
                    • ADDED: Show a button (that redirects to the basepath URL) inside the alert after a paste is deleted
                    • CHANGED: Tweaked page footer of the bootstrap5 template (#​1392)
                    • CHANGED: Simpler PostgreSQL table lookup query (#​1361)
                    • CHANGED: SRI hashes are now configurable, no longer hardcoded in templates (#​1365)
                    • CHANGED: Upgrading libraries to: DOMpurify 3.1.7, ip-lib 1.18.1, cloud-storage 1.43.0, aws-sdk-php 3.325.0
                    • FIXED: Numeric array keys being cast to integer causing failures under strict type checking (#​1435)
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote on last edited by
                      #21

                      [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 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote on last edited by
                        #22

                        [1.10.0]

                        • Update base image to 5.0.0
                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                        • Login

                        • Don't have an account? Register

                        • Login or register to search.
                        • First post
                          Last post
                        0
                        • Categories
                        • Recent
                        • Tags
                        • Popular
                        • Bookmarks
                        • Search