Leantime - Package Updates
-
[1.9.1]
- Update leantime to 3.5.3
- Full Changelog
- fix: Theme colors
- fix: Theme not saving reliably
- task: fix exception format.
- fix: performance issue due to datetimeparsing
- fix: Moved class back to where it belongs
- feat: better submenu design
- fix: GetUserByEmail fails due to wrong user status #3034
- feat: calendar css improvements
- feat: update default widget positions
- fix: Ensure session folder exists
-
[1.9.2]
- Update leantime to 3.5.4
- Full Changelog
- fix: Fix broken file upload and refactor file management to use laravel file storage class
- feat: Calendar improvements
-
[1.9.3]
- Update leantime to 3.5.5
- Full Changelog
- fix: decimal issue on report screen
- fix: automatic handling of invalid filenames
- feat: Improve plugin marketplace url handling
- feat: Remove premium links and replace with one link to support site
-
[1.9.4]
- Update leantime to 3.5.6
- Full Changelog
- Updated database index strategy which significantly improved performance for various screens
- Added updated plugins list to review latest versions
- Fixes for project permission issues when user was only assigned to client and readonly users
- Minor CSS updates
- fix: project selector tabs break design in german
- feat: add menu link to show latest plugin updates
- feat: preload tasks on kanban board
- feat: Show plugin updates
- feat: optimize sql indexes across the system
- fix: readonly/commenter users were not able to see milestone cards and link was broken #3047
-
[1.10.0]
- Enable OIDC authentication
-
[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.10.2]
- Update leantime to 3.5.8
- Full Changelog
- fix: allow loading commands from phar files
-
[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.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.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.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