Here is the latest stable release of elabftw. Featuring some bugfixes but also new features and enhancements.
Changelog :
- Bug fixes
- fix bug where list text size was incorrect (fixed upstream by tinymce devs; #158)
- fix bug where color of items/status was wrong after editing it
- fix bug in Docker implementation missing SECRET_KEY value in config file
- fix bug in SQL syntax of the show action for tags
- Enhancements
- You can now link experiments directly in text with the
#autocomplete (fix #191) - Search page: when searching for experiments of the whole team, you'll get a list of tags from the whole team
- Tags autocomplete: now showing completion from the team's tags
- Molecular structure files (PDB/MOL2/SDF/mmCIF) are previewed using 3Dmol.js (fix #213) Thanks @Athemis.
- Default hashing algorithm for files changed from md5 to sha256 (thanks @Athemis)
- Add a pretty loader for autocomplete
- You can now link experiments directly in text with the
- Developer corner
- use grunt to minify all the JS and CSS files in one
- updated composer and bower components
- created the Upload class