Skip to content

Releases: grokability/snipe-it

v8.4.1

07 Apr 20:47

Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3+ recommended.

Happy Tuesday! This release introduces an updated UI, improved searching, and fixes several security issues. All users are encouraged to upgrade.

A lot of what we've been working on has been under the hood - code improvements to make it easier for us to more quickly and reliably act on things you folks have been asking for. They don't look like a lot on the face, but they're important to get the project to a state where we can move a bit faster.

As such, you will definitely want to run php artisan view:clear to clear your old cached views. If you're using the upgrade.php script, it will do that for you, so no need to worry about it.

UI Changes

As you'll notice, we did switch up the UI on detail pages a bit. We've introduced a new component that we're calling the "info panel".

Screen.Recording.2026-03-20.at.5.42.43.PM.mov

It might be a little confusing to start with, but we think you're really going to like it. For all "first class objects", all of the most common information will now be available consistently, in the same place, every time.

The new info panel includes copy-to-clipboard functionality for just about everything, and if you don't need that information and want to work with the wider table view, just click on the arrow button to hide it. The show/hide is stored in local storage, so it will remember whether you wanted it open or not as you navigate through the system. The hover tooltips will give you more information when it's available or necessary.

We've tried to listen to feedback about the most important elements that people care about when they are viewing an item's detail page and give those priority. We know change is hard though, so keep that feedback coming. We can't promise we can act on every piece of feedback we get, but we listen to all of it and ultimately are committed to making your experience with the product as good as it can be.

At the end of the day, any time you change the UI on anything, people will have Big Feelings. Some of the feedback we've gotten so far is really positive, some less so - but we're always listening, even if you fall on the "less so" side of things.

We've also introduced some mobile navigation improvements, turning the tabbed interface into a dropdown on very small screens.

Uploads for Departments and Companies

You can now add files to departments and companies, if that's the sort of thing you're into.

A quick mea culpa to our hosted customers

In the process of migrating some of you to newer, faster machines, some of you were upgraded a little earlier than we had planned, while things weren't quite polished up. Many of you have reached out via the helpdesk and we've gotten you sorted, but we're sorry that happened. We would have at least wanted to give you a heads up about the UI changes.

We always want the hosted experience to be the most excellent way to use Snipe-IT, and this past week was a little rockier for some of you. We're taking steps to make sure that doesn't happen again when we need to migrate customers from one server to another.

What's Next

We have an upgrade to Laravel 12 sitting on develop which will fully support PHP 8.5, and very shortly after that, group support for SCIM.

Potentially Breaking Changes

The filters for asset status type, (Pending, RTD, Archived, Deleted, etc) have been changed from status=Archived to status_type=Archived.

Documentation Platform Bugs

Our current documentation platform is having some issues and some pages might not be available. After many hours talking to their support (and their stupid AI chatbot), we're going to have to revert some of the formatting on many of the pages to get them to render. How did this happen? No idea. We didn't change anything. But we need to get those pages back online for you and new folks who want to install Snipe-IT. If you get an error in the docs saying that the page cannot be rendered, just open a GH issue and we'll jump right on that. We have a lot of docs to get through, and we're starting with the most common pages first.

Mobile App Update

We've created a Google Form so we can start tracking people who want in on the Testflight invite. Please fill in this form if you're interested in helping us test! https://forms.gle/HEsWuHSqLLjx8xnR8.

What's Changed

Read more

v8.4.0

23 Feb 20:59

Choose a tag to compare

Happy Monday! Today we're releasing 8.4.0 of Snipe-IT! In it you'll find tons of small bug fixes and some bigger ones.

As always, we highly recommend upgrading to the latest stable version of Snipe-IT, as we are constantly improving the product and patching security issues we come across.

Smallish:

  • Several small security fixes
  • Loads of fixes to light/dark mode
  • Some label scaling fixes
  • Less noisy SCIM debugging when it's not actually helpful
  • Ability to clone components
  • Fixed a few breadcrumb titles

Biggish?

  • We identified a few queries that were not optimized as well as they could be, so it was creating an "n+1" problem. The more items you had, the more queries you'd be doing. We've fixed those and things should be a LOT snappier now.
  • We've added sticky columns to most of the table views. We have tried really hard to make them be the ones that make sense (name, as the left-side sticky, and actions and/or checkin/checkin where appropriate). I expect you'll let us know if we guessed wrong here.
  • A more standardized right-side panel in most screens (not users and not assets or "Your Profile" yet). We're really quite excited about this, as we feel it exposes a lot more of the potentially important information you need to see while looking at an item than we we used to. A few fewer clicks, and a lot more information exposed, but also able to be tucked away if you need larger screen real-estate.

