Releases: linuxserver/docker-snipe-it
v7.0.13-ls304
CI Report:
https://ci-tests.linuxserver.io/linuxserver/snipe-it/v7.0.13-ls304/index.html
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Happy Wednesday, everyone! We're pleased to announce Snipe-IT v7.13 is out. The most notable fix in this release is for folks who suddenly couldn't create asset models with the same name but different model number. That was a temporary issue in validation and should be fixed now.
We've also added the long-requested ability to sort numerically on numeric custom fields. (Folks who are not using MySQL/MariaDB, please let us know if this breaks stuff for you, even though we don't officially support non-MySQL databases.)
We've also added a new bulk option for users, which is the ability to print all items associated with multiple selected users, if that's the sort of thing you're likely to do.
And finally, on most list views, you can now see (and sort by) which administrator created the item.
Warning
API Change
We've added a created_by
field to additional endpoints. This field replaces the previous user_id
API object, which was only being returned in a few places. The user_id
object will still be returned as normal, but you should plan on making that switch in your API integrations moving forward, as it will eventually be removed.
What's Changed
- Fixed a couple bugs in
CustomFieldSetDefaultValuesForModel
component by @marcusmoore in snipe/snipe-it#15486 - Warn user on changing status to
undeployable
when editing by @snipe in snipe/snipe-it#15492 - Fixed #15504 - allow nulling/not changing locale in user bulk edit by @snipe in snipe/snipe-it#15510
- Fixed misalignment of consumables with smaller media by @Godmartinz in snipe/snipe-it#15493
- Fixes margin for the sidebar menus while using rtl languages by @Godmartinz in snipe/snipe-it#15471
- Fixed check for outside assets on user update validation by @snipe in snipe/snipe-it#15516
- Improved multi-asset create when using numeric prefixes to asset_tags by @uberbrady in snipe/snipe-it#15491
- Fixed selected-index of countries drop-down [fd-44144] by @uberbrady in snipe/snipe-it#15521
- Added tests for delete methods in api by @marcusmoore in snipe/snipe-it#15512
- Fixed mail notification field
status label
not updating by @Godmartinz in snipe/snipe-it#15531 - Fixed #11634 - Sort by numeric columns for numeric custom fields by @snipe in snipe/snipe-it#15518
- Added #15506: Explicitly request used LDAP attributes by @setpill in snipe/snipe-it#15507
- Updated EOL date when used bulk update of purchase date by @Robert-Azelis in snipe/snipe-it#14671
- Added date range for EOL in custom reports by @akemidx in snipe/snipe-it#13291
- Catch Exceptions on Checkout Notification by @spencerrlongg in snipe/snipe-it#15532
- Change
user_id
tocreated_by
by @snipe in snipe/snipe-it#15519 - Updated jspdf autotable by @snipe in snipe/snipe-it#15537
- Fixed app settings view on mobile by @snipe in snipe/snipe-it#15544
- Fixes #15548 - unify audit api endpoints by @snipe in snipe/snipe-it#15549
- Fixed input field misalignments by @Godmartinz in snipe/snipe-it#15552
- Fixed case on
$logAction
for user file upload by @snipe in snipe/snipe-it#15555 - Changed
action_date
tocreated_at
in activity report by @snipe in snipe/snipe-it#15561 - Fixed #13396 - do not allow checkout to undeployable status types by @snipe in snipe/snipe-it#15547
- Added the ability to bulk print users by @marcusmoore in snipe/snipe-it#15534
- Update for #15534 - Refined gates on user bulk by @snipe in snipe/snipe-it#15563
- Refactoring modals with partials and fixing misalignments by @Godmartinz in snipe/snipe-it#15498
- Fixes for requiredness indicator in UI by @snipe in snipe/snipe-it#15573
- Fixed double webhook notifications // Separated email and webhook notifications. by @Godmartinz in snipe/snipe-it#15524
- Removed sortablity for current value column in depreciations report by @Godmartinz in snipe/snipe-it#15583
- Better debugging output for new Github Stale Action by @uberbrady in snipe/snipe-it#15564
- Added maxlengths to additional fields by @snipe in snipe/snipe-it#15588
- Adds checkin action log on asset delete via View UI by @snipe in snipe/snipe-it#15589
- Catch Errors Around Request Notifications by @spencerrlongg in snipe/snipe-it#15592
- Updated strings by @snipe in snipe/snipe-it#15594
- Fixed divide by zero bug in depreciation transformer by @Godmartinz in snipe/snipe-it#15593
Full Changelog: snipe/snipe-it@v7.0.12...v7.0.13
v7.0.13-ls303
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Happy Wednesday, everyone! We're pleased to announce Snipe-IT v7.13 is out. The most notable fix in this release is for folks who suddenly couldn't create asset models with the same name but different model number. That was a temporary issue in validation and should be fixed now.
We've also added the long-requested ability to sort numerically on numeric custom fields. (Folks who are not using MySQL/MariaDB, please let us know if this breaks stuff for you, even though we don't officially support non-MySQL databases.)
We've also added a new bulk option for users, which is the ability to print all items associated with multiple selected users, if that's the sort of thing you're likely to do.
And finally, on most list views, you can now see (and sort by) which administrator created the item.
Warning
API Change
We've added a created_by
field to additional endpoints. This field replaces the previous user_id
API object, which was only being returned in a few places. The user_id
object will still be returned as normal, but you should plan on making that switch in your API integrations moving forward, as it will eventually be removed.
What's Changed
- Fixed a couple bugs in
CustomFieldSetDefaultValuesForModel
component by @marcusmoore in snipe/snipe-it#15486 - Warn user on changing status to
undeployable
when editing by @snipe in snipe/snipe-it#15492 - Fixed #15504 - allow nulling/not changing locale in user bulk edit by @snipe in snipe/snipe-it#15510
- Fixed misalignment of consumables with smaller media by @Godmartinz in snipe/snipe-it#15493
- Fixes margin for the sidebar menus while using rtl languages by @Godmartinz in snipe/snipe-it#15471
- Fixed check for outside assets on user update validation by @snipe in snipe/snipe-it#15516
- Improved multi-asset create when using numeric prefixes to asset_tags by @uberbrady in snipe/snipe-it#15491
- Fixed selected-index of countries drop-down [fd-44144] by @uberbrady in snipe/snipe-it#15521
- Added tests for delete methods in api by @marcusmoore in snipe/snipe-it#15512
- Fixed mail notification field
status label
not updating by @Godmartinz in snipe/snipe-it#15531 - Fixed #11634 - Sort by numeric columns for numeric custom fields by @snipe in snipe/snipe-it#15518
- Added #15506: Explicitly request used LDAP attributes by @setpill in snipe/snipe-it#15507
- Updated EOL date when used bulk update of purchase date by @Robert-Azelis in snipe/snipe-it#14671
- Added date range for EOL in custom reports by @akemidx in snipe/snipe-it#13291
- Catch Exceptions on Checkout Notification by @spencerrlongg in snipe/snipe-it#15532
- Change
user_id
tocreated_by
by @snipe in snipe/snipe-it#15519 - Updated jspdf autotable by @snipe in snipe/snipe-it#15537
- Fixed app settings view on mobile by @snipe in snipe/snipe-it#15544
- Fixes #15548 - unify audit api endpoints by @snipe in snipe/snipe-it#15549
- Fixed input field misalignments by @Godmartinz in snipe/snipe-it#15552
- Fixed case on
$logAction
for user file upload by @snipe in snipe/snipe-it#15555 - Changed
action_date
tocreated_at
in activity report by @snipe in snipe/snipe-it#15561 - Fixed #13396 - do not allow checkout to undeployable status types by @snipe in snipe/snipe-it#15547
- Added the ability to bulk print users by @marcusmoore in snipe/snipe-it#15534
- Update for #15534 - Refined gates on user bulk by @snipe in snipe/snipe-it#15563
- Refactoring modals with partials and fixing misalignments by @Godmartinz in snipe/snipe-it#15498
- Fixes for requiredness indicator in UI by @snipe in snipe/snipe-it#15573
- Fixed double webhook notifications // Separated email and webhook notifications. by @Godmartinz in snipe/snipe-it#15524
- Removed sortablity for current value column in depreciations report by @Godmartinz in snipe/snipe-it#15583
- Better debugging output for new Github Stale Action by @uberbrady in snipe/snipe-it#15564
- Added maxlengths to additional fields by @snipe in snipe/snipe-it#15588
- Adds checkin action log on asset delete via View UI by @snipe in snipe/snipe-it#15589
- Catch Errors Around Request Notifications by @spencerrlongg in snipe/snipe-it#15592
- Updated strings by @snipe in snipe/snipe-it#15594
- Fixed divide by zero bug in depreciation transformer by @Godmartinz in snipe/snipe-it#15593
Full Changelog: snipe/snipe-it@v7.0.12...v7.0.13
v7.0.13-ls302
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Happy Wednesday, everyone! We're pleased to announce Snipe-IT v7.13 is out. The most notable fix in this release is for folks who suddenly couldn't create asset models with the same name but different model number. That was a temporary issue in validation and should be fixed now.
We've also added the long-requested ability to sort numerically on numeric custom fields. (Folks who are not using MySQL/MariaDB, please let us know if this breaks stuff for you, even though we don't officially support non-MySQL databases.)
We've also added a new bulk option for users, which is the ability to print all items associated with multiple selected users, if that's the sort of thing you're likely to do.
And finally, on most list views, you can now see (and sort by) which administrator created the item.
Warning
API Change
We've added a created_by
field to additional endpoints. This field replaces the previous user_id
API object, which was only being returned in a few places. The user_id
object will still be returned as normal, but you should plan on making that switch in your API integrations moving forward, as it will eventually be removed.
What's Changed
- Fixed a couple bugs in
CustomFieldSetDefaultValuesForModel
component by @marcusmoore in snipe/snipe-it#15486 - Warn user on changing status to
undeployable
when editing by @snipe in snipe/snipe-it#15492 - Fixed #15504 - allow nulling/not changing locale in user bulk edit by @snipe in snipe/snipe-it#15510
- Fixed misalignment of consumables with smaller media by @Godmartinz in snipe/snipe-it#15493
- Fixes margin for the sidebar menus while using rtl languages by @Godmartinz in snipe/snipe-it#15471
- Fixed check for outside assets on user update validation by @snipe in snipe/snipe-it#15516
- Improved multi-asset create when using numeric prefixes to asset_tags by @uberbrady in snipe/snipe-it#15491
- Fixed selected-index of countries drop-down [fd-44144] by @uberbrady in snipe/snipe-it#15521
- Added tests for delete methods in api by @marcusmoore in snipe/snipe-it#15512
- Fixed mail notification field
status label
not updating by @Godmartinz in snipe/snipe-it#15531 - Fixed #11634 - Sort by numeric columns for numeric custom fields by @snipe in snipe/snipe-it#15518
- Added #15506: Explicitly request used LDAP attributes by @setpill in snipe/snipe-it#15507
- Updated EOL date when used bulk update of purchase date by @Robert-Azelis in snipe/snipe-it#14671
- Added date range for EOL in custom reports by @akemidx in snipe/snipe-it#13291
- Catch Exceptions on Checkout Notification by @spencerrlongg in snipe/snipe-it#15532
- Change
user_id
tocreated_by
by @snipe in snipe/snipe-it#15519 - Updated jspdf autotable by @snipe in snipe/snipe-it#15537
- Fixed app settings view on mobile by @snipe in snipe/snipe-it#15544
- Fixes #15548 - unify audit api endpoints by @snipe in snipe/snipe-it#15549
- Fixed input field misalignments by @Godmartinz in snipe/snipe-it#15552
- Fixed case on
$logAction
for user file upload by @snipe in snipe/snipe-it#15555 - Changed
action_date
tocreated_at
in activity report by @snipe in snipe/snipe-it#15561 - Fixed #13396 - do not allow checkout to undeployable status types by @snipe in snipe/snipe-it#15547
- Added the ability to bulk print users by @marcusmoore in snipe/snipe-it#15534
- Update for #15534 - Refined gates on user bulk by @snipe in snipe/snipe-it#15563
- Refactoring modals with partials and fixing misalignments by @Godmartinz in snipe/snipe-it#15498
- Fixes for requiredness indicator in UI by @snipe in snipe/snipe-it#15573
- Fixed double webhook notifications // Separated email and webhook notifications. by @Godmartinz in snipe/snipe-it#15524
- Removed sortablity for current value column in depreciations report by @Godmartinz in snipe/snipe-it#15583
- Better debugging output for new Github Stale Action by @uberbrady in snipe/snipe-it#15564
- Added maxlengths to additional fields by @snipe in snipe/snipe-it#15588
- Adds checkin action log on asset delete via View UI by @snipe in snipe/snipe-it#15589
- Catch Errors Around Request Notifications by @spencerrlongg in snipe/snipe-it#15592
- Updated strings by @snipe in snipe/snipe-it#15594
- Fixed divide by zero bug in depreciation transformer by @Godmartinz in snipe/snipe-it#15593
Full Changelog: snipe/snipe-it@v7.0.12...v7.0.13
v7.0.13-ls301
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Happy Wednesday, everyone! We're pleased to announce Snipe-IT v7.13 is out. The most notable fix in this release is for folks who suddenly couldn't create asset models with the same name but different model number. That was a temporary issue in validation and should be fixed now.
We've also added the long-requested ability to sort numerically on numeric custom fields. (Folks who are not using MySQL/MariaDB, please let us know if this breaks stuff for you, even though we don't officially support non-MySQL databases.)
We've also added a new bulk option for users, which is the ability to print all items associated with multiple selected users, if that's the sort of thing you're likely to do.
And finally, on most list views, you can now see (and sort by) which administrator created the item.
Warning
API Change
We've added a created_by
field to additional endpoints. This field replaces the previous user_id
API object, which was only being returned in a few places. The user_id
object will still be returned as normal, but you should plan on making that switch in your API integrations moving forward, as it will eventually be removed.
What's Changed
- Fixed a couple bugs in
CustomFieldSetDefaultValuesForModel
component by @marcusmoore in snipe/snipe-it#15486 - Warn user on changing status to
undeployable
when editing by @snipe in snipe/snipe-it#15492 - Fixed #15504 - allow nulling/not changing locale in user bulk edit by @snipe in snipe/snipe-it#15510
- Fixed misalignment of consumables with smaller media by @Godmartinz in snipe/snipe-it#15493
- Fixes margin for the sidebar menus while using rtl languages by @Godmartinz in snipe/snipe-it#15471
- Fixed check for outside assets on user update validation by @snipe in snipe/snipe-it#15516
- Improved multi-asset create when using numeric prefixes to asset_tags by @uberbrady in snipe/snipe-it#15491
- Fixed selected-index of countries drop-down [fd-44144] by @uberbrady in snipe/snipe-it#15521
- Added tests for delete methods in api by @marcusmoore in snipe/snipe-it#15512
- Fixed mail notification field
status label
not updating by @Godmartinz in snipe/snipe-it#15531 - Fixed #11634 - Sort by numeric columns for numeric custom fields by @snipe in snipe/snipe-it#15518
- Added #15506: Explicitly request used LDAP attributes by @setpill in snipe/snipe-it#15507
- Updated EOL date when used bulk update of purchase date by @Robert-Azelis in snipe/snipe-it#14671
- Added date range for EOL in custom reports by @akemidx in snipe/snipe-it#13291
- Catch Exceptions on Checkout Notification by @spencerrlongg in snipe/snipe-it#15532
- Change
user_id
tocreated_by
by @snipe in snipe/snipe-it#15519 - Updated jspdf autotable by @snipe in snipe/snipe-it#15537
- Fixed app settings view on mobile by @snipe in snipe/snipe-it#15544
- Fixes #15548 - unify audit api endpoints by @snipe in snipe/snipe-it#15549
- Fixed input field misalignments by @Godmartinz in snipe/snipe-it#15552
- Fixed case on
$logAction
for user file upload by @snipe in snipe/snipe-it#15555 - Changed
action_date
tocreated_at
in activity report by @snipe in snipe/snipe-it#15561 - Fixed #13396 - do not allow checkout to undeployable status types by @snipe in snipe/snipe-it#15547
- Added the ability to bulk print users by @marcusmoore in snipe/snipe-it#15534
- Update for #15534 - Refined gates on user bulk by @snipe in snipe/snipe-it#15563
- Refactoring modals with partials and fixing misalignments by @Godmartinz in snipe/snipe-it#15498
- Fixes for requiredness indicator in UI by @snipe in snipe/snipe-it#15573
- Fixed double webhook notifications // Separated email and webhook notifications. by @Godmartinz in snipe/snipe-it#15524
- Removed sortablity for current value column in depreciations report by @Godmartinz in snipe/snipe-it#15583
- Better debugging output for new Github Stale Action by @uberbrady in snipe/snipe-it#15564
- Added maxlengths to additional fields by @snipe in snipe/snipe-it#15588
- Adds checkin action log on asset delete via View UI by @snipe in snipe/snipe-it#15589
- Catch Errors Around Request Notifications by @spencerrlongg in snipe/snipe-it#15592
- Updated strings by @snipe in snipe/snipe-it#15594
- Fixed divide by zero bug in depreciation transformer by @Godmartinz in snipe/snipe-it#15593
Full Changelog: snipe/snipe-it@v7.0.12...v7.0.13
v7.0.13-ls300
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
Caution
Snipe-IT now requires PHP 8.1.2 or greater
Happy Wednesday, everyone! We're pleased to announce Snipe-IT v7.13 is out. The most notable fix in this release is for folks who suddenly couldn't create asset models with the same name but different model number. That was a temporary issue in validation and should be fixed now.
We've also added the long-requested ability to sort numerically on numeric custom fields. (Folks who are not using MySQL/MariaDB, please let us know if this breaks stuff for you, even though we don't officially support non-MySQL databases.)
We've also added a new bulk option for users, which is the ability to print all items associated with multiple selected users, if that's the sort of thing you're likely to do.
And finally, on most list views, you can now see (and sort by) which administrator created the item.
Warning
API Change
We've added a created_by
field to additional endpoints. This field replaces the previous user_id
API object, which was only being returned in a few places. The user_id
object will still be returned as normal, but you should plan on making that switch in your API integrations moving forward, as it will eventually be removed.
What's Changed
- Fixed a couple bugs in
CustomFieldSetDefaultValuesForModel
component by @marcusmoore in snipe/snipe-it#15486 - Warn user on changing status to
undeployable
when editing by @snipe in snipe/snipe-it#15492 - Fixed #15504 - allow nulling/not changing locale in user bulk edit by @snipe in snipe/snipe-it#15510
- Fixed misalignment of consumables with smaller media by @Godmartinz in snipe/snipe-it#15493
- Fixes margin for the sidebar menus while using rtl languages by @Godmartinz in snipe/snipe-it#15471
- Fixed check for outside assets on user update validation by @snipe in snipe/snipe-it#15516
- Improved multi-asset create when using numeric prefixes to asset_tags by @uberbrady in snipe/snipe-it#15491
- Fixed selected-index of countries drop-down [fd-44144] by @uberbrady in snipe/snipe-it#15521
- Added tests for delete methods in api by @marcusmoore in snipe/snipe-it#15512
- Fixed mail notification field
status label
not updating by @Godmartinz in snipe/snipe-it#15531 - Fixed #11634 - Sort by numeric columns for numeric custom fields by @snipe in snipe/snipe-it#15518
- Added #15506: Explicitly request used LDAP attributes by @setpill in snipe/snipe-it#15507
- Updated EOL date when used bulk update of purchase date by @Robert-Azelis in snipe/snipe-it#14671
- Added date range for EOL in custom reports by @akemidx in snipe/snipe-it#13291
- Catch Exceptions on Checkout Notification by @spencerrlongg in snipe/snipe-it#15532
- Change
user_id
tocreated_by
by @snipe in snipe/snipe-it#15519 - Updated jspdf autotable by @snipe in snipe/snipe-it#15537
- Fixed app settings view on mobile by @snipe in snipe/snipe-it#15544
- Fixes #15548 - unify audit api endpoints by @snipe in snipe/snipe-it#15549
- Fixed input field misalignments by @Godmartinz in snipe/snipe-it#15552
- Fixed case on
$logAction
for user file upload by @snipe in snipe/snipe-it#15555 - Changed
action_date
tocreated_at
in activity report by @snipe in snipe/snipe-it#15561 - Fixed #13396 - do not allow checkout to undeployable status types by @snipe in snipe/snipe-it#15547
- Added the ability to bulk print users by @marcusmoore in snipe/snipe-it#15534
- Update for #15534 - Refined gates on user bulk by @snipe in snipe/snipe-it#15563
- Refactoring modals with partials and fixing misalignments by @Godmartinz in snipe/snipe-it#15498
- Fixes for requiredness indicator in UI by @snipe in snipe/snipe-it#15573
- Fixed double webhook notifications // Separated email and webhook notifications. by @Godmartinz in snipe/snipe-it#15524
- Removed sortablity for current value column in depreciations report by @Godmartinz in snipe/snipe-it#15583
- Better debugging output for new Github Stale Action by @uberbrady in snipe/snipe-it#15564
- Added maxlengths to additional fields by @snipe in snipe/snipe-it#15588
- Adds checkin action log on asset delete via View UI by @snipe in snipe/snipe-it#15589
- Catch Errors Around Request Notifications by @spencerrlongg in snipe/snipe-it#15592
- Updated strings by @snipe in snipe/snipe-it#15594
- Fixed divide by zero bug in depreciation transformer by @Godmartinz in snipe/snipe-it#15593
Full Changelog: snipe/snipe-it@v7.0.12...v7.0.13
v7.0.12-ls300
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
What's Changed
- Added confetti option by @snipe in snipe/snipe-it#15304
- Updated translation strings by @snipe in snipe/snipe-it#15305
- Added #15312: Add checkin due in days setting by @Glukose1 in snipe/snipe-it#15314
- Added support for Docker secrets in Standard and alpine image. by @r-xyz in snipe/snipe-it#15282
- Fixed dashboard box overflow by @Godmartinz in snipe/snipe-it#15206
- Corrected some translations by @snipe in snipe/snipe-it#15318
- Importer model fixes by @snipe in snipe/snipe-it#15322
- Prevent passing an array as login by @snipe in snipe/snipe-it#15324
- Fixed
)
being added to expected asset checkin report email header by @marcusmoore in snipe/snipe-it#15336 - Improved handling attempted access of deleted files in importer by @marcusmoore in snipe/snipe-it#15112
- Update icons to use blade components, standardize button colors and format by @snipe in snipe/snipe-it#15327
- [Snyk] Upgrade bootstrap-table from 1.23.0 to 1.23.2 by @snipe in snipe/snipe-it#15342
- Added TrimStrings middleware by @snipe in snipe/snipe-it#15345
- Fixed icon not rotated and simplified component by @marcusmoore in snipe/snipe-it#15350
- Updated languages by @snipe in snipe/snipe-it#15351
- Fixed #15341 - validate parent ID by @snipe in snipe/snipe-it#15356
- Fixed #15330 - Cleaned up category title by @snipe in snipe/snipe-it#15357
- Fixed #15190 - Improvements to upgrade.php script to improve Windows experience by @uberbrady in snipe/snipe-it#15359
- Renamed docker startup scripts coherently. by @r-xyz in snipe/snipe-it#15358
- Added #9413: AssetModel files endpoints to API by @r-xyz in snipe/snipe-it#15362
- Fixed #15344 - make select2 for countries freeform-ish by @snipe in snipe/snipe-it#15367
- More print fixes for asset view by @snipe in snipe/snipe-it#15360
- Fixed Mobile misalignment of info on Assets and Users view pages by @Godmartinz in snipe/snipe-it#15352
- Expose the 'sanitize' system for backup restores to the web GUI by @uberbrady in snipe/snipe-it#15296
- Fixed checkbox layout on modal from #15296 by @snipe in snipe/snipe-it#15369
- Re-add stalebot-esque github Action by @uberbrady in snipe/snipe-it#15156
- Adds
snipeit:remove-explicit-eols
command by @Godmartinz in snipe/snipe-it#15065 - Adds location select to the create new user via asset checkout by @Godmartinz in snipe/snipe-it#14667
- Fixed #15371: docker-compose files updated. by @StarlessNights in snipe/snipe-it#15372
- Fixed #15366 use the non-admin edit encrypted custom fields permissions by @snipe in snipe/snipe-it#15373
- Fixed #15374: load TrustProxies middleware in Kernel.php by @setpill in snipe/snipe-it#15379
- Fixed custom field defaults being prematurely updated by @marcusmoore in snipe/snipe-it#15377
- Added pull-right to angle bracket by @snipe in snipe/snipe-it#15380
- Fixes the
acceptance-reminder
command by @Godmartinz in snipe/snipe-it#15375 - Fixed #15378 - Corrected gate on checkin button on asset view by @snipe in snipe/snipe-it#15383
- Fixed #15388 - Moved generate label button by @snipe in snipe/snipe-it#15389
- Added
start_date
andend_date
to user bulk edit by @snipe in snipe/snipe-it#15396 - Opens label new window by @snipe in snipe/snipe-it#15401
- Fixed #15392 - filter by depreciation when showing models by @snipe in snipe/snipe-it#15403
- Set image to null if model is deleted by @snipe in snipe/snipe-it#15404
- Check that the user exists before trying to print by @snipe in snipe/snipe-it#15408
- Corrected language string by @snipe in snipe/snipe-it#15409
- Updated jquery UI by @snipe in snipe/snipe-it#15410
- Upgraded webpack by @snipe in snipe/snipe-it#15411
- [Multi-Company] Fixes Users Being Moved With Items Still Assigned by @spencerrlongg in snipe/snipe-it#15284
- Fix [FD-43836] PATCH of purchase_cost for assets for comma as decimal separator by @uberbrady in snipe/snipe-it#15412
- Use the null-safe property accessor for new-user creation by @uberbrady in snipe/snipe-it#15414
- Fixed #15416 - Added multiple selects for custom report by @snipe in snipe/snipe-it#15418
- Validation rules to prevent switching user companies if items are assigned to them by @snipe in snipe/snipe-it#15415
- Added employee number to asset view by @snipe in snipe/snipe-it#15431
- Fixed #15435 - user api put patch API route regression by @snipe in snipe/snipe-it#15440
- Added ability to sort on qty and remaining for consumables by @snipe in snipe/snipe-it#15463
- Correctly save user’s city on bulk edit by @snipe in snipe/snipe-it#15465
- Added coverage commands for Herd users by @marcusmoore in snipe/snipe-it#15468
- Fixed login success message not being displayed by @marcusmoore in snipe/snipe-it#15474
- Added some permission tests for accessory api endpoints by @marcusmoore in snipe/snipe-it#15473
- Added test for dashboard counts by @marcusmoore in snipe/snipe-it#15472
- Added UI tests for creating companies by @marcusmoore in snipe/snipe-it#15470
- Added UI tests for creating accessories by @marcusmoore in snipe/snipe-it#15469
- Fixed priority for category eula vs default eula by @Godmartinz in snipe/snipe-it#15445
- Updated translations by @snipe in snipe/snipe-it#15481
New Contributors
- @Glukose1 made their first contribution in snipe/snipe-it#15314
- @setpill made their first contribution in snipe/snipe-it#15379
Full Changelog: snipe/snipe-it@v7.0.11...v7.0.12
v7.0.12-ls299
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
What's Changed
- Added confetti option by @snipe in snipe/snipe-it#15304
- Updated translation strings by @snipe in snipe/snipe-it#15305
- Added #15312: Add checkin due in days setting by @Glukose1 in snipe/snipe-it#15314
- Added support for Docker secrets in Standard and alpine image. by @r-xyz in snipe/snipe-it#15282
- Fixed dashboard box overflow by @Godmartinz in snipe/snipe-it#15206
- Corrected some translations by @snipe in snipe/snipe-it#15318
- Importer model fixes by @snipe in snipe/snipe-it#15322
- Prevent passing an array as login by @snipe in snipe/snipe-it#15324
- Fixed
)
being added to expected asset checkin report email header by @marcusmoore in snipe/snipe-it#15336 - Improved handling attempted access of deleted files in importer by @marcusmoore in snipe/snipe-it#15112
- Update icons to use blade components, standardize button colors and format by @snipe in snipe/snipe-it#15327
- [Snyk] Upgrade bootstrap-table from 1.23.0 to 1.23.2 by @snipe in snipe/snipe-it#15342
- Added TrimStrings middleware by @snipe in snipe/snipe-it#15345
- Fixed icon not rotated and simplified component by @marcusmoore in snipe/snipe-it#15350
- Updated languages by @snipe in snipe/snipe-it#15351
- Fixed #15341 - validate parent ID by @snipe in snipe/snipe-it#15356
- Fixed #15330 - Cleaned up category title by @snipe in snipe/snipe-it#15357
- Fixed #15190 - Improvements to upgrade.php script to improve Windows experience by @uberbrady in snipe/snipe-it#15359
- Renamed docker startup scripts coherently. by @r-xyz in snipe/snipe-it#15358
- Added #9413: AssetModel files endpoints to API by @r-xyz in snipe/snipe-it#15362
- Fixed #15344 - make select2 for countries freeform-ish by @snipe in snipe/snipe-it#15367
- More print fixes for asset view by @snipe in snipe/snipe-it#15360
- Fixed Mobile misalignment of info on Assets and Users view pages by @Godmartinz in snipe/snipe-it#15352
- Expose the 'sanitize' system for backup restores to the web GUI by @uberbrady in snipe/snipe-it#15296
- Fixed checkbox layout on modal from #15296 by @snipe in snipe/snipe-it#15369
- Re-add stalebot-esque github Action by @uberbrady in snipe/snipe-it#15156
- Adds
snipeit:remove-explicit-eols
command by @Godmartinz in snipe/snipe-it#15065 - Adds location select to the create new user via asset checkout by @Godmartinz in snipe/snipe-it#14667
- Fixed #15371: docker-compose files updated. by @StarlessNights in snipe/snipe-it#15372
- Fixed #15366 use the non-admin edit encrypted custom fields permissions by @snipe in snipe/snipe-it#15373
- Fixed #15374: load TrustProxies middleware in Kernel.php by @setpill in snipe/snipe-it#15379
- Fixed custom field defaults being prematurely updated by @marcusmoore in snipe/snipe-it#15377
- Added pull-right to angle bracket by @snipe in snipe/snipe-it#15380
- Fixes the
acceptance-reminder
command by @Godmartinz in snipe/snipe-it#15375 - Fixed #15378 - Corrected gate on checkin button on asset view by @snipe in snipe/snipe-it#15383
- Fixed #15388 - Moved generate label button by @snipe in snipe/snipe-it#15389
- Added
start_date
andend_date
to user bulk edit by @snipe in snipe/snipe-it#15396 - Opens label new window by @snipe in snipe/snipe-it#15401
- Fixed #15392 - filter by depreciation when showing models by @snipe in snipe/snipe-it#15403
- Set image to null if model is deleted by @snipe in snipe/snipe-it#15404
- Check that the user exists before trying to print by @snipe in snipe/snipe-it#15408
- Corrected language string by @snipe in snipe/snipe-it#15409
- Updated jquery UI by @snipe in snipe/snipe-it#15410
- Upgraded webpack by @snipe in snipe/snipe-it#15411
- [Multi-Company] Fixes Users Being Moved With Items Still Assigned by @spencerrlongg in snipe/snipe-it#15284
- Fix [FD-43836] PATCH of purchase_cost for assets for comma as decimal separator by @uberbrady in snipe/snipe-it#15412
- Use the null-safe property accessor for new-user creation by @uberbrady in snipe/snipe-it#15414
- Fixed #15416 - Added multiple selects for custom report by @snipe in snipe/snipe-it#15418
- Validation rules to prevent switching user companies if items are assigned to them by @snipe in snipe/snipe-it#15415
- Added employee number to asset view by @snipe in snipe/snipe-it#15431
- Fixed #15435 - user api put patch API route regression by @snipe in snipe/snipe-it#15440
- Added ability to sort on qty and remaining for consumables by @snipe in snipe/snipe-it#15463
- Correctly save user’s city on bulk edit by @snipe in snipe/snipe-it#15465
- Added coverage commands for Herd users by @marcusmoore in snipe/snipe-it#15468
- Fixed login success message not being displayed by @marcusmoore in snipe/snipe-it#15474
- Added some permission tests for accessory api endpoints by @marcusmoore in snipe/snipe-it#15473
- Added test for dashboard counts by @marcusmoore in snipe/snipe-it#15472
- Added UI tests for creating companies by @marcusmoore in snipe/snipe-it#15470
- Added UI tests for creating accessories by @marcusmoore in snipe/snipe-it#15469
- Fixed priority for category eula vs default eula by @Godmartinz in snipe/snipe-it#15445
- Updated translations by @snipe in snipe/snipe-it#15481
New Contributors
- @Glukose1 made their first contribution in snipe/snipe-it#15314
- @setpill made their first contribution in snipe/snipe-it#15379
Full Changelog: snipe/snipe-it@v7.0.11...v7.0.12
v7.0.12-ls298
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
What's Changed
- Added confetti option by @snipe in snipe/snipe-it#15304
- Updated translation strings by @snipe in snipe/snipe-it#15305
- Added #15312: Add checkin due in days setting by @Glukose1 in snipe/snipe-it#15314
- Added support for Docker secrets in Standard and alpine image. by @r-xyz in snipe/snipe-it#15282
- Fixed dashboard box overflow by @Godmartinz in snipe/snipe-it#15206
- Corrected some translations by @snipe in snipe/snipe-it#15318
- Importer model fixes by @snipe in snipe/snipe-it#15322
- Prevent passing an array as login by @snipe in snipe/snipe-it#15324
- Fixed
)
being added to expected asset checkin report email header by @marcusmoore in snipe/snipe-it#15336 - Improved handling attempted access of deleted files in importer by @marcusmoore in snipe/snipe-it#15112
- Update icons to use blade components, standardize button colors and format by @snipe in snipe/snipe-it#15327
- [Snyk] Upgrade bootstrap-table from 1.23.0 to 1.23.2 by @snipe in snipe/snipe-it#15342
- Added TrimStrings middleware by @snipe in snipe/snipe-it#15345
- Fixed icon not rotated and simplified component by @marcusmoore in snipe/snipe-it#15350
- Updated languages by @snipe in snipe/snipe-it#15351
- Fixed #15341 - validate parent ID by @snipe in snipe/snipe-it#15356
- Fixed #15330 - Cleaned up category title by @snipe in snipe/snipe-it#15357
- Fixed #15190 - Improvements to upgrade.php script to improve Windows experience by @uberbrady in snipe/snipe-it#15359
- Renamed docker startup scripts coherently. by @r-xyz in snipe/snipe-it#15358
- Added #9413: AssetModel files endpoints to API by @r-xyz in snipe/snipe-it#15362
- Fixed #15344 - make select2 for countries freeform-ish by @snipe in snipe/snipe-it#15367
- More print fixes for asset view by @snipe in snipe/snipe-it#15360
- Fixed Mobile misalignment of info on Assets and Users view pages by @Godmartinz in snipe/snipe-it#15352
- Expose the 'sanitize' system for backup restores to the web GUI by @uberbrady in snipe/snipe-it#15296
- Fixed checkbox layout on modal from #15296 by @snipe in snipe/snipe-it#15369
- Re-add stalebot-esque github Action by @uberbrady in snipe/snipe-it#15156
- Adds
snipeit:remove-explicit-eols
command by @Godmartinz in snipe/snipe-it#15065 - Adds location select to the create new user via asset checkout by @Godmartinz in snipe/snipe-it#14667
- Fixed #15371: docker-compose files updated. by @StarlessNights in snipe/snipe-it#15372
- Fixed #15366 use the non-admin edit encrypted custom fields permissions by @snipe in snipe/snipe-it#15373
- Fixed #15374: load TrustProxies middleware in Kernel.php by @setpill in snipe/snipe-it#15379
- Fixed custom field defaults being prematurely updated by @marcusmoore in snipe/snipe-it#15377
- Added pull-right to angle bracket by @snipe in snipe/snipe-it#15380
- Fixes the
acceptance-reminder
command by @Godmartinz in snipe/snipe-it#15375 - Fixed #15378 - Corrected gate on checkin button on asset view by @snipe in snipe/snipe-it#15383
- Fixed #15388 - Moved generate label button by @snipe in snipe/snipe-it#15389
- Added
start_date
andend_date
to user bulk edit by @snipe in snipe/snipe-it#15396 - Opens label new window by @snipe in snipe/snipe-it#15401
- Fixed #15392 - filter by depreciation when showing models by @snipe in snipe/snipe-it#15403
- Set image to null if model is deleted by @snipe in snipe/snipe-it#15404
- Check that the user exists before trying to print by @snipe in snipe/snipe-it#15408
- Corrected language string by @snipe in snipe/snipe-it#15409
- Updated jquery UI by @snipe in snipe/snipe-it#15410
- Upgraded webpack by @snipe in snipe/snipe-it#15411
- [Multi-Company] Fixes Users Being Moved With Items Still Assigned by @spencerrlongg in snipe/snipe-it#15284
- Fix [FD-43836] PATCH of purchase_cost for assets for comma as decimal separator by @uberbrady in snipe/snipe-it#15412
- Use the null-safe property accessor for new-user creation by @uberbrady in snipe/snipe-it#15414
- Fixed #15416 - Added multiple selects for custom report by @snipe in snipe/snipe-it#15418
- Validation rules to prevent switching user companies if items are assigned to them by @snipe in snipe/snipe-it#15415
- Added employee number to asset view by @snipe in snipe/snipe-it#15431
- Fixed #15435 - user api put patch API route regression by @snipe in snipe/snipe-it#15440
- Added ability to sort on qty and remaining for consumables by @snipe in snipe/snipe-it#15463
- Correctly save user’s city on bulk edit by @snipe in snipe/snipe-it#15465
- Added coverage commands for Herd users by @marcusmoore in snipe/snipe-it#15468
- Fixed login success message not being displayed by @marcusmoore in snipe/snipe-it#15474
- Added some permission tests for accessory api endpoints by @marcusmoore in snipe/snipe-it#15473
- Added test for dashboard counts by @marcusmoore in snipe/snipe-it#15472
- Added UI tests for creating companies by @marcusmoore in snipe/snipe-it#15470
- Added UI tests for creating accessories by @marcusmoore in snipe/snipe-it#15469
- Fixed priority for category eula vs default eula by @Godmartinz in snipe/snipe-it#15445
- Updated translations by @snipe in snipe/snipe-it#15481
New Contributors
- @Glukose1 made their first contribution in snipe/snipe-it#15314
- @setpill made their first contribution in snipe/snipe-it#15379
Full Changelog: snipe/snipe-it@v7.0.11...v7.0.12
v7.0.12-ls297
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
What's Changed
- Added confetti option by @snipe in snipe/snipe-it#15304
- Updated translation strings by @snipe in snipe/snipe-it#15305
- Added #15312: Add checkin due in days setting by @Glukose1 in snipe/snipe-it#15314
- Added support for Docker secrets in Standard and alpine image. by @r-xyz in snipe/snipe-it#15282
- Fixed dashboard box overflow by @Godmartinz in snipe/snipe-it#15206
- Corrected some translations by @snipe in snipe/snipe-it#15318
- Importer model fixes by @snipe in snipe/snipe-it#15322
- Prevent passing an array as login by @snipe in snipe/snipe-it#15324
- Fixed
)
being added to expected asset checkin report email header by @marcusmoore in snipe/snipe-it#15336 - Improved handling attempted access of deleted files in importer by @marcusmoore in snipe/snipe-it#15112
- Update icons to use blade components, standardize button colors and format by @snipe in snipe/snipe-it#15327
- [Snyk] Upgrade bootstrap-table from 1.23.0 to 1.23.2 by @snipe in snipe/snipe-it#15342
- Added TrimStrings middleware by @snipe in snipe/snipe-it#15345
- Fixed icon not rotated and simplified component by @marcusmoore in snipe/snipe-it#15350
- Updated languages by @snipe in snipe/snipe-it#15351
- Fixed #15341 - validate parent ID by @snipe in snipe/snipe-it#15356
- Fixed #15330 - Cleaned up category title by @snipe in snipe/snipe-it#15357
- Fixed #15190 - Improvements to upgrade.php script to improve Windows experience by @uberbrady in snipe/snipe-it#15359
- Renamed docker startup scripts coherently. by @r-xyz in snipe/snipe-it#15358
- Added #9413: AssetModel files endpoints to API by @r-xyz in snipe/snipe-it#15362
- Fixed #15344 - make select2 for countries freeform-ish by @snipe in snipe/snipe-it#15367
- More print fixes for asset view by @snipe in snipe/snipe-it#15360
- Fixed Mobile misalignment of info on Assets and Users view pages by @Godmartinz in snipe/snipe-it#15352
- Expose the 'sanitize' system for backup restores to the web GUI by @uberbrady in snipe/snipe-it#15296
- Fixed checkbox layout on modal from #15296 by @snipe in snipe/snipe-it#15369
- Re-add stalebot-esque github Action by @uberbrady in snipe/snipe-it#15156
- Adds
snipeit:remove-explicit-eols
command by @Godmartinz in snipe/snipe-it#15065 - Adds location select to the create new user via asset checkout by @Godmartinz in snipe/snipe-it#14667
- Fixed #15371: docker-compose files updated. by @StarlessNights in snipe/snipe-it#15372
- Fixed #15366 use the non-admin edit encrypted custom fields permissions by @snipe in snipe/snipe-it#15373
- Fixed #15374: load TrustProxies middleware in Kernel.php by @setpill in snipe/snipe-it#15379
- Fixed custom field defaults being prematurely updated by @marcusmoore in snipe/snipe-it#15377
- Added pull-right to angle bracket by @snipe in snipe/snipe-it#15380
- Fixes the
acceptance-reminder
command by @Godmartinz in snipe/snipe-it#15375 - Fixed #15378 - Corrected gate on checkin button on asset view by @snipe in snipe/snipe-it#15383
- Fixed #15388 - Moved generate label button by @snipe in snipe/snipe-it#15389
- Added
start_date
andend_date
to user bulk edit by @snipe in snipe/snipe-it#15396 - Opens label new window by @snipe in snipe/snipe-it#15401
- Fixed #15392 - filter by depreciation when showing models by @snipe in snipe/snipe-it#15403
- Set image to null if model is deleted by @snipe in snipe/snipe-it#15404
- Check that the user exists before trying to print by @snipe in snipe/snipe-it#15408
- Corrected language string by @snipe in snipe/snipe-it#15409
- Updated jquery UI by @snipe in snipe/snipe-it#15410
- Upgraded webpack by @snipe in snipe/snipe-it#15411
- [Multi-Company] Fixes Users Being Moved With Items Still Assigned by @spencerrlongg in snipe/snipe-it#15284
- Fix [FD-43836] PATCH of purchase_cost for assets for comma as decimal separator by @uberbrady in snipe/snipe-it#15412
- Use the null-safe property accessor for new-user creation by @uberbrady in snipe/snipe-it#15414
- Fixed #15416 - Added multiple selects for custom report by @snipe in snipe/snipe-it#15418
- Validation rules to prevent switching user companies if items are assigned to them by @snipe in snipe/snipe-it#15415
- Added employee number to asset view by @snipe in snipe/snipe-it#15431
- Fixed #15435 - user api put patch API route regression by @snipe in snipe/snipe-it#15440
- Added ability to sort on qty and remaining for consumables by @snipe in snipe/snipe-it#15463
- Correctly save user’s city on bulk edit by @snipe in snipe/snipe-it#15465
- Added coverage commands for Herd users by @marcusmoore in snipe/snipe-it#15468
- Fixed login success message not being displayed by @marcusmoore in snipe/snipe-it#15474
- Added some permission tests for accessory api endpoints by @marcusmoore in snipe/snipe-it#15473
- Added test for dashboard counts by @marcusmoore in snipe/snipe-it#15472
- Added UI tests for creating companies by @marcusmoore in snipe/snipe-it#15470
- Added UI tests for creating accessories by @marcusmoore in snipe/snipe-it#15469
- Fixed priority for category eula vs default eula by @Godmartinz in snipe/snipe-it#15445
- Updated translations by @snipe in snipe/snipe-it#15481
New Contributors
- @Glukose1 made their first contribution in snipe/snipe-it#15314
- @setpill made their first contribution in snipe/snipe-it#15379
Full Changelog: snipe/snipe-it@v7.0.11...v7.0.12
v7.0.11-ls297
LinuxServer Changes:
Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
snipe-it Changes:
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 snipe/snipe-it#15188
- Check that custom fields exist before saving by @spencerrlongg in snipe/snipe-it#14565
- Fixed translation Issue With Auth by @spencerrlongg in snipe/snipe-it#15194
- Fixed admin boxes alignment by @Godmartinz in snipe/snipe-it#15193
- Added user storage files to purge command by @Godmartinz in snipe/snipe-it#15145
- Added closing brackets to signature pad by @Godmartinz in snipe/snipe-it#15199
- Fixed put route by @snipe in snipe/snipe-it#15204
- Fixed #15205 - adds copy to asset tag by @snipe in snipe/snipe-it#15211
- Feature: Extend search capabilities to other assets attributes by @FlorentDotMe in snipe/snipe-it#15217
- Fixed handful of test namespaces by @marcusmoore in snipe/snipe-it#15230
- Disallowed checking out components to different companies and fixed number remaining counts by @marcusmoore in snipe/snipe-it#15229
- Fixed shortcuts to be optional now by @Godmartinz in snipe/snipe-it#15242
- Fixes #10560 - optional ability to play sound on audit by @snipe in snipe/snipe-it#15244
- Fixed Issue with Acceptances Being Created by @spencerrlongg in snipe/snipe-it#15245
- Updated PHPUnit to v10 by @marcusmoore in snipe/snipe-it#15232
- Fixed accessories and consumables not being logged correctly during bulk check-in by @marcusmoore in snipe/snipe-it#15221
- [Snyk] Upgrade @fortawesome/fontawesome-free from 6.5.2 to 6.6.0 by @snipe in snipe/snipe-it#15261
- Upgrade jquery-validation from 1.20.1 to 1.21.0 by @snipe in snipe/snipe-it#15262
- Fixed #15248 Removed pound symbol from order number on asset view by @snipe in snipe/snipe-it#15263
- Fixed #15252 - admin ordering on activity report by @snipe in snipe/snipe-it#15264
- Added Depreciation Percentage as an option by @Godmartinz in snipe/snipe-it#15100
- Fixes ##15236 - smaller email logo by @snipe in snipe/snipe-it#15269
- Checkout-to fixer by @uberbrady in snipe/snipe-it#15266
- Fixed #15247 - make pie chart on dashboard respect the “show archived… by @snipe in snipe/snipe-it#15270
- Added reporting-only access for selectlists by @snipe in snipe/snipe-it#15272
- Added tooltips to top nav shortcuts by @snipe in snipe/snipe-it#15275
- Add
MayContainCustomFields
Trait to Asset Update Request by @spencerrlongg in snipe/snipe-it#15198 - Bold selected tab for better readability by @snipe in snipe/snipe-it#15276
- Fixed #14821 - Hide UI elements from print view on assets by @snipe in snipe/snipe-it#15278
- Fixed: [sc-26355] Attempt to de-escalate SAML login and logout errors by @uberbrady in snipe/snipe-it#15277
- Fix: add missing admin/hardware/table.name key by @FlorentDotMe in snipe/snipe-it#15279
- Fixed select2 “x” color on multi-select and border color by @snipe in snipe/snipe-it#15280
- Added status labels to confirmation emails by @Godmartinz in snipe/snipe-it#15192
- Implemented artisan test case by @marcusmoore in snipe/snipe-it#15286
- Fixed component check in test by @marcusmoore in snipe/snipe-it#15290
- Added asset name to bulk asset edit by @snipe in snipe/snipe-it#15291
- Updated phpinsights by @snipe in snipe/snipe-it#15292
- Fixed #15301 - Added optional status to quickscan checkin by @snipe in snipe/snipe-it#15303
New Contributors
- @arne-kroeger made their first contribution in snipe/snipe-it#15185
Full Changelog: snipe/snipe-it@v7.0.10...v7.0.11