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. Listmonk
  3. Listmonk - Package Updates

Listmonk - Package Updates

Scheduled Pinned Locked Moved Listmonk
29 Posts 3 Posters 4.6k 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.
  • Package UpdatesP Offline
    Package UpdatesP Offline
    Package Updates
    App Dev
    wrote on last edited by
    #19

    [1.8.0]

    • Add OpenID integration
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      App Dev
      wrote on last edited by
      #20

      [1.9.0]

      • Update listmonk to 4.1.0
      • Full Changelog
      • Multi-user support with granular permissions, user, role, per-list permissions and API token management.
      • First-time Super Admin setup UI for fresh installations.
      • Significant performance improvements to SQL queries underlying concurrent campaign processing. Performance gains of several orders of magnitude on large installations.
      • Styling improvements to UI for better UX including new tabs UI in subscriber modal popup.
      • Markdown syntax highlighting.
      • Static email template subjects are now scriptable with template syntax.
      • Support for CC and BCC in custom email headers.
      • Syntax highlighting in HTML form generator.
      • Many quality-of-life improvements, fixes, and dependency upgrades.
      1 Reply Last reply
      0
      • Package UpdatesP Offline
        Package UpdatesP Offline
        Package Updates
        App Dev
        wrote on last edited by
        #21

        [1.10.0]

        • Add checklist
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          App Dev
          wrote on last edited by
          #22

          [1.11.0]

          • Update base image to 5.0.0
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            App Dev
            wrote on last edited by
            #23

            [1.12.0]

            • Update listmonk to 5.0.0
            • Full Changelog
            • Visual editor and templates The much requested and awaited visual e-mail builder and template editor is now integrated, with one-click conversion between formats. Thanks to @vividvilla for the big MR integrating @usewaypoint/email-builder-js
            • Campaigns: Replace CodeFlask with the more mature and robust CodeMirror for a much better code-editing experience (HTML, CSS, Javascript, Markdown) on campaigns, forms, templates,and settings UI.
            • Campaigns: Ability to preview campaign archive view.
            • Campaigns: Make paused campaigns editable and allow unscheduling with new Unschedule button.
            • Campaigns: UX improvement that automatically switches scheduled campaigns to draft when send_at is removed.
            • Campaigns: Add format/content type selection to the first screen on campaign creation.
            • Campaigns: Ctrl+S short for saving campaigns while working on them
            • Security: Campaign viewing and management are now filtered by a user's list permissions and now use the new new campaigns:get_all and campaigns:manage_all permissions. Important: This is a behavioural change from v4.1.0.
            • Security: Disallow private list UUIDs on public subscriber endpoints.
            • Security: Make OIDC provider name on the login button configurable.
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              App Dev
              wrote on last edited by
              #24

              [1.13.0]

              • OIDC provider name on Login button
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                App Dev
                wrote on last edited by
                #25

                [1.13.1]

                • Update listmonk to 5.0.1
                • Full Changelog
                • Visual editor and templates
                • Replace CodeFlask with the more mature and robust CodeMirror for a much better code-editing experience (HTML, CSS, Javascript, Markdown) on campaigns, forms, templates,and settings UI.
                • Ability to preview campaign archive view.
                • Make paused campaigns editable and allow unscheduling with new Unschedule button.
                • UX improvement that automatically switches scheduled campaigns to draft when send_at is removed.
                • Add format/content type selection to the first screen on campaign creation.
                • Ctrl+S short for saving campaigns while working on them
                • Campaign viewing and management are now filtered by a user's list permissions and now use the new new campaigns:get_all and campaigns:manage_all permissions. Important: This is a behavioural change from v4.1.0.
                • Disallow private list UUIDs on public subscriber endpoints.
                • Make OIDC provider name on the login button configurable.
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  App Dev
                  wrote on last edited by
                  #26

                  [1.13.2]

                  • Update listmonk to 5.0.2
                  • Full Changelog
                  • d27d2c3 Remove dangerous tpl funcs in Sprig that's enabled by default.
                  • 6fc6c1e Fix Vietnamese translation issues (#​2487)
                  • d6f5292 Fix subscribers unsubscription status being reset to confirmed on save (#​2517)
                  • 8b8358e Add Nodion Deployment Option (#​2518)
                  • 3f39508 updates simples3 to latest version (#​2520)
                  • d027cb5 Add kloudbean hosting link to static website (#​2508)
                  • bf502ba Update release details on the static homepage.
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    App Dev
                    wrote on last edited by
                    #27

                    [1.13.3]

                    • Update listmonk to 5.0.3
                    • Full Changelog
                    • 48643aa Disallow POST /api/subscription on disabling public subscription in settings. Closes #2530.
                    • a424f01 Print full line with error in the importer log. Close #2549.
                    • 4f6880d Fix opt-in send errors silently ignored on signup form. Closes #2535.
                    • b71d80e Upgrade smtppool lib with error-return bugfix. Ref: #2503
                    • 419f88a Fix incorrect line counts due to empty lines in CSV importer (#2542)
                    • aa864fd Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0 (#2543)
                    • d7e4ecf Fix typo in configuration.md (#2540)
                    • a9d3591 Add heading in template functions doc (#2527)
                    • 78f3db7 Add permanent warning to docs about Sprig functions.
                    • 2081048 Update release info on homepage.
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      App Dev
                      wrote last edited by
                      #28

                      [1.14.0]

                      • Update listmonk to 5.1.0
                      • Full Changelog
                      • ALTCHA (self-contained proof-of-work CAPTCHA alternative) in addition to hCaptcha (deprecated)
                      • Refactored media gallery with a new UI and improved UX.
                      • Bulk subscriber blocklisting directly from the bounces UI.
                      • Auto-creation of OIDC users with default user and list roles.
                      • Expand the warning on subscribers:sql_query permission on arbitrary SQL functions.
                      • Fix Go tpl expressions breaking in Visual editor HTML.
                      • Suppress optin e-mail send errors on subscriber insert/edit APIs.
                      • Add optional subject param to tx API. Closes #2333.
                      • Fix list action icons not showing on the UI based on permissions. Closes #2640.
                      • Make session cookie samesite to prevent CSRF requests.
                      1 Reply Last reply
                      0
                      • Package UpdatesP Offline
                        Package UpdatesP Offline
                        Package Updates
                        App Dev
                        wrote last edited by
                        #29

                        [1.14.1]

                        • auto-create OIDC users
                        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