github Leantime/leantime v3.4.1
Leantime v3.4.1

latest release: latest
3 days ago

Highlights

  • Dark Theme Updates (and 2 gray scale color scheme options)
  • Docker Image now supports PUID=1000 and PGID=1000 arguments as well as a a user var to run leantime as non-root
  • Clean up plugin marketplace page

🚨 Permission issues with the new docker image

Due to the user/group updates on the docker image there is a small chance you run into file permission issues on existing volumes check https://github.com/Leantime/docker-leantime?tab=readme-ov-file#common-issues--solutions for setting the permissions correctly.

Changes in this Release

History from v3.4.0 to @

Commits

  • af0eba4 [Changelog CI] Add Changelog for Version 3.4.1
  • 66271fa task: add manifest and package-lock
  • 9434188 feat: Update Release Version to 3.4.1
  • db913f8 Update release.yml
  • 606be4d fix: various dark theme bugs and saving theme settings issues
  • 43635f9 fix: Show tasks on milestone page without task parents shows 500
  • 3f3a389 Update SECURITY.md
  • 435e3f7 Update SECURITY.md
  • f566455 Update SECURITY.md
  • e9924fb Readme updates
  • 0f9a831 Additional Readme Updates
  • 85cc204 Readme updates and new screenshots
  • a7ca7eb Update bug_report.yml
  • bc28a1b Update feature_request.yml
  • bf1b1f0 Update feature_request.yml
  • 76c3df1 Update feature_request.yml
  • a3261e9 Update bug_report.yml
  • 02d0ac7 Update bug_report.yml
  • eeb676f Update plugin.blade.php
  • 3006fe6 [Changelog CI] Add Changelog for Version 3.4.0

Contributors

  • Marcel Folaron (18 commits)

Files

 .github/ISSUE_TEMPLATE/bug_report.yml              |   4 +-
 .github/ISSUE_TEMPLATE/feature_request.yml         |   4 +-
 .github/workflows/release.yml                      |  15 +++
 CHANGELOG.md                                       | 121 +++++++++++++++++++++
 CONTRIBUTING.md                                    |  92 ++++++++++------
 README.md                                          |  67 +++++++++---
 SECURITY.md                                        |  36 +++++-
 app/Core/Configuration/AppSettings.php             |   2 +-
 app/Core/Support/CarbonMacros.php                  |   8 +-
 app/Core/UI/Theme.php                              |  12 +-
 .../Plugins/Templates/partials/plugin.blade.php    |   3 -
 app/Domain/Tickets/Services/Tickets.php            |   5 +-
 app/Domain/Users/Controllers/EditOwn.php           |  40 +++----
 app/Plugins                                        |   2 +-
 app/Views/Templates/sections/header.blade.php      |   1 +
 composer.json                                      |  75 ++++++++-----
 composer.lock                                      |  48 ++++----
 package-lock.json                                  |   4 +-
 package.json                                       |   2 +-
 public/assets/css/components/nav.css               |   2 +-
 public/assets/images/Screenshots/apps.png          | Bin 715919 -> 0 bytes
 public/assets/images/Screenshots/blueprints.png    | Bin 701616 -> 0 bytes
 public/assets/images/Screenshots/calendar.png      | Bin 568384 -> 542603 bytes
 public/assets/images/Screenshots/docs.png          | Bin 522833 -> 944029 bytes
 public/assets/images/Screenshots/goals.png         | Bin 699738 -> 831849 bytes
 public/assets/images/Screenshots/kanban.png        | Bin 580541 -> 836649 bytes
 public/assets/images/Screenshots/mywork.png        | Bin 619403 -> 994289 bytes
 .../assets/images/Screenshots/projectDashboard.png | Bin 745864 -> 1020828 bytes
 public/assets/images/Screenshots/table.png         | Bin 603685 -> 833262 bytes
 public/assets/images/Screenshots/timeline.png      | Bin 507251 -> 718026 bytes
 public/assets/images/Screenshots/timesheet.png     | Bin 627596 -> 853410 bytes
 public/dist/mix-manifest.json                      |  30 ++---
 public/theme/default/css/dark.css                  |  13 +--
 public/theme/minimal/css/dark.css                  |  79 +++++++-------
 public/theme/minimal/css/light.css                 |  38 +++++--
 35 files changed, 485 insertions(+), 218 deletions(-)

Don't miss a new leantime release

NewReleases is sending notifications on new releases.