Skip to content
This repository has been archived by the owner on Jun 21, 2021. It is now read-only.

Releases: LeafLIMS/LeafLIMS

Leaf LIMS 3.3 release

22 May 08:29
Compare
Choose a tag to compare

Some improvements to alerts and plugins along with an important addition to the docker-compose.yml file used to run Leaf LIMS. Please read the section below before you update as not having the correct value in place will cause the LIMS to fail to start.

IMPORTANT: You will either need to run the installer again (without --with-settings) or add the following line to your settings.json file before running the installer: "EXTERNAL_PLUGINS": "./plugins". The system will NOT start without this present. You can replace "./plugins" with the path to a directory containing plugins you would like to use.

New features:

  • Big improvements to plugins - now proper support for custom external plugins (see the Leaf LIMS plugin docs for more details).
  • Improvements to alerts - can now use Markdown formatting to create basic HTML emails as well as accessing instance properties using instance.<property> (e.g. name would be instance.name).
  • "Archived" is now shown as "Finished" to better represent its purpose.

Leaf LIMS 3.1 release

17 Apr 10:31
Compare
Choose a tag to compare

This release fixes a number of bugs and adds a few of new features. Most importantly it fixes an intermittent bug where the backend attempts to start before the database is finished starting and crashes. Anyone struggling with 3.0 not working should try this version or see issue #2 for a fix.

New features:

  • Added the ability to set deadlines on projects.
  • Export items as a CSV file from the inventory.
  • Automatic lookup of items from inventory for a task based on properties set on item.

Bug fixes:

  • Fix issue where backend would crash while waiting for the database to finish initialising.
  • Improve UI considerably on mobile.
  • Fixes to tasks not saving correctly under certain conditions.
  • Plenty of other minor fixes.

Leaf LIMS 3.0 release

01 Feb 09:33
Compare
Choose a tag to compare

After several rounds of beta testing Leaf LIMS is releasing at 3.0 (skipping 2.0 to avoid confusion with indivdual version numbers). This is the first major release with the new interface however the backend remains relativly the same.

A quick breakdown of this release:

  • A new interface that is more responsive and user friendly than before.
  • New features such as an integrated booking system for equipment and a better dashboard.
  • Support for plugins integrated into the system
  • Plenty of fixes and imporvements to the backend.

As usual if you discover a bug or would like to suggest a feature please create an issue.

Leaf LIMS 3.0-beta3 release

23 Jan 11:07
Compare
Choose a tag to compare
Pre-release

Numerous frontend and some backend fixes, hopefully on track for a full release in the next week or so.

Leaf LIMS 3.0-beta2.1 release

11 Dec 14:17
Compare
Choose a tag to compare
Pre-release

Fix for critical bug with allowed domain plus multiple bug fixes and some minor feature requests

Leaf LIMS 3.0-beta1.1 release

01 Dec 10:43
Compare
Choose a tag to compare
Pre-release

Fix issue with ALLOWED_HOSTS not allowing hosts, add new env var to allow this to be set from supplied DOMAIN key

Leaf LIMS 3.0-beta1 release

30 Nov 11:04
Compare
Choose a tag to compare
Pre-release

This version of Leaf LIMS should fix issues with setting up the system along with introducing a new interface.

  • Added a new interface using Aurelia and Semantic UI
  • Implemented plugin system (documentation still being prepared)
  • Added an installer to help set up the system and ease with upgrades
  • Numerous bug fixes and improvements to code

First release

21 Jul 10:03
Compare
Choose a tag to compare

Provide proper, tagged releases for Leaf LIMS. This contains version 2.2.3 of the UI and 2.1.3 of the API. As these are out of sync in terms of version numbers these releases will start from 1.0 and increment when either resource needs updating.