Skip to content

Releases: snipe/snipe-it

v2.0.1

04 Sep 02:28
Compare
Choose a tag to compare

Minor point release with updated Docker configs, minor display tweaks.

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

v2.0

26 Aug 02:49
Compare
Choose a tag to compare

New in 2.0

  • More fields in bulk edit - #736
  • Show groups in user list - #599
  • Added location heirarchy to allow parent/child locations - #759
  • Fixed #784 - add "create accessory" to topnav
  • Fixed bug in default location
  • Changed text to icons for more compacted view
  • Added accessories and location
  • Fix so Dashboard points to app url in app.php
  • Populate form with parent location info - #759
  • Fix for location totals
  • Eager load assigned asset locations
  • Nicer locations listing layout
  • Add model name if no asset name - #795
  • Fixed missing text in file delete confirmation - #799
  • Better escaping on activity report page
  • Fixed missing string for action
  • Added Korean translation
  • Composer update for bin path
  • Added consumabled section
  • Addresses #577 and Fixed #165 - switch from email to username
  • Set https as default protocol in sample config
  • Location and email no longer required for users
  • Added fideveloper proxy and DB/uploads automated backup
  • Eager loading user info
  • Removed status label field if asset is checked out - #833
  • Fixed bad seed data - #839
  • Added license expiration alert - #280, #64 and #860
  • Lazy eager load history for optimized queries
  • Tightened up history snapshot on dashboard
  • Added pagination on user history
  • Added compatibility mode for IE - #869
  • Smaller text requirement for address2
  • Added location-specific currency and site default currency - #819
  • Display bug fixed for #819
  • Added session config file
  • Disallow checkout of assets when status is not set to deployable
  • Added location to user listing
  • Basic LDAP sync and login
  • License CLI importer
  • Added password generator to user creation
  • Added notes search to licenses page
  • Ability to edit asset name during checkout - #1081

Upgrading

If you plan to take advantage of the LDAP features, you will need to make sure the php-ldap extension is installed. You will also need to copy the app/config/production/ldap.example.php file to app/config/ldap.php and update it with your LDAP settings.

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

v2.0-RC-1

20 Aug 00:58
Compare
Choose a tag to compare
v2.0-RC-1 Pre-release
Pre-release

Release candidate for 2.0.

PLEASE TEST AND REPORT BUGS!

This is a big release and should be stable, so we're expecting we may have missed a few things.

  • More fields in bulk edit - #736
  • Show groups in user list - #599
  • Added location heirarchy to allow parent/child locations - #759
  • Fixed #784 - add "create accessory" to topnav
  • Fixed bug in default location
  • Changed text to icons for more compacted view
  • Added accessories and location
  • Fix so Dashboard points to app url in app.php
  • Populate form with parent location info - #759
  • Fix for location totals
  • Eager load assigned asset locations
  • Nicer locations listing layout
  • Add model name if no asset name - #795
  • Fixed missing text in file delete confirmation - #799
  • Better escaping on activity report page
  • Fixed missing string for action
  • Added Korean translation
  • Composer update for bin path
  • Added consumabled section
  • Addresses #577 and Fixed #165 - switch from email to username
  • Set https as default protocol in sample config
  • Location and email no longer required for users
  • Added fideveloper proxy and DB/uploads automated backup
  • Eager loading user info
  • Removed status label field if asset is checked out - #833
  • Fixed bad seed data - #839
  • Added license expiration alert - #280, #64 and #860
  • Lazy eager load history for optimized queries
  • Tightened up history snapshot on dashboard
  • Added pagination on user history
  • Added compatibility mode for IE - #869
  • Smaller text requirement for address2
  • Added location-specific currency and site default currency - #819
  • Display bug fixed for #819
  • Added session config file
  • Disallow checkout of assets when status is not set to deployable
  • Added location to user listing
  • Basic LDAP sync and login
  • License CLI importer
  • Added password generator to user creation
  • Added notes search to licenses page
  • Ability to edit asset name during checkout - #1081

