v7.0.11
版本发布时间: 2024-08-15 17:58:17
snipe/snipe-it最新发布版本:v7.0.13(2024-10-02 19:56:02)
[!CAUTION]
Snipe-IT now requires PHP 8.1.2 or greater
Happy Thursday everyone! This release comes with a bunch of small UX/UI improvements, and a few additional features, including the ability to optionally update the asset's status on quick scan checkin.
We've also added the ability to play sounds on the "quick" bulk tasks like auditing for better accessibility. (You will have to enable this in your profile.)
We've also added a command-line utility that can help some folks who may have used the API to checkout assets without specifying an assigned_type
, and could get a 500 error when trying to view those assets. (We have since improved the API validation to require the assigned_type
, but older assets created via API could have had this issue.) See the docs on that utility here.
Up next, the ability to checkout accessories to assets and locations. The functionality has been built, but there are some safeguards we still have to put in to make sure you cannot delete locations or assets that still have accessories associated with them. We have a PR up for that and are working on it.
What's Changed
- Fixed 1d barcode targeting by @Godmartinz in https://github.com/snipe/snipe-it/pull/15188
- Check that custom fields exist before saving by @spencerrlongg in https://github.com/snipe/snipe-it/pull/14565
- Fixed translation Issue With Auth by @spencerrlongg in https://github.com/snipe/snipe-it/pull/15194
- Fixed admin boxes alignment by @Godmartinz in https://github.com/snipe/snipe-it/pull/15193
- Added user storage files to purge command by @Godmartinz in https://github.com/snipe/snipe-it/pull/15145
- Added closing brackets to signature pad by @Godmartinz in https://github.com/snipe/snipe-it/pull/15199
- Fixed put route by @snipe in https://github.com/snipe/snipe-it/pull/15204
- Fixed #15205 - adds copy to asset tag by @snipe in https://github.com/snipe/snipe-it/pull/15211
- Feature: Extend search capabilities to other assets attributes by @FlorentDotMe in https://github.com/snipe/snipe-it/pull/15217
- Fixed handful of test namespaces by @marcusmoore in https://github.com/snipe/snipe-it/pull/15230
- Disallowed checking out components to different companies and fixed number remaining counts by @marcusmoore in https://github.com/snipe/snipe-it/pull/15229
- Fixed shortcuts to be optional now by @Godmartinz in https://github.com/snipe/snipe-it/pull/15242
- Fixes #10560 - optional ability to play sound on audit by @snipe in https://github.com/snipe/snipe-it/pull/15244
- Fixed Issue with Acceptances Being Created by @spencerrlongg in https://github.com/snipe/snipe-it/pull/15245
- Updated PHPUnit to v10 by @marcusmoore in https://github.com/snipe/snipe-it/pull/15232
- Fixed accessories and consumables not being logged correctly during bulk check-in by @marcusmoore in https://github.com/snipe/snipe-it/pull/15221
- [Snyk] Upgrade @fortawesome/fontawesome-free from 6.5.2 to 6.6.0 by @snipe in https://github.com/snipe/snipe-it/pull/15261
- Upgrade jquery-validation from 1.20.1 to 1.21.0 by @snipe in https://github.com/snipe/snipe-it/pull/15262
- Fixed #15248 Removed pound symbol from order number on asset view by @snipe in https://github.com/snipe/snipe-it/pull/15263
- Fixed #15252 - admin ordering on activity report by @snipe in https://github.com/snipe/snipe-it/pull/15264
- Added Depreciation Percentage as an option by @Godmartinz in https://github.com/snipe/snipe-it/pull/15100
- Fixes ##15236 - smaller email logo by @snipe in https://github.com/snipe/snipe-it/pull/15269
- Checkout-to fixer by @uberbrady in https://github.com/snipe/snipe-it/pull/15266
- Fixed #15247 - make pie chart on dashboard respect the “show archived… by @snipe in https://github.com/snipe/snipe-it/pull/15270
- Added reporting-only access for selectlists by @snipe in https://github.com/snipe/snipe-it/pull/15272
- Added tooltips to top nav shortcuts by @snipe in https://github.com/snipe/snipe-it/pull/15275
- Add
MayContainCustomFields
Trait to Asset Update Request by @spencerrlongg in https://github.com/snipe/snipe-it/pull/15198 - Bold selected tab for better readability by @snipe in https://github.com/snipe/snipe-it/pull/15276
- Fixed #14821 - Hide UI elements from print view on assets by @snipe in https://github.com/snipe/snipe-it/pull/15278
- Fixed: [sc-26355] Attempt to de-escalate SAML login and logout errors by @uberbrady in https://github.com/snipe/snipe-it/pull/15277
- Fix: add missing admin/hardware/table.name key by @FlorentDotMe in https://github.com/snipe/snipe-it/pull/15279
- Fixed select2 “x” color on multi-select and border color by @snipe in https://github.com/snipe/snipe-it/pull/15280
- Added status labels to confirmation emails by @Godmartinz in https://github.com/snipe/snipe-it/pull/15192
- Implemented artisan test case by @marcusmoore in https://github.com/snipe/snipe-it/pull/15286
- Fixed component check in test by @marcusmoore in https://github.com/snipe/snipe-it/pull/15290
- Added asset name to bulk asset edit by @snipe in https://github.com/snipe/snipe-it/pull/15291
- Updated phpinsights by @snipe in https://github.com/snipe/snipe-it/pull/15292
- Fixed #15301 - Added optional status to quickscan checkin by @snipe in https://github.com/snipe/snipe-it/pull/15303
New Contributors
- @arne-kroeger made their first contribution in https://github.com/snipe/snipe-it/pull/15185
Full Changelog: https://github.com/snipe/snipe-it/compare/v7.0.10...v7.0.11