Skip to content

Releases: snipe/snipe-it

v1.2.7-beta

30 Apr 01:06
Compare
Choose a tag to compare
v1.2.7-beta Pre-release
Pre-release
  • 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

v1.2.6.1

12 Mar 21:20
Compare
Choose a tag to compare
  • fix for bad seed data
  • fix for one migration that will fail if MySQL is set to strict mode
  • updated Sentry version

Please don't forget to run:

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

v1.2.6

28 Feb 20:36
Compare
Choose a tag to compare
  • Added Docker support
  • Removed automatic DB seed on install
  • Fixed bug in seed data
  • Added basic CSV user import
  • Fixed #539 - Allow checked out assets to be requestable
  • Fixed a bug when no assets are in table that the auto increment method blows up
  • Fixes #476 - added logo upload and header color
  • Cleaned up settings form for nicer display
  • Added default EULA and category-based EULAs
  • Added user-acceptance
  • Added a sweet dashboard
  • Layout improvements, nicer icons
  • Fixed #565 - Soft Delete Models and Allow Restore
  • Added accessories

Please don't forget to run:

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

v1.2.6-beta

27 Feb 03:19
Compare
Choose a tag to compare
v1.2.6-beta Pre-release
Pre-release
Bumped version for release

v1.2.5

18 Feb 03:19
Compare
Choose a tag to compare
  • Fixed #511 - bug in depreciation calculation for assets
  • Fixed #440 - removed unique constraint on serial
  • Fixed #439 - load javascript and CSS locally for installs that cannot talk to the outside world
  • Fixed #525 - added serial to asset model UI
  • Fixed #523 - added file uploads to assets
  • Fixed #457 - added bulk edit options to hardware
  • Fixed #520 - state no longer required
  • Fixed #520 - postal code requirement less strict now for non-US post codes
  • Fixed #517 - Bug in requestable assets display
  • Fixed #518 - license count issue
  • Fixed bug where MAC address was not showing on models with it enabled
  • Fixed asset DB seeder with duplicate serial

Please don't forget to run:

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

v1.2.4

12 Feb 06:59
Compare
Choose a tag to compare
  • Bug fixes on status labels and asset reports
  • Added new archived, pending and deployable status labels (no longer limited to just undeployable assets)
  • Added MAC address option to asset models. If checked, the MAC address field will be visible for assets
  • Compacted licenses screen for less paging when many licenses are present
  • Added view to see which assets are associated with specific categories and manufacturers
  • Added ability to view deleted assets
  • Added user-viewable requestable assets page (no option to request yet)

Please don't forget to run:

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

v1.2.4-beta

11 Feb 01:14
Compare
Choose a tag to compare
v1.2.4-beta Pre-release
Pre-release

Beta candidate for v1.2.4.

  • Bug fixes on status labels and asset reports
  • Added new archived, pending and deployable status labels (no longer limited to just undeployable assets)

Please don't forget to run:

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

v1.2.3

09 Feb 00:23
Compare
Choose a tag to compare
  • Added file uploads to licenses
  • Bug fixes

Please don't forget to run:

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

You will also need to make the new directory on the server writable:

app/private_uploads should be writable by the web server.

v1.2.3-beta

07 Feb 06:07
Compare
Choose a tag to compare
v1.2.3-beta Pre-release
Pre-release
  • Added file uploads to licenses,
  • Bug fixes

Please don't forget to run:

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

You will also need to make a new directory on the server writable:

app/private_uploads should be writable by the web server.

v1.2.2

22 Jan 23:43
Compare
Choose a tag to compare

This is a minor point release that fixes a few missing language strings and adds a few cosmetic improvements on certain screens.

  • Bug fixes

Please don't forget to run:

php composer.phar dump-autoload