Upgrading

If you plan to take advantage of the LDAP features, you will need to make sure the php-ldap extension is installed. You will also need to copy the app/config/production/ldap.example.php file to app/config/ldap.php and update it with your LDAP settings.

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

v2.0-pre-beta2

15 Aug 05:20
Compare
Choose a tag to compare
v2.0-pre-beta2 Pre-release
Pre-release

HOLY CRAP IT'S LDAP!

LDAP user sync and authentication is now implemented. Be sure to configure your LDAP settings by copying the file at app/config/production/ldap.example.php to app/config/production/ldap.php and completing the fields there.

v1.2.11

14 Aug 21:34
Compare
Choose a tag to compare
  • Added License importer
  • Renamed Asset importer

See http://docs.snipeitapp.com for instructions on using the importers.

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

v1.2.10

06 Aug 11:01
Compare
Choose a tag to compare

This is mostly a maintenance release with minor bug fixes. New features are currently only being developed for the 2.0 branch.

  • Added location to user listing

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

v1.2.9

27 Jul 22:43
Compare
Choose a tag to compare

This is mostly a maintenance release with minor bug fixes. New features are currently only being developed for the 2.0 branch. (I promise we'll get better with semantic versioning once 2.0 comes out.)

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

v2.0-pre-beta

09 Jul 08:03
Compare
Choose a tag to compare
v2.0-pre-beta Pre-release
Pre-release
  • More fields in bulk edit - #736
  • Show groups in user list - #599
  • Added location heirarchy to allow parent/child locations - #759
  • Fixed #784 - add "create accessory" to topnav
  • Fixed bug in default location
  • Changed text to icons for more compacted view
  • Added accessories and location
  • Fix so Dashboard points to app url in app.php
  • Populate form with parent location info - #759
  • Fix for location totals
  • Eager load assigned asset locations
  • Nicer locations listing layout
  • Add model name if no asset name - #795
  • Fixed missing text in file delete confirmation - #799
  • Better escaping on activity report page
  • Fixed missing string for action
  • Added Korean translation
  • Composer update for bin path
  • Added consumabled section
  • Addresses #577 and Fixed #165 - switch from email to username
  • Set https as default protocol in sample config
  • Location and email no longer required for users
  • Added fideveloper proxy and DB/uploads automated backup
  • Eager loading user info
  • Removed status label field if asset is checked out - #833
  • Fixed bad seed data - #839
  • Added license expiration alert - #280, #64 and #860
  • Lazy eager load history for optimized queries
  • Tightened up history snapshot on dashboard
  • Added pagination on user history
  • Added compatibility mode for IE - #869
  • Smaller text requirement for address2
  • Added location-specific currency and site default currency - #819
  • Display bugFixed for #819
  • Added session config file
  • Disallow checkout of assets when status is not set to deployable

v1.2.8

19 Jun 18:29
Compare
Choose a tag to compare

Minor bugfixes for user import when MySQL is in strict mode.

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

v1.2.7-master

01 Jun 18:56
Compare
Choose a tag to compare

(This is effectively the same as the one from develop, but the versioning script wasn't picking it up correctly as 1.2.7)

  • EULA fixes
  • Added Slack integration on checkin/checkout (more actions coming soon)
  • Fixes for #766 - add activity report
  • Better DataTables handling of larger datasets
  • Added DataTables TableTools
  • Added zip/rar to accepted file types for file uploads
  • Added Contributor Code of Conduct
  • Update to Senry 2.1.5 for security vulnerability
  • Added User Notes field to users
  • Additional localization fixes
  • Resolved some deps from vendor changes
  • Removed unsupported languages for faster deployment

After copying over the new version, please don't forget to run:

php composer.phar install
php composer.phar dump-autoload
php artisan migrate

Also please delete the contents (not the directories themselves) of app/storage/views and app/storage/cache.