Releases: snipe/snipe-it
v2.0.1
v2.0
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
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
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
- 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
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
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
- 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
v1.2.7-master
(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
.