Happy Monday, everyone! This is a bugfix release, mostly for folks running docker who only can deploy via tagged releases. We also fixed an issue with asset models not displaying on the listing page in some circumstances, fixed a few issues related to the recent MS Teams webhook deprecations, and handled an issue where uploaded asset files could not be deleted properly, plus a few visual tweaks for the signature pad.
What's Changed
- Specify the table name in select for models controller by @snipe in #15811
- Fixing #15064 - to not fail ldap sync on single data issue with ldap … by @maciej-poleszczyk in #15558
- replace the
via()
channel for MS Teams (deprecated) by @Godmartinz in #15816 - Corrected route name for delete action on
filestable
on assets by @snipe in #15819 - Removes asset tag if 2D code is not present by @Godmartinz in #15817
- Fixed #15820 - added model number to view-assets by @snipe in #15822
- Fixed admin user not showing in download "all activity" report by @snipe in #15828
- Fixed a few
migrate:rollback
issues by @marcusmoore in #15840 - Update README.md - small typo by @viclou in #15843
- Fixed Bulk Delete page not showing full information by @akemidx in #15757
- Fixed variable name to correctly log
created_by
and date for bulk user delete/checkin by @snipe in #15845 - Indicate requiredness on status select on bulk user checkin+delete by @snipe in #15848
- Added tests around deleting component via ui by @marcusmoore in #15852
- Added #15677: API Route for Generating Asset Labels by @NebelKreis in #15847
- Added #15803: Category Field to Asset Related Mails by @NebelKreis in #15854
- Improved speed of sqlite tests in GitHub Actions by @marcusmoore in #15860
- Added tests for component checkout api endpoint by @marcusmoore in #15864
- Adds a ternary for blank emails for mail notifications by @Godmartinz in #15859
- Replace env with config variable for from address by @Godmartinz in #15839
- Fixed bug in component checkins via api by @marcusmoore in #15851
- Resolves Validation for Encrypted Numeric and Alpha Custom Fields by @spencerrlongg in #15818
- Adding colon to password translation string by @akemidx in #15850
- Always call resizeCanvas by @marcusmoore in #15870
Join the Community!
- Join our Discord! It’s full of great people. We even wrote about it here!
- Follow us on Bluesky at @snipeitapp.com
- Follow us on Mastodon at hachyderm.io/@grokability
- Follow our blog at Grokstar.Dev
- Subscribe here on Github for notifications about new releases. (We recommend selecting "Releases" only for most users - this repo can get noisy.)
New Contributors
- @maciej-poleszczyk made their first contribution in #15558
- @viclou made their first contribution in #15843
Full Changelog: v7.1.14...v7.1.15