v6.0.10

grokability/snipe-itv6.0.10Aug 25, 2022by snipe

AI Summary

Fixes depreciation, Docker container PHP configuration, and introduces auto-generation of asset tags in the importer.

Key Highlights

  • Fixed monthly depreciation calculation if EOL is blank
  • Docker container PHP config fix
  • Asset importer now auto-generates tags if left blank
  • Added null option for purchase and expected checkin dates

New Features

  • Auto-generate asset tags in importer
  • Null options for purchase/expected checkin dates

Full Release Notes

## What's Changed
* Added a closing div tag around the mail text help block by @exula in https://github.com/snipe/snipe-it/pull/11635
* Fixed Monthly depreciation calculation if EOL is blank by @Godmartinz in https://github.com/snipe/snipe-it/pull/11642
* Fixed the active flag to be as it was in later v5 releases by @uberbrady in https://github.com/snipe/snipe-it/pull/11648
* Fixed #8928 - add URL and ID to custom asset report by @snipe in https://github.com/snipe/snipe-it/pull/11649
* Fixed #6877 - Added notes to consumables, components on checkout by @snipe in https://github.com/snipe/snipe-it/pull/11650
* Fixes Departments update/store  to allow company and/or location ids to be null by @Godmartinz in https://github.com/snipe/snipe-it/pull/11660
* [Snyk] Upgrade acorn from 8.7.1 to 8.8.0 by @snyk-bot in https://github.com/snipe/snipe-it/pull/11664
* Revert "Prevent to delete a user if still has consumables associated to them" by @snipe in https://github.com/snipe/snipe-it/pull/11675
* Added `null` option for `purchase_date` and `expected_checkin` dates by @snipe in https://github.com/snipe/snipe-it/pull/11666
* Fixed #6899 Docker container's php configuration isn't congruent with snipe-it uploads setting size.  by @octobunny in https://github.com/snipe/snipe-it/pull/11662
* Added the category in the side info on Models > View by @snipe in https://github.com/snipe/snipe-it/pull/11676
* Fixed #11711 clearfix missing on admin settings page  to prevent blanking divs by @Godmartinz in https://github.com/snipe/snipe-it/pull/11712
* Fixed #11706 Manager name by @wewhite in https://github.com/snipe/snipe-it/pull/11707
* Fixed #10565, #11086: correctly looks up Manager DN from AD Manager a… by @wewhite in https://github.com/snipe/snipe-it/pull/11705
* Fixed Translation String: wrong key at request canceled message by @julian-piehl in https://github.com/snipe/snipe-it/pull/11703
* [Snyk] Upgrade webpack from 5.73.0 to 5.74.0 by @snyk-bot in https://github.com/snipe/snipe-it/pull/11681
* [Snyk] Upgrade @fortawesome/fontawesome-free from 6.1.1 to 6.1.2 by @snyk-bot in https://github.com/snipe/snipe-it/pull/11680
* Declare DB_PORT in all .env files by @kylegordon in https://github.com/snipe/snipe-it/pull/11669
* Fixed Search in activity report for full name in relation by @inietov in https://github.com/snipe/snipe-it/pull/11651
* Fixed #11509 allow-ldap-anonymous-bind by @sunflowerbofh in https://github.com/snipe/snipe-it/pull/11510
* Fixed crash on Asset View if file doesn’t exist on server by @snipe in https://github.com/snipe/snipe-it/pull/11723
* Updated compiled assets by @snipe in https://github.com/snipe/snipe-it/pull/11727
* Fixed Validation error when creating custom fields' default values by @inietov in https://github.com/snipe/snipe-it/pull/11724
* Fixed #11709 Dates in custom fields not always stored in the correct format by @inietov in https://github.com/snipe/snipe-it/pull/11726
* Added style to readonly date fields by @snipe in https://github.com/snipe/snipe-it/pull/11728
* Fixed #11708 - pre-create private_storage directories for Docker restores by @uberbrady in https://github.com/snipe/snipe-it/pull/11729
* Fixed #11679 Importing Licenses - Field Mismatch by @inietov in https://github.com/snipe/snipe-it/pull/11730
* Fixed #10593 - added signature column to user history by @snipe in https://github.com/snipe/snipe-it/pull/11731
* Fixed: Log user out of other devices when they change their password by @snipe in https://github.com/snipe/snipe-it/pull/11735

## New Contributors
* @octobunny made their first contribution in https://github.com/snipe/snipe-it/pull/11662
* @wewhite made their first contribution in https://github.com/snipe/snipe-it/pull/11707
* @julian-piehl made their first contribution in https://github.com/snipe/snipe-it/pull/11703
* @kylegordon made their first contribution in https://github.com/snipe/snipe-it/pull/11669
* @sunflowerbofh made their first contribution in https://github.com/snipe/snipe-it/pull/11510

**Full Changelog**: https://github.com/snipe/snipe-it/compare/v6.0.9...v6.0.10