Skip to content

Releases: Leantime/leantime

Leantime v3.1.0-beta

19 Mar 04:23
690bd64
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.0.7...v3.1.0-beta

Leantime v3.0.7

27 Feb 20:42
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v3.0.6...v3.0.7

Leantime v3.0.6

09 Feb 00:22
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.0.5...v3.0.6

Leantime v3.0.5

07 Feb 23:17
ea65a0b
Compare
Choose a tag to compare

What's Changed

  • Timesheet table format fixed
  • Timesheet descriptions for the same day and billing type now get concatenated
  • Security bug fixes
  • Download file issue when using OIDC
  • Fixed 2fa redirect bug
  • Fixed board creation bug
  • Fixed file upload bug

Other Changes

New Contributors

Full Changelog: v3.0.4...v3.0.5

Leantime v3.0.4

03 Feb 05:45
6cb209f
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v3.0.3...v3.0.4

Leantime v3.0.3

27 Jan 22:22
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v3.0.2...v3.0.3

Leantime v3.0.2

18 Jan 21:00
e82eaeb
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v3.0.1...v3.0.2

Leantime v3.0.1

18 Jan 17:20
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v3.0.0...v3.0.1

Leantime v3.0.0

16 Jan 23:54
96a8f1b
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v2.4.8...v3.0.0

Leantime v3.0.0-beta

07 Jan 04:00
c712ab8
Compare
Choose a tag to compare

🚀 Leantime 3.0.0-beta is out

We are super excited to announce the first beta release of Leantime 3.0. This version comes with a lot of enhancements and our new plugin marketplace.

Highlights

  • A new design and theme manager enhances the overall look and feel and makes Leantime easier to use
  • New navigation structure. We enhanced the navigation structure and broke up the main nav into Project, Personal and Company sections
  • Plugin Marketplace has been released. 2 Plugins are currently available for purchase.
  • Leantime updates can now be executed via the CLI. The updateLeantime.sh was removed
  • Personal home dashboard with widgets and customizable design
  • Tasks can now be drag and dropped into the calendar for efficient time boxing
  • Subtasks are using htmx now and can easily be created on the task screen
  • Dates & Timezones have been completely rewritten improving timezone management
  • External calendar support: Add your calendar and view your events within Leantime.

Breaking changes

  • If you are used to running updates via the shell script you will have to update your workflows to use the Leantime CLI. To run the update please execute php bin\leantime system:update
  • Theme Management was updated from the ground up. Due to the additional design elements white labeling is now only available via theme designs. Please create a new custom theme design and adjust colors in there.
  • We discovered and fixed a few misconfigurations in the datetime handling. This can cause dates/times that were previously considered localized to now be set to UTC. The only known fix right now is to manually adjust the dates/times either through the UI or via bulk SQL commands.

What's Changed

Other Changes

New Contributors

Full Changelog: v2.4.8...v3.0.0-beta