Skip to content

v6.1.1

Compare
Choose a tag to compare
@snipe snipe released this 21 Jun 18:21
· 2704 commits to master since this release

⚠️ 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

  • Small tooltip improvements for undeployable items in table view by @snipe in #12867
  • Allow an environment variable to set the session cookie path by @joelpittet in #12877
  • Change from a standard Eloquent mapping for ID to a custom setRead by @uberbrady in #12913
  • Use the asset tag instead of asset name if no name is given on delete modal by @snipe in #12929
  • Env-ify hashing variables, setting the normal defaults by @snipe in #12928
  • Remove the loading of asset maintenances that are not used by view by @marcusmoore in #12943
  • Use environment variable and default to PHP's sendmail_path by @joelpittet in #12878
  • Show signature column in asset history regardless of “require sig” state by @snipe in #12974
  • Add optional filename to backup by @snipe in #12983
  • Check that the filename we pass ends in zip, add it if not by @snipe in #12984
  • Refactor of #12955 by @inietov in #12976
  • Increase state from 3 chars by @snipe in #12985
  • Pass filename to pre-import backup by @snipe in #12986
  • Buttons on the Accessory View Page by @akemidx in #12982
  • Add ChipperCI configuration by @marcusmoore in #12989
  • Add eager loading to Asset Models controller by @marcusmoore in #13069
  • Added Multiselect of companies for custom reports by @Godmartinz in #12831
  • Updated translation strings by @snipe in #13164
  • Refactor importer for localization by @snipe in #13041
  • Lots if importer UI mapping improvements

Fixed

New Contributors

Full Changelog: v6.1.0...v6.1.1