Leantime
Goal-focused project management system for non-project managers
Alternative to: trello, asana, jira, clickup, monday.com
About
Versions (100)
v3.4.6
2025-03-18Highlights
- New hierarchical tasks sorting on dashboard
- Translation Updates
- Various bugfixes https://github.com/Leantime/leantime/milestone/10?closed=1
Changes in this Release
History from v3.4.5 to @
Commits
- f123eaf22 [Changelog CI] Add Changelog for Version 3.4.6
- e895f5897 task: remove console logs
- 9aff76d47 fix: set var
- acbff01d9 task: bump version
- 44ae5523d Update README.md
- df4590422 fix: pseudo element on overlay took over click events on dark mode
- 0cee868b3 fix: update user tests
- 92b87a6e4 fix: silent is now part of laravel itself and should not be added anymore
- 2fa52c119 New translations en-us.ini (German (Informal))
- e68c1f562 New translations en-us.ini (Karakalpak)
- ed6f2e3ba New translations en-us.ini (Spanish, Latin America)
- b35500993 New translations en-us.ini (English (upside down))
- ef91fc0ad New translations en-us.ini (Kashmiri)
- 498ef2107 New translations en-us.ini (Pirate English)
- 55a40a702 New translations en-us.ini (English, United Kingdom)
- 8f3f9c0c5 New translations en-us.ini (Latvian)
- eb5d71ad1 New translations en-us.ini (Estonian)
- 70d14ef57 New translations en-us.ini (Croatian)
- e1f23d3a8 New translations en-us.ini (Spanish, Mexico)
- 501683b28 New translations en-us.ini (Khmer)
- 788fe1072 New translations en-us.ini (Persian)
- 357013fe6 New translations en-us.ini (Portuguese, Brazilian)
- c6dbe2131 New translations en-us.ini (Icelandic)
- f99bcc7f3 New translations en-us.ini (Vietnamese)
- aca68a9be New translations en-us.ini (Chinese Traditional)
- 6a4979738 New translations en-us.ini (Chinese Simplified)
- c05c484a8 New translations en-us.ini (Turkish)
- 4a6d385ed New translations en-us.ini (Swedish)
- 431f08976 New translations en-us.ini (Serbian (Cyrillic))
- 7ed0d733d New translations en-us.ini (Slovenian)
- 6c1de69b5 New translations en-us.ini (Slovak)
- 628837d93 New translations en-us.ini (Russian)
- d4358e39a New translations en-us.ini (Portuguese)
- a6b1276a1 New translations en-us.ini (Polish)
- 2a75ec2a6 New translations en-us.ini (Norwegian)
- 9f58435b9 New translations en-us.ini (Dutch)
- 113f2f72d New translations en-us.ini (Korean)
- f7db62650 New translations en-us.ini (Japanese)
- cbc65569b New translations en-us.ini (Italian)
- 6ad8fb9a7 New translations en-us.ini (Hungarian)
- 78a774f9a New translations en-us.ini (Hebrew)
- 8350fa9ea New translations en-us.ini (Greek)
- 048a3d9e7 New translations en-us.ini (German)
- 08f7700a1 New translations en-us.ini (Danish)
- c9f2658bd New translations en-us.ini (Czech)
- 9e7a0f257 New translations en-us.ini (Arabic)
- 4337be8ab New translations en-us.ini (Spanish)
- 183968ad1 New translations en-us.ini (French)
- 1134e7ad5 New translations en-us.ini (Romanian)
- b18d8ef63 fix: code cleanup
- 02414fca6 feat: new sortable task list for my todo widget
- 61e88660c Fix: Awkward experience when nesting items
- 7872aa013 [Changelog CI] Add Changelog for Version 3.4.5
- 6b42701a1 feat: New sortable component for todowidget first draft
Contributors
- Marcel Folaron (52 commits)
Files
.idea/blade.xml | 3 +-
.idea/php.xml | 2 +
CHANGELOG.md | 64 ++
README.md | 2 +-
app/Command/MigrateCommand.php | 3 +-
app/Core/Configuration/AppSettings.php | 2 +-
app/Core/Events/EventDispatcher.php | 2 +-
app/Core/Middleware/InitialHeaders.php | 2 +-
app/Core/UI/Template.php | 19 +
app/Domain/Auth/Templates/userInvite4.blade.php | 4 -
app/Domain/Calendar/Js/calendarController.js | 251 +++----
app/Domain/Projects/Hxcontrollers/ProjectCard.php | 2 +-
app/Domain/Projects/Services/Projects.php | 4 +-
app/Domain/Tickets/Hxcontrollers/Milestones.php | 2 +
app/Domain/Tickets/Hxcontrollers/Subtasks.php | 3 +-
app/Domain/Tickets/Hxcontrollers/TimerButton.php | 8 +-
app/Domain/Tickets/Js/ticketsController.js | 4 -
app/Domain/Tickets/Services/Tickets.php | 244 ++++++-
.../Templates/partials/milestoneCard.blade.php | 25 +-
.../Templates/partials/ticketsubmenu.blade.php | 21 +-
.../Templates/partials/timerButton.blade.php | 80 +++
app/Domain/Timesheets/Hxcontrollers/Stopwatch.php | 4 +-
app/Domain/Widgets/Hxcontrollers/MyToDos.php | 258 ++++++-
.../Widgets/Templates/partials/calendar.blade.php | 10 +-
.../Widgets/Templates/partials/myToDos.blade.php | 638 ++++++++---------
.../Templates/partials/ticketsubmenu.blade.php | 17 +
.../Widgets/Templates/partials/todoItem.blade.php | 247 +++++++
app/Language/ar-SA.ini | 4 +
app/Language/cs-CZ.ini | 4 +
app/Language/da-DK.ini | 4 +
app/Language/de-DE-inf.ini | 4 +
app/Language/de-DE.ini | 4 +
app/Language/el-GR.ini | 4 +
app/Language/en-GB.ini | 4 +
app/Language/en-PT.ini | 4 +
app/Language/en-UD.ini | 4 +
app/Language/en-US.ini | 4 +
app/Language/es-419.ini | 4 +
app/Language/es-ES.ini | 4 +
app/Language/es-MX.ini | 4 +
app/Language/et-EE.ini | 4 +
app/Language/fa-IR.ini | 4 +
app/Language/fr-FR.ini | 4 +
app/Language/he-IL.ini | 4 +
app/Language/hr-HR.ini | 4 +
app/Language/hu-HU.ini | 4 +
app/Language/is-IS.ini | 4 +
app/Language/it-IT.ini | 4 +
app/Language/ja-JP.ini | 4 +
app/Language/kaa.ini | 4 +
app/Language/km-KH.ini | 4 +
app/Language/ko-KR.ini | 4 +
app/Language/ks-IN.ini | 4 +
app/Language/lv-LV.ini | 4 +
app/Language/nl-NL.ini | 4 +
app/Language/no-NO.ini | 4 +
app/Language/pl-PL.ini | 4 +
app/Language/pt-BR.ini | 4 +
app/Language/pt-PT.ini | 4 +
app/Language/ro-RO.ini | 4 +
app/Language/ru-RU.ini | 4 +
app/Language/sk-SK.ini | 4 +
app/Language/sl-SI.ini | 4 +
app/Language/sr-SP.ini | 4 +
app/Language/sv-SE.ini | 4 +
app/Language/tr-TR.ini | 4 +
app/Language/vi-VN.ini | 4 +
app/Language/zh-CN.ini | 4 +
app/Language/zh-TW.ini | 4 +
app/Plugins | 2 +-
app/Views/Templates/components/accordion.blade.php | 2 +-
blocklist.json | 4 +
package-lock.json | 56 +-
package.json | 4 +-
public/assets/css/components/forms.css | 242 +++++++
public/assets/css/components/kanban.css | 2 +-
public/assets/css/components/progressbars.css | 348 +++++++++
public/assets/css/components/sortableList.css | 265 +++++++
public/assets/css/components/structure.css | 24 +-
public/assets/js/app/core/nestedSortable.js | 777 +++++++++++++++++++++
public/assets/less/main.less | 1 +
public/dist/mix-manifest.json | 31 +-
public/theme/default/css/dark.css | 6 +-
public/theme/default/css/light.css | 4 +-
public/theme/minimal/css/dark.css | 4 +-
public/theme/minimal/css/light.css | 4 +-
tests/Acceptance/CreateUserCest.php | 1 +
webpack.mix.js | 6 +-
88 files changed, 3292 insertions(+), 580 deletions(-)