What's Changed

Read more

v8.3.7

12 Dec 09:13

Choose a tag to compare

Happy Friday!

As always, we highly recommend upgrading to the latest stable version of Snipe-IT, as we are constantly improving the product and patching security issues we come across.

This release looks small, but it introduces a much cleaner, MUCH faster dark/light scheme that we're really excited about, the ability to download imported CSVs from the import screen, some restore and import improvements, and a bunch of improvements to labels.

To clarify the way the new dark/light mode works, here are a few key points (also see the videos in #18249 for more visual details):

We used to have a set of predefined skins, a collection of colors, with light and dark modes, and they were okay, but they often fell out of sync with UI changes resulting in inconsistent results between light and dark skins. Those are gone now.

We now use your selected header color (if you have one) from Admin Settings > Branding and your light mode/dark mode settings and make the UI colors feel more like you. Changing from dark mode to light mode is now just a menu click away, and if you don't have any preferences set, it will use your system default.

Screenshot 2025-12-13 at 11 31 14 AM

Users who can login can override your choice of light/dark link colors, to accommodate folks who might require higher contrast, might have Color Vision Deficiency, or just like things to look the way they like.

You as the admins control the header color, but each user who can login has control over their light/dark link colors via their Account > Edit Profile screen.

Screenshot 2025-12-13 at 11 30 32 AM

If they do not choose any, they will inherit whatever the system settings are from the Branding settings.

If you have any CSS overrides via Admin Settings > Branding > Custom CSS, those will still apply as they get invoked after our CSS rules, although they might need some tweaking with !important - we're looking forward to the feedback on that.

What's Changed

New Contributors

Full Changelog: v8.3.6...v8.3.7

v8.3.6

24 Nov 13:02

Choose a tag to compare

Caution

For some reason, Github's built-in redirect from snipe/snipe-it to grokability/snipe-it has stopped working. If you're trying to upgrade or pull and you get a "not found" response or a login prompt from Github, do the following to set your origin to the correct Github URL:

git remote remove origin
git remote add origin https://github.com/grokability/snipe-it
git fetch --all git reset --hard origin/master

Happy Monday! Snipe-IT v8.3.6 is out! We've made some improvements to the Unaccepted Items report, added file uploads to suppliers, and also added color tags to Locations, Companies, Departments, Suppliers, Categories, and Manufacturers. (Check out the docs here.) The new tag_color field is also available via the API for the affected object types.

e508c028a290c33e58cd03b87b8d52eeef7d0d2987443b8d2b17c63a24b5821b-frame_generic_light-15

We're also now sending an additional email header (X-System-Sender: Snipe-IT) for all notifications. This wouldn't affect anything related to notifications other than it allows clever folks to potentially apply filters on emails going to their inbox that have that header.

Additionally, if you have quite a lot of users and were unable to get the groups page to load in between v8.3.5 and v.8.3.6, that issue should be fixed. (It's a long, boring story related to default settings for max_input_vars and max_multipart_body_parts.) If you're still having problems, set your MAX_UNPAGINATED in your .env to something under 5000.

We know this isn't ideal, since being able to add users to from the groups page was a great new feature, but for users with very large user sets, this was a bit of a dealbreaker. Don't worry - we're working on figuring out a way that makes sense from a UX perspective. (For example, "select all users" when the user list is paginated would take a very long time, since you'd have to select them all individually.)

API changes

  • Added tag_color to Locations, Companies, Departments, Suppliers, Categories, and Manufacturers
  • If you were incorrectly passing the filter parameter to the Assets or Users endpoints (for example, /api/v1/users?filter=email:[email protected]), it would previously 500. It now returns a validation error, as that endpoint is looking for JSON (for example /api/v1/users?filter={"email":"[email protected]"}.)

What's Changed

New Contributors

Full Changelog: v8.3.5...v8.3.6

v8.3.5

10 Nov 14:12

Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3+ recommended.

Happy Monday! This release better handles how the system handles partially broken LDAP configurations, makes some improvements to notifications, adds the ability to set 2D barcodes to non-URL values, revamps the permission groups section, and tightens up some other UI elements.

Screen.Recording.2025-11-06.at.8.45.26.PM.mov
Screen.Recording.2025-10-25.at.6.37.18.PM.mov

(Note: The add-users section looks like the first video, not this one.)

Screen.Recording.2025-10-25.at.6.39.07.PM.mov

Quick mobile update: Progress is moving along quickly! We don't yet have a timeline for when TestFlights will be available, but we'll let you know here, on our social media (Bluesky & Mastodon), and on our discord.

And as always, you can see what we're working on and what's up next via our Milestones.

Breaking API change:

We did make a change to the API in #18150 that slightly changes the shape of the response. If you're using the Departments API and depend on the payload on PUT or PATCH responses, please update your code accordingly. (It now returns in the same shape as a GET request.)

What's Changed:

New Contributors

Full Changelog: v8.3.4...v8.3.5

v8.3.4

17 Oct 18:13

Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3+ recommended.

Happy Friday, everyone!

This is a quality-of-life release that smoothes out some UI quirks.

We also fixed the advanced search on assets, made the display for highlighted search results a little nicer to look at by removing a tiny bit of right-side padding, fixed a small UI glitch where the user selector wouldn't show up on some interfaces depending on previous sessions, and made some of the <legend> sections of the forms nicer to look at and more helpful.

Screenshot 2025-10-17 at 1 37 27 PM

Additionally, we added a migration to move the files from storage/private_uploads/assetmodels to storage/private_uploads/models directory that was introduced a few weeks ago. (Git should have renamed/moved that directory, but in some circumstances it was not.)

We also upgraded a few JS packages that were a little out of date and have CVEs associated with them. They're used largely via our build cycles and don't affect the end product, but it's always good to stay on top of these things.

Also - in very exciting news - our mobile app is now on TestFlight! For those interested, we'll be giving some folks access soon.

What's Changed

Added

  • Fixed #17910 - added counts to mobile view for assets by @snipe in #17995
  • Fixed #17924 - added url to maintenances by @snipe in #17997
  • Improved upcoming audit email layout and cli feedback by @snipe in #17999
  • Added command to remove invalid "upload deleted" entries from the action log by @marcusmoore in #17992
  • Added expected_checkin to user’s View Assigned page by @snipe in #18056
  • New legend styles and additional help hints for LDAP by @snipe in #18063

Fixed

Misc/Code Quality/UX

New Contributors

Full Changelog: v8.3.3...v8.3.4

v8.3.3 - Security Release

06 Oct 19:57

Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3 recommended.

Happy Monday, all! This release adds tooltips to the table headers, changes the styles on them to make them more clear as actual filters, handles some validation issues, lots of little quality-of-life fixes, and also handles a potential issue where signature and/or logo PDFs might not show in the acceptance PDFs if the temp directory where TCPDF creates the PDFs isn't writable.

This also addresses CVE-2025-63601 and all users are advised to upgrade.

What's Changed

New Contributors

Full Changelog: v8.3.2...v8.3.3

v8.3.2

18 Sep 13:55

Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3 recommended.

This release fixes some small issues largely based around localization, namely making the purchase cost field larger and better support of RTL text in the asset acceptance PDFs.

We've also fixed an issue with Google's LDAP implementation where client-side TLS certificates weren't working, added the ability for admins to set serial as a required field on a per-model basis, and added the ability to filter between active licenses and licenses that have expired or have passed their termination date.

What's Changed

Full Changelog: v8.3.1...8.4.0

v8.3.1

01 Sep 11:00

Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3 recommended.

What's Changed

New Contributors

Full Changelog: v8.3.0...v8.3.1

v8.3.0

28 Aug 17:49

Choose a tag to compare

Caution

This version of Snipe-IT REQUIRES PHP 8.2.0 or greater, 8.3 recommended.

Happy Thursday, nerds!

There is a security fix in this release for those who are using SVG images, so all users are encouraged to upgrade.

This release adds some exciting features such as images and uploads for asset maintenances, the ability to copy images when cloning items, support for display_name in users for LDAP sync, user import and SCIM, and some improvements to the info we include in notifications. We've also made some fixes to some of the custom fields validations.

We've also added support for .ods, .odp, and .odt file uploads, as we slowly watch much of the EU transition away from Microsoft products.

We've also been continuing to improve our documentation, with new, more specific Importer documentation, and info on the recently improved LDAP Troubleshooter.

What's Changed

New Contributors

Read more