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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Leantime
  3. Leantime - Package Updates

Leantime - Package Updates

Scheduled Pinned Locked Moved Leantime
58 Posts 3 Posters 15.7k 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
    wrote on last edited by
    #49

    [1.10.0]

    • Enable OIDC authentication
    1 Reply Last reply
    0
    • Package UpdatesP Offline
      Package UpdatesP Offline
      Package Updates
      wrote on last edited by
      #50

      [1.10.1]

      • Update leantime to 3.5.7
      • Full Changelog
      • Adds support for Leantime MCP Plugin
      • MyTodoWidget enhancements (infinity scroll)
      • fix: Todowidget hierarchy issue with nested milestones
      • feat: Infinity scroll for tasks in todowidget to reduce html bloat
      • fix: dispatchFilter should return and not just echo
      • feat: new countNested macros for collections
      • fix: Ensure jsonrpc requests can be made from frontend
      • feat: claude code helpers
      • feat: add link to marketplace in plugin news dropdown
      • feat: add flag to allow turning off sortable via event filter
      1 Reply Last reply
      0
      • Package UpdatesP Offline
        Package UpdatesP Offline
        Package Updates
        wrote on last edited by
        #51

        [1.10.2]

        • Update leantime to 3.5.8
        • Full Changelog
        • fix: allow loading commands from phar files
        1 Reply Last reply
        0
        • Package UpdatesP Offline
          Package UpdatesP Offline
          Package Updates
          wrote on last edited by
          #52

          [1.10.3]

          • Update leantime to 3.5.9
          • Full Changelog
          • task: reduce plugin route loader prority in even call stack so that config updates load before route files
          • feat: allow removing all new line characters from string sanitizer
          1 Reply Last reply
          0
          • Package UpdatesP Offline
            Package UpdatesP Offline
            Package Updates
            wrote on last edited by
            #53

            [1.10.4]

            • Update leantime to 3.5.10
            • Full Changelog
            • Fixed various bugs (https://github.com/Leantime/leantime/milestone/19?closed=1)
            • Allow group changes on dashboard task hierarchy
            • improved file name handling
            • fix: company managers should only be able to change projects in their own org
            • feat: group changes via drag and drop
            • fix: resolve issue with composer loading for phar plugins
            • fix: improved filename sanitizer
            • fix: datetime formatting issue on project settings
            • fix: delete goal board issue
            • fix: error when saving idea without title
            1 Reply Last reply
            0
            • Package UpdatesP Offline
              Package UpdatesP Offline
              Package Updates
              wrote on last edited by
              #54

              [1.10.5]

              • Update leantime to 3.5.11
              • Full Changelog
              • Fix for API Key authentication not working when url path was not api/jsonrpc preventing mcp from working
              • Removed transitions to improve rendering performance
              • Clear out previously defined sections
              • feat/fix: Remove css transitions as they reduce performance on various browsers.
              • feat: Ensure efficient use of database connections
              • fix: api authentication not working when request was anything other than /api/jsonrpc
              1 Reply Last reply
              0
              • Package UpdatesP Offline
                Package UpdatesP Offline
                Package Updates
                wrote on last edited by
                #55

                [1.10.6]

                • Update leantime to 3.5.12
                • Full Changelog
                • fix: issue with new invoice filter
                • fix: Remove cpu heavy animations
                • feat: Altered Timesheets repo method getAll to take invempl as 0
                • feat: Changed invempl from being a checkbox to be a select
                • feat: Added handling of invempl as a selected
                • feat: Changed default of ticketFilter to be -1 to align with the rest
                • feat: Modified projectFilter to better align with current functionality
                • feat: Ensured that setting ticketFilter cannot result in an empty query by accident
                • feat: Added ticketFilter to timesheets/showAll
                1 Reply Last reply
                0
                • Package UpdatesP Offline
                  Package UpdatesP Offline
                  Package Updates
                  wrote on last edited by
                  #56

                  [1.11.1]

                  • Update leantime to 3.6.2
                  • Full Changelog
                  • Fix timer not starting after v3.6.0 update by @gloriafolaron in #3215
                  • fix(db): Fix zp_entity_relationship table migration issues by @gloriafolaron in #3221
                  • Timer Not Starting - Fixed an issue where the stopwatch/timer feature stopped working after the 3.6.0 update (#3208)
                  • Database Migration Fix - Added migration to fix entity relationship table issues that caused dashboard and ticket errors (#3221)
                  1 Reply Last reply
                  0
                  • Package UpdatesP Offline
                    Package UpdatesP Offline
                    Package Updates
                    wrote last edited by
                    #57

                    [1.12.0]

                    • Update leantime to 3.7.0
                    • Full Changelog
                    • TinyMCE removed all rich text editing now uses Tiptap. Existing content renders without changes, but any custom TinyMCE plugins or editor extensions will need to be rewritten for the Tiptap API.
                    • Group by Parent Task new grouping option in To-Do views with root parent resolution for ticket hierarchy
                    • Comment Reactions HTMX-based emoji reactions on comments (like, love, celebrate, funny, etc.)
                    • Strategy module relabeled to mission-driven language
                    • Fixed idea board internationalization issues
                    • Fixed goal KPI progress calculation
                    • Fixed milestone collapse behavior
                    • Fixed calendar duplicate events
                    • Fixed editor toolbar and border-radius inconsistencies
                    • Fixed slash menu viewport positioning at screen edges
                    1 Reply Last reply
                    0
                    • Package UpdatesP Offline
                      Package UpdatesP Offline
                      Package Updates
                      wrote last edited by
                      #58

                      [1.12.2]

                      • Update leantime to 3.7.3
                      • Full Changelog
                      • fix: backend bug fixes from phase-0 modernization branch by @​marcelfolaron in #​3289
                      • feat(tokens): add design system CSS custom property definitions by @​marcelfolaron in #​3290
                      • fix: accessibility, view system, and composer improvements from phase-0 by @​marcelfolaron in #​3292
                      • fix: ticket PATCH 500 errors, quick-add group context, and UI fixes by @​marcelfolaron in #​3313
                      • fix: address 6 GitHub issues - session, calendar, postgres, todos, users, ldap by @​marcelfolaron in #​3315
                      • fix: PostgreSQL ROUND(double precision, int) error on ticket queries (#​3301) by @​marcelfolaron in #​3317
                      • fix: PostgreSQL ROUND error, missing zp_canvas.color migration, and 3.7.2 changelog by @​marcelfolaron in #​3318
                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      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