Leantime logo

Leantime

Goal-focused project management system for non-project managers

Alternative to: trello, asana, jira, clickup, monday.com

Leantime screenshot

About Versions (100)

v3.4.2

2025-02-25

Highlights

  • Various bug fixes
  • Improved caching of images
  • Preloading important urls on mouseover to improve page latency

Changes in this Release

History from v3.4.1 to @

Updates

  • b64038103 [Changelog CI] Add Changelog for Version 3.4.2
  • 14e71adad fix: typo in provider name
  • e9d59a05d fix: update and expand standard iso8601 dateformat management
  • c7964a17f fix: datetime issues in calendar and sprints
  • a9ec03242 fix: dashboard delete status and allow replies
  • be8ee466b task: fix code style and update version number
  • ca1a2f6a3 fix: Ensure milestone hierarchy is loaded and displayed correctly
  • abd734333 feat: various small design improvements
  • fd4a040b1 fix: theme image could not be loaded due to test chars in header
  • 241303b31 feat: add new template event for ticket due date
  • 8451caf3d fix: formatting for status field in subtasks
  • 04169c50c fix: import project via csv import failed due to missing state
  • 3e35f5689 feat: preload important urls on mouseover
  • af056a959 fix: name in testemail command
  • c1bd5c467 feat: Ensure images and other static files are cached by browsers
  • 65fe92e63 feat: Improved error reporting for json parse errors on api requests
  • 8d332775e fix: Allow usernames with spaces (ldap issue)
  • 9ebf1ea68 fix: i18n file for js was not loaded correctly with plugin language files
  • 15de91e47 feat: new command to clear language cache files
  • af0eba406 [Changelog CI] Add Changelog for Version 3.4.1

Contributors

  • Marcel Folaron (20 commits)

Files

 CHANGELOG.md                                       | 47 +++++++++++++
 app/Command/ClearLanguage.php                      | 71 +++++++++++++++++++
 app/Command/TestEmailCommand.php                   |  3 +-
 app/Core/Configuration/AppSettings.php             |  2 +-
 app/Core/Middleware/AuthCheck.php                  |  1 -
 app/Core/Support/DateTimeHelper.php                | 18 +++++
 app/Domain/Api/Controllers/I18n.php                |  2 +-
 app/Domain/Api/Controllers/Jsonrpc.php             | 45 +++++++++---
 app/Domain/Auth/Controllers/Login.php              |  2 +-
 .../Auth/Templates/partials/loginInfo.blade.php    | 10 +--
 app/Domain/Calendar/Services/Calendar.php          | 32 +++++++--
 .../Comments/Templates/components/reply.blade.php  |  2 +-
 app/Domain/Connector/Services/Connector.php        | 22 +++---
 app/Domain/CsvImport/Services/CsvImport.php        |  2 +-
 app/Domain/Dashboard/Templates/show.blade.php      |  5 +-
 app/Domain/Files/Controllers/Get.php               |  3 +
 app/Domain/Menu/Repositories/Menu.php              |  1 +
 app/Domain/Menu/Templates/headMenu.blade.php       |  3 +-
 app/Domain/Menu/Templates/menu.blade.php           |  2 +-
 .../Menu/Templates/partials/leftnav/item.blade.php |  1 +
 app/Domain/Projects/Repositories/Projects.php      | 14 ++--
 app/Domain/Sprints/Controllers/EditSprint.php      |  9 ++-
 app/Domain/Sprints/Services/Sprints.php            | 15 +++-
 app/Domain/Tickets/Services/Tickets.php            | 40 +++++++----
 .../Tickets/Templates/partials/subtasks.blade.php  |  2 +-
 app/Domain/Tickets/Templates/showKanban.tpl.php    | 17 +++--
 .../Templates/submodules/ticketBoardTabs.sub.php   |  6 +-
 .../Templates/submodules/timelineTabs.sub.php      |  6 +-
 app/Plugins                                        |  2 +-
 app/Views/Templates/sections/header.blade.php      |  1 -
 package-lock.json                                  |  4 +-
 package.json                                       |  2 +-
 public/assets/css/components/dropdowns.css         |  9 ++-
 public/assets/css/components/forms.css             | 82 ++++++++++++++++++++++
 public/assets/css/components/structure.css         |  4 +-
 .../jquery.nyroModal/js/jquery.nyroModal.custom.js | 47 +++++++++++--
 public/assets/js/libs/simpleGantt/frappe-gantt.js  |  5 +-
 public/dist/mix-manifest.json                      | 30 ++++----
 38 files changed, 462 insertions(+), 107 deletions(-)