Snipe-IT - Package Updates
-
[1.8.2]
- Update Snipe-IT to 6.3.2
- Full changelog
- Allowlist and db prefix for restore by @uberbrady in #14278
- Better handle large downloads on backup API by @snipe in #14296
- Added /backups/latest to API endpoint by @snipe in #14297
- Add missing EXIF PHP library for Alpine Docker image by @uberbrady in #14298
- Check that the model exists before trying to access properties by @snipe in #14299
- Disallow branding uploads in demo mode by @snipe in #14301
- Clean up the file extension on image file uploads by @uberbrady in #14302
- Added ability to bulk delete locations by @snipe in #14304
-
[1.8.3]
- Update Snipe-IT to 6.3.3
- Full changelog
- Fixed Labels: bulk actions are handled before sorting by @Godmartinz in https://github.com/snipe/snipe-it/pull/14375
- Added route parameter by @snipe in https://github.com/snipe/snipe-it/pull/14372
- Upgrade jspdf-autotable from 3.8.1 to 3.8.2 #14365 by @snipe in https://github.com/snipe/snipe-it/pull/14378
- Fixed 1dbarcodes to populate based on settings by @Godmartinz in https://github.com/snipe/snipe-it/pull/14380
- Added User email check when sending Asset acceptance reminder by @Godmartinz in https://github.com/snipe/snipe-it/pull/14371
- Fixes CVE-2024-27354 and CVE-2024-27355 in phpseclib/phpseclib by @joelpittet in https://github.com/snipe/snipe-it/pull/14370
- Default label setup with custom fields by @Godmartinz in https://github.com/snipe/snipe-it/pull/14320
- Fix #13515: Cannot restore backup by @chandanchowdhury in https://github.com/snipe/snipe-it/pull/14379
- Added console command to encrypt previously unencrypted fields by @snipe in https://github.com/snipe/snipe-it/pull/14385
- Fixed attempting to run bulk actions on an empty asset collection by @marcusmoore in https://github.com/snipe/snipe-it/pull/14388
- Fixed old label engine to work as intended with CSS by @Godmartinz in https://github.com/snipe/snipe-it/pull/14389
- Removed unneeded validation message by @snipe in https://github.com/snipe/snipe-it/pull/14392
- Guard against checking require acceptance on non-existent relationship in accessory model by @marcusmoore in https://github.com/snipe/snipe-it/pull/14393
- [Snyk] Upgrade webpack from 5.90.1 to 5.90.2 by @snipe in https://github.com/snipe/snipe-it/pull/14395
- Ensure Chat and Teams endpoints are not blank before attempting to send webhook on checkout and check in by @marcusmoore in https://github.com/snipe/snipe-it/pull/14394
-
[1.8.4]
- Update Snipe-IT to 6.3.4
- Full changelog
- Added Somali translation
- Fixed several label setting glitches
- Fixed some API scoping issues where results were not as constrained as they should have been when searching
- Added column selectors and signatures to the "print all assigned" page
- Added 2FA reset logging (this shows up as a separate action, not a normal user edit)
- Added AVIF as an accepted image format
- Added ability to "toggle all" columns in the list views on most pages
- Added the ability to "deep link" to search results in those list views
- Updated the documentation to reflect that the php exif library is required
-
[1.9.0]
- Update Snipe-IT to 6.4.0
- Full changelog
- Fixed z-index of table load by @Godmartinz in https://github.com/snipe/snipe-it/pull/14520
- Fixed ambiguous id clause in custom report by @snipe in https://github.com/snipe/snipe-it/pull/14551
- Redirect on checkin if the asset is already checked in by @snipe in https://github.com/snipe/snipe-it/pull/14552
- Fixed alignment of dropdown menu for user in nav bar by @Godmartinz in https://github.com/snipe/snipe-it/pull/14547
- Hide/Show encrypted values in hardware list by @mauro-miatello in https://github.com/snipe/snipe-it/pull/14529
- Fixed ldap location syncing incorrect locations for users. by @Godmartinz in https://github.com/snipe/snipe-it/pull/14559
- Added audit dates to label options by @Godmartinz in https://github.com/snipe/snipe-it/pull/14557
- Remove city as required field on location modal by @snipe in https://github.com/snipe/snipe-it/pull/14567
- Reduce Extra Space in Header Dropdown by @akemidx in https://github.com/snipe/snipe-it/pull/14582
- Fixed: Header Dropdown Menus had no hover coloring in dark themes by @akemidx in https://github.com/snipe/snipe-it/pull/14558
- Upgraded Signature-pad.js && Fixed Resizing Canvas on mobile by @Godmartinz in https://github.com/snipe/snipe-it/pull/14577
- Fixed assigned to field in new label engine by @marcusmoore in https://github.com/snipe/snipe-it/pull/14581
- Fixed department validation to allow updates by @Godmartinz in https://github.com/snipe/snipe-it/pull/13880
- Fixed label fields only showing first option by @marcusmoore in https://github.com/snipe/snipe-it/pull/14594
- First fix for user FMCS scoping by @snipe in https://github.com/snipe/snipe-it/pull/14591
- Added test cases around modifying user groups via api by @marcusmoore in https://github.com/snipe/snipe-it/pull/14613
- Feat: add no-interactive flag for upgrade.php by @Q4kK in https://github.com/snipe/snipe-it/pull/14578
- Fixed #14508: Added PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERT options to database.php … by @jeffclay in https://github.com/snipe/snipe-it/pull/14511
- Fixed check-all button behaving inconsistently by @snipe in https://github.com/snipe/snipe-it/pull/14622
- Added ico, image/x-icon, image/vnd.microsoft.icon to favicon validation by @snipe in https://github.com/snipe/snipe-it/pull/14628
- Removed escaping on notes for file uploads by @snipe in https://github.com/snipe/snipe-it/pull/14630
- Added "select" option to top of data sources in new label engine by @marcusmoore in https://github.com/snipe/snipe-it/pull/14632
- Fixed dark theme button text coloring by @akemidx in https://github.com/snipe/snipe-it/pull/14616
- Re-enabled updating encrypted custom fields via API [sc-41465] by @uberbrady in https://github.com/snipe/snipe-it/pull/14602
- Left Sidebar Was Not Respecting Theme by @akemidx in https://github.com/snipe/snipe-it/pull/14608
- Removed encrypted fields from label options by @Godmartinz in https://github.com/snipe/snipe-it/pull/14499
- Added a License Export function and button by @Godmartinz in https://github.com/snipe/snipe-it/pull/14587
- Fixed purchase_cost not being allowed to be a string when creating asset via api by @marcusmoore in https://github.com/snipe/snipe-it/pull/14651
- Refactored due/overdue for audit, added due/overdue for checkin API endpoint and GUI by @snipe in https://github.com/snipe/snipe-it/pull/14655
- Added Brother 18mm label type by @snipe in https://github.com/snipe/snipe-it/pull/14391
- Improve RTL support by @mustafa-online in https://github.com/snipe/snipe-it/pull/14679
- Upgrade tecnickcom/tcpdf from version 6.7.4 to 6.7.5 to address the security vulnerability CVE-2024-22640 by @franceslui in https://github.com/snipe/snipe-it/pull/14661
- [Snyk] Upgrade alpinejs from 3.13.5 to 3.13.8 #14646 by @snipe in https://github.com/snipe/snipe-it/pull/14686
- Upgrade fontawesome from 6.5.1 to 6.5.2 by @snipe in https://github.com/snipe/snipe-it/pull/14687
- [Snyk] Upgrade tableexport.jquery.plugin from 1.28.0 to 1.30.0 #14656 by @snipe in https://github.com/snipe/snipe-it/pull/14688
- Capitalize N instead of y since no is default by @KorvinSzanto in https://github.com/snipe/snipe-it/pull/14689
-
[1.9.1]
- Update Snipe-IT to 6.4.1
- Full changelog
- Load settings in SendUpcomingAuditReport command by @marcusmoore in #14690
- Fixes #14692 - set default variables for sidebar totals by @snipe in #14693
- Fixes #14701 - wrong total asset count by @Toreg87 in #14702
- Fixed UI where delete button was not disabled even if the user couldn't be deleted by @snipe in #14697
-
[1.9.2]
- Update Snipe-IT to 6.4.2
- Full changelog
- Bulk Edit Tests and Tweaks by @spencerrlongg in #14707
- Fixed user assets not updating when a user changes location by @Godmartinz in #14474
- Updated alpine to the latest version (3.13.10) by @marcusmoore in #14700
- Added security.txt file by @snipe in #14725
- Adds a note text area to asset acceptances/declines by @Godmartinz in #14451
- Only attempt to decrypt custom fields in activity log if the value is not empty by @snipe in #14728
- Added next audit date to assets form by @snipe in #14719
- Sets purchase date as date (versus datetime) in labels by @snipe in #14729
-
[1.10.6]
- Update Snipe-IT to 7.0.9
- Full changelog
-
[1.10.7]
- Update Snipe-IT to 7.0.10
- Full changelog
-
[1.10.8]
- Update Snipe-IT to 7.0.11
- Full changelog
-
[1.10.9]
- Update Snipe-IT to 7.0.12
- Full changelog
-
[1.10.10]
- Update Snipe-IT to 7.0.13
- Full changelog
- Fixed a couple bugs in CustomFieldSetDefaultValuesForModel component by @marcusmoore in #15486
- Warn user on changing status to undeployable when editing by @snipe in #15492
- Fixed #15504 - allow nulling/not changing locale in user bulk edit by @snipe in #15510
- Fixed misalignment of consumables with smaller media by @Godmartinz in #15493
- Fixes margin for the sidebar menus while using rtl languages by @Godmartinz in #15471
- Fixed check for outside assets on user update validation by @snipe in #15516
- Improved multi-asset create when using numeric prefixes to
asset_tagsby @uberbrady in #15491 - Fixed selected-index of countries drop-down [fd-44144] by @uberbrady in #15521
- Added tests for delete methods in api by @marcusmoore in #15512
- Fixed mail notification field status label not updating by @Godmartinz in #15531
-
[1.11.0]
- Update snipe-it to 7.1.14
- Full Changelog
- This is a security release. All Snipe-IT users are strongly encouraged to upgrade.
- Ability to import Asset Models (without accompanying assets) via the Importer
- Ability to override or null out the EOL date for assets via the asset bulk edit screen
- Optimized some queries and indexes to speed things up a bit
- Fixed a bug where OU was accidentally required to create locations via the GUI
- Miscellaneous UI improvements and fixes
-
[1.11.1]
- Update snipe-it to 7.1.15
- Full Changelog
- Specify the table name in select for models controller by @snipe in https://github.com/snipe/snipe-it/pull/15811
- Fixing #15064 - to not fail ldap sync on single data issue with ldap by @maciej-poleszczyk in https://github.com/snipe/snipe-it/pull/15558
- replace the
via()channel for MS Teams (deprecated) by @Godmartinz in https://github.com/snipe/snipe-it/pull/15816
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login