Skip to content

Releases: grokability/snipe-it

v6.2.3

16 Oct 19:23

Choose a tag to compare

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

This release is largely a bug fix release. There were some rare conditions where asset history wouldn't show because the original item (location, etc) were both soft-deleted and then purged, which was causing a 500 error. This didn't affect most users, but for the ones it did affect, this was an important fix.

This also fixes a migration issue between older versions of Snipe-IT upgrading to newer versions where it would have issues with the eol_explicit field, since the asset observer tries to modify that field, but it didn't necessarily exist yet depending on where you were at with migrations. This issue is now resolved.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.2.2...v6.2.3

v6.2.2

06 Oct 19:20

Choose a tag to compare

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

This is largely a bug fix and a security release, with an XSS bug reported shahzaibak96 on Huntr.Dev that would allow potential XSS attacks to be executed in the "Changed" column as the names of things that were old/new were not being properly escaped. We encourage folks to upgrade.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.2.1...v6.2.2

v6.2.1

02 Oct 13:49

Choose a tag to compare

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

Oh hai there! v6.2.1 of Snipe-IT fixes a weird but important bug where if you had ANY encrypted custom fields, the asset history would show the changed values as encrypted, even if that specific field wasn't. We also did some polishing up of some of the UI elements, adding a copy icon next to license product keys and assets serials. (Let us know if you want that added elsewhere - those two seemed like a good start.) We also resolved a small usability bugaboo where when you'd click on the "new" icon, the name field (generally the first field in the modal) now takes the focus, which means you can start typing without having to click into the name field.

We've also improved the UI of the "Integrations" setting, where you can no longer add a non-URL ("test", for example) and save those settings. For the full details, see the changelog below!

We're going to double-down on focusing on Snipe-IT v7, so expect things to be a little quiet for a bit and then very, very loud. Snipe-IT v7 will require at least PHP v8.1 (and will support PHP v8.2+) and will clear the path for cool stuff like customizable action hooks, custom fields on more than just assets, and a bunch of other neat features.

Reminder that Snipe-IT v7 WILL REQUIRE PHP 8.1 or higher!! This is a slightly higher version than the PHP 8.0 version we've been saying for a while now, so please make sure you're ready.

We did have to comment out the new feature we were SO excited about - draggable columns. Nobody is sadder about that than we are, but in some circumstances, dragging a column would result in the data in that column being mismatched, so we had to make the very difficult call to pull the feature for now. We're still working on it, and we know how important a feature it is to many of you, but we have to make sure it's bulletproof this next time.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.2.0...v6.2.1

v6.2.0

25 Sep 10:20

Choose a tag to compare

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP 8.1 or greater

Welcome to the release notes for Snipe-IT 6.2. We've been trying to fix as many bugs (and sneak in as many small features) as we can before Snipe-IT v7 comes out.

Reminder that Snipe-IT v7 WILL REQUIRE PHP 8.1 or higher!! This is a slightly higher version than the PHP 8.0 version we've been saying for a while now, so please make sure you're ready. The reason for this slight bump in minimum requirements is that we've decided to launch Snipe-IT v7 on Laravel 10, which requires that slightly higher version. Our goal is to have Snipe-IT v7 out in a month or two.

Highlights

This release includes lots of bug fixes detailed below. It introduces a new label engine which will hopefully be a big help to those folks who have struggled with getting their specific printers to work with Snipe-IT labels, but also has a legacy fallback, so if you have things just right, nothing needs to change for now.

We've also added back the sticky header for long lists, and column-reordering in those table views:

Screen.Recording.2023-09-15.at.10.04.46.PM.mov

Additionally, we made some improvements to the importer, added a minimum quantity on models so you will get those alerts in your bell icon when you don't have enough of a particular asset model available. And we've fixed a few small inconsistencies in the API with regards to boolean fields.

Important! SCIM support did not previously support changing email addresses via Azure and some other SCIM clients. Under v6.2, that has been fixed, but if you were depending on the previous behavior, you may get unexpected results.

What's Changed

Read more

v6.1.2

05 Jul 13:43

Choose a tag to compare

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP8.1 or greater

What's Changed

This is a small point release that fixes some bugs and handles some SCIM debugging a little better.

What's Changed

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.1.1...v6.1.2

v6.1.1

21 Jun 18:21

Choose a tag to compare

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP8.0 or greater

What's Changed

This is a little long for a point release, but we didn't want to wait on it any longer. Tons of bug fixes and UI improvements, as well as a few new features:

New Stuff!

  • You can now import locations via the importer
  • You can now select a supplier for components and consumables
  • You can now add cool new dynamic links for warranty urls using placeholder variables that get populated by the asset information
  • You can now use more search ranges and multi-selectable values in the Custom Asset Report
  • You can now set custom fields to be auto-added to new fieldsets

Also: Google Workspace OAuth Login

The user must exist in Snipe-IT in order to login successfully)

Screenshot 2023-06-21 at 7 39 58 PM

Also Also: Ability to add fields to field sets on fieldset create/edit

Screen.Recording.2023-04-25.at.9.35.39.PM.mov

Also Also Also: Ability to auto-add fields to any new fieldsets that get created afterwards

Screen.Recording.2023-04-25.at.9.36.40.PM.mov

Also Added

Improved

Fixed

Read more

v6.1.0

07 Apr 21:14

Choose a tag to compare

⚠️ IMPORTANT: Future versions of Snipe-IT will require PHP8.0 or greater

Happy Friday everyone! Version 6.1.0 is out! As you can see from the changelog below, it's a big one! (It will be less dramatic if you've been pulling from master this whole time, but some folks only use tagged releases.)

We've made a ton of bug fixes and query optimizations in this release, and enhanced many aspects of the UI, including some big improvements to the importer UI (with more on the way.) Additionally, we've made lots more progress in replacing hard-coded English strings with translatable strings (much more work on that to come as well.)

We've also introduced a new "Merge Users" tool for those unfortunate scenarios where users were importer or added manually but the usernames didn't match, so duplicates were created by LDAP sync or SCIM:

Screen.Recording.2023-03-17.at.4.52.45.PM.mov

Which writes to the action log:

Screenshot 2023-03-17 at 5 14 04 PM

Since our last release, we've added two new developers to the team, @marcusmoore and @spencerrlongg! We're excited to see what great contributions they make to the project!

This will be the last release (barring emergency bugfixes and security patches) in the v6 line. Next up is v7 of Snipe-IT, which will bring even more good stuff like expanding webhooks, improved notifications, more logging and tons more.

What's Changed

Read more

v6.1.0-pre

28 Mar 10:56

Choose a tag to compare

v6.1.0-pre Pre-release
Pre-release

⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP8.0 or greater

What's Changed

Read more

v6.0.14

08 Dec 23:04

Choose a tag to compare

⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP8.0 or greater

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.13...v6.0.14

v6.0.13

03 Nov 21:19

Choose a tag to compare

⚠️ IMPORTANT: Later versions of Snipe-IT will require PHP8.0 or greater

What's Changed

New Contributors

Full Changelog: https://github.com/snipe/snipe-it/compare/v6.0.12...v6.0.13