github Leantime/leantime v3.4.2
Leantime v3.4.2

latest release: latest
one day ago

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

  • b640381 [Changelog CI] Add Changelog for Version 3.4.2
  • 14e71ad fix: typo in provider name
  • e9d59a0 fix: update and expand standard iso8601 dateformat management
  • c7964a1 fix: datetime issues in calendar and sprints
  • a9ec032 fix: dashboard delete status and allow replies
  • be8ee46 task: fix code style and update version number
  • ca1a2f6 fix: Ensure milestone hierarchy is loaded and displayed correctly
  • abd7343 feat: various small design improvements
  • fd4a040 fix: theme image could not be loaded due to test chars in header
  • 241303b feat: add new template event for ticket due date
  • 8451caf fix: formatting for status field in subtasks
  • 04169c5 fix: import project via csv import failed due to missing state
  • 3e35f56 feat: preload important urls on mouseover
  • af056a9 fix: name in testemail command
  • c1bd5c4 feat: Ensure images and other static files are cached by browsers
  • 65fe92e feat: Improved error reporting for json parse errors on api requests
  • 8d33277 fix: Allow usernames with spaces (ldap issue)
  • 9ebf1ea fix: i18n file for js was not loaded correctly with plugin language files
  • 15de91e feat: new command to clear language cache files
  • af0eba4 [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(-)

Don't miss a new leantime release

NewReleases is sending notifications on new releases.