Releases: grokability/snipe-it
Releases · grokability/snipe-it
v3.4
New in v3.4.0
- Importer: Implement item update (instead of just skip) and interface improvments (#2507)
- Allow X-Frame-Options to be disabled via
.envif necessary - Fix UTF-8 issues in imports
- Fixes #2516 - listbox error on new asset
- Generate password from create/edit asset user modal
- Fixed bug where last name was still required for users on the main create user form
- Moved import errors up higher on the screen for clarity
- Fixes #2510 and #2488 - CSS class added to images in views to fix overlap with large images
Custom Field Improvements
- Added list boxes as custom field type
- Added the option to encrypt text custom field values
- Only admins can see encrypted field values
- Only admins can EDIT encrypted values
- Put in a required exception on encrypted values if the user is not an admin and can edit the asset
Status Label Improvements
- Added option to include status labels (vs just status types) in sidenav
Misc Improvements
- Fixes #2469 - corrected config app.url
- Added Indonesian as a language
- Fixes #2491 - show asset tag on dashboard
- Nicer UI so that the custom validation regex box only appears if you've selected custom for validation
Known Issues:
- Trying to encrypt list boxes will behave weirdly - don't do it.
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.4.0-beta
New in v3.4.0-beta
- Importer: Implement item update (instead of just skip) and interface improvments (#2507)
- Allow X-Frame-Options to be disabled via
.envif necessary - Fix UTF-8 issues in imports
- Fixes #2516 - listbox error on new asset
- Generate password from create/edit asset user modal
- Fixed bug where last name was still required for users on the main create user form
- Moved import errors up higher on the screen for clarity
- Fixes #2510 and #2488 - CSS class added to images in views to fix overlap with large images
New in v3.4.0-alpha
Custom Field Improvements
- Added list boxes as custom field type
- Added the option to encrypt text custom field values
- Only admins can see encrypted field values
- Only admins can EDIT encrypted values
- Put in a required exception on encrypted values if the user is not an admin and can edit the asset
Status Label Improvements
- Added option to include status labels (vs just status types) in sidenav
Misc Improvements
- Fixes #2469 - corrected config app.url
- Added Indonesian as a language
- Fixes #2491 - show asset tag on dashboard
- Nicer UI so that the custom validation regex box only appears if you've selected custom for validation
Known Issues:
- Trying to encrypt list boxes will behave weirdly - don't do it.
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.4.0-alpha
New in v3.4.0-alpha
Custom Fields
- Added list boxes as custom field type
- Added the option to encrypt text custom field values
- Only admins can see encrypted field values
- Only admins can EDIT encrypted values
- Put in a required exception on encrypted values if the user is not an admin and can edit the asset
Status Labels
- Added option to include status labels (vs just status types) in sidenav
Misc
- Fixes #2469 - corrected config app.url
- Added Indonesian as a language
- Fixes #2491 - show asset tag on dashboard
- Nicer UI so that the custom validation regex box only appears if you've selected custom for validation
Known Issues:
- Trying to encrypt list boxes will behave weirdly - don't do it.
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.3.0
- Cleaned up a few more views with newer "required" indicators (versus old asterisks)
- Allow admin to turn LDAP password sync off on user LDAP login
- Fixes #2406 - added missing gate for assets.edit
- Add maintenance notes to maintenances tab in hardware view
- Eager load asset query on maintenances to prevent n+1 queries
- Use showAssetName instead of $asset->name to include the asset tag in asset acceptance screen
- New (very rough) import history option lets you import historical checkins
- Validate that purchase_cost is a numeric value
- Fixes #2404 Only update name of asset if it isn't null
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.3.0-beta
- Cleaned up a few more views with newer "required" indicators (versus old asterisks)
- Allow admin to turn LDAP password sync off
- Fixes #2406 - added missing gate for assets.edit
- Add maintenance notes to maintenances tab in hardware view
- Eager load asset query on maintenances to prevent n+1 queries
- Use showAssetName instead of $asset->name to include the asset tag in asset acceptance screen
- New (very rough) import history option lets you import historical checkins
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.2.0
- Small UX refinements
- Small bug fixes
- Added Username and Custom Field options to Custom Asset Report
- Additional, finer-grained permission model
- Custom color for status labels in chart on dashboard
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
php artisan config:clear
v3.1.0
v3.0
Please make sure you follow the complete upgrading instructions available here.
Changes:
A full list of new features is available here. (There are a lot of them!):
- New look+feel
- Components section
- Minimum quantity for consumables, accessories, and components
- User-selectable language preferences
- Improved label printing and settings
- AD/LDAP improvements
- Additional validation types in custom fields
- Ability to purge soft-deleted records
- Removal of Sentry library
- Upgraded to Laravel 5.2
- New .env configuration file
- Web-based pre-flight check
- Lots of additional bug fixes from RC2.
- Importer improvements
- AuthServiceProvider for permissions
- Security fix for Guzzle for CVE-2016-5385
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
You may also need to clear the contents (without removing the directory) of app/storage/views, to clear out any cached views on the system.
v3.0-beta.3
- Bugfixes
- Basic custom fields importer
v3.0-beta
- Lots of additional bug fixes from RC2.
- Importer improvements
- AuthServiceProvider for permissions
Remember to run:
php composer.phar install --no-dev --prefer-source
php composer.phar dump-autoload
php artisan migrate
You may also need to clear the contents (without removing the directory) of app/storage/views, to clear out any cached views on the system.