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
  • Brite
  • 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. Etherpad Lite
  3. Etherpad Lite - Package updates

Etherpad Lite - Package updates

Scheduled Pinned Locked Moved Etherpad Lite
35 Posts 3 Posters 29.6k Views 3 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
    #18

    [3.5.7]

    • Update to new ep_cloudron@4.2.5
    1 Reply Last reply
    0
    • nebulonN Offline
      nebulonN Offline
      nebulon
      Staff
      wrote on last edited by
      #19

      [3.5.8]

      • Update Etherpad to 1.8.17
      • Full changelog
      • Fixed a vunlerability in the CHANGESET_REQ message handler that allowed a user with any access to read any pad if the pad ID is known.
      • Fixed a bug that caused all pad edit messages received at the server to go through a single queue. Now there is a separate queue per pad as intended, which should reduce message processing latency when many pads are active at the same time.
      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #20

        [3.5.9]

        • Update Etherpad to 1.18.18
        • Full changelog
        • Upgraded ueberDB to fix a regression with CouchDB
        1 Reply Last reply
        0
        • girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by
          #21

          [3.6.0]

          • Use base image 4.0.0
          1 Reply Last reply
          0
          • nebulonN Offline
            nebulonN Offline
            nebulon
            Staff
            wrote on last edited by
            #22

            [3.7.0]

            • Update Etherpad to 1.19.0
            • Full changelog
            1 Reply Last reply
            0
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #23

              [3.7.1]

              • Update Etherpad to 1.19.1
              • Full changelog
              1 Reply Last reply
              0
              • nebulonN Offline
                nebulonN Offline
                nebulon
                Staff
                wrote on last edited by
                #24

                [4.0.0]

                • Migrate away from custom cloudron_ep plugin and upstream openid plugin
                • This upgrade will replace the custom cloudron pad list with ep_padlist2
                • All admin users with admin flag need to be given admin rights via settings.json. See docs
                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote on last edited by
                  #25

                  [4.0.1]

                  • Do not pre-install and ensure ep_padlist2
                  1 Reply Last reply
                  0
                  • nebulonN Offline
                    nebulonN Offline
                    nebulon
                    Staff
                    wrote on last edited by
                    #26

                    [4.0.2]

                    • Hide settings.json editor in admin settings as it is not used
                    • Fixup postinstallation message. First user is not admin.
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote on last edited by
                      #27

                      [4.1.0]

                      • Update Etherpad to 2.1.1
                      • Full changelog
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote on last edited by
                        #28

                        [4.1.1]

                        • Update Etherpad to 2.2.3
                        • Full changelog
                        1 Reply Last reply
                        0
                        • Package UpdatesP Offline
                          Package UpdatesP Offline
                          Package Updates
                          App Dev
                          wrote on last edited by
                          #29

                          [4.1.2]

                          • Update Etherpad to 2.2.4
                          • Full changelog
                          1 Reply Last reply
                          0
                          • Package UpdatesP Offline
                            Package UpdatesP Offline
                            Package Updates
                            App Dev
                            wrote on last edited by
                            #30

                            [4.3.1]

                            • Update etherpad-lite to 2.3.2
                            • Full Changelog
                            • Fixed admin ui displaying incorrect text
                            • Dependency updates
                            1 Reply Last reply
                            0
                            • Package UpdatesP Offline
                              Package UpdatesP Offline
                              Package Updates
                              App Dev
                              wrote on last edited by
                              #31

                              [4.3.2]

                              • chore(deps): update dependency ether/etherpad-lite to v2.4.2
                              1 Reply Last reply
                              0
                              • Package UpdatesP Offline
                                Package UpdatesP Offline
                                Package Updates
                                App Dev
                                wrote on last edited by
                                #32

                                [4.3.3]

                                • Reduce logging to INFO level
                                1 Reply Last reply
                                0
                                • girishG Offline
                                  girishG Offline
                                  girish
                                  Staff
                                  wrote on last edited by
                                  #33

                                  Update to 2.5.0 is blocked by https://github.com/ether/ep_font_color/issues/106

                                  1 Reply Last reply
                                  0
                                  • Package UpdatesP Offline
                                    Package UpdatesP Offline
                                    Package Updates
                                    App Dev
                                    wrote last edited by
                                    #34

                                    [4.4.0]

                                    • Update etherpad-lite to 2.5.1
                                    • Full Changelog
                                    • Added endpoint for prometheus scraping. You can now scrape the metrics endpoint with prometheus. It is available at /stats/prometheus if you have enableMetrics set to true in your settings.json
                                    • fixed exposeVersion causing the pad panel to not load correctly
                                    • fixed admin manage pad url to also take the base path into account
                                    • Updated to express 5.0.0. This is a major update to express that brings a lot of improvements and fixes. Please update all your plugins to the latest version to ensure compatibility. A lot changed in the route matching, and thus old plugins will throw errors and crash Etherpad.
                                    • Fixed an issue with the no-skin theme with cookie recentPadList feature
                                    • Fixed layout issues with the no-skin theme
                                    1 Reply Last reply
                                    0
                                    • Package UpdatesP Offline
                                      Package UpdatesP Offline
                                      Package Updates
                                      App Dev
                                      wrote last edited by
                                      #35

                                      [4.4.1]

                                      • Ensure all preinstalled plugins have pinned versions
                                      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