This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Releases: ciliatus/ciliatus-legacy
Releases · ciliatus/ciliatus-legacy
v1.10-beta
- Changelog: https://github.com/ciliatus/ciliatus/milestone/6?closed=1
- Bugfixes, preparations for 2.0
v1.9-beta
- Upgraded to Laravel 5.5
- Performance: Added a few MySQL indices to improve performance. More will follow as required.
- As this is mostly a bug fix and optimization release there are many under-the-hood changes, refactoring and bug fixes.
v1.8-beta
- Rebased on Laravel 5.4
- Rebased sass and js compilation on webpack (https://laravel.com/docs/5.4/mix)
- Rebased css and js framework to allow easier upgrades
- Adjusted orange tone and night mode colors to work better when using tools like f.lux
- API calls after session timeouts will result in an automatic redirection to the login page. Login form now shows errors
- Simplified UI for user permissions
- Moved redundant controller index logic to parent ApiController
- Added env variable to configure session lifetime
- User abilities are now automatically configured in AuthServiceProvider after adding them in UserAbility::abilities
- More tests and refactoring
v1.7-beta
- Added the first batch of feature tests and TravisCI
- Implemented integration of InfluxDB for sensor readings allowing you to connect tools like Grafana to Ciliatus
- Biography entries can now have links to existing files
- Fixed bug where terrarium caching was returning empty data
- Moved to Redis as default caching backend. Memcached is still supported
- Reworked back- and frontend of sensor reading visualization with Dygraph
- Many bugfixes and UI improvements
v1.6-beta
- We have a logo
- Added experimental support for voice control using API.AI
- Moved docs to https://ciliatus.io/docs
- Added and improved some edit forms
- Added some missing dashboard features like skipping scheduled action sequences
- Reorganized parts of the main menu and added list widget for action sequences
- Added option to set created_at for e.g. sensor readings on creation to allow control units to cache readings when the API is not reachable.
v1.5-beta
- Refactored parts of the code for fetching sensor reading and fixed caching
- Improved animal and terrarium card views by adding pagination and filters
- Added property fields to component edit forms
- Under the hood changes to further reduce code duplication
v1.4-beta
- Suggestions: Every sunday you will now receive suggestions on your dashboard for reommended Action Sequences
- Update Eventy of large objects (for now: Terrarium, Animal) will now only transmit it's id and vue will pull the object from the API to avoid running into Pusher event size limitations
- As always: Many bugfixes
To update from v1.3-beta please read the Wiki page
v1.3-beta
- Added OAuth (Laravel Passport) for API requests
- Consolidated all scheduled tasks as laravel schedules (see Wiki)
- Most component overviews now use table view instead of widgets
- Refactored API filtering to allow filtering by columns of related models
- Upgraded to Laravel 5.4, materializecss v0.98.0 and updated all vendor libraries
- Improved caching. Terrarium overview should load much faster when using the new schedules to keep cache up-tp-date.
- Moved logic from controller methods to Models and refactored many methods
- Refactored file details, added thumbnails and previews for images
- A lot of cleanup and many bugfixes
To update from v1.2-beta please read the Wiki page
v1.2-beta
Introducing generic components, action sequence triggers and intentions:
- Define component types and their properties to create any kind of component and use them in action sequences.
- Assign intentions to action sequences to automatically start counter measures once a critical state occurs.
- Define conditions based on logical sensors to trigger action sequences.
v1.1-beta
Second beta release, here we go.
- Added caresheets - Need to go to the vet? Let ciliatus generate a caresheet with everything you need to know about your animal's health and environment.
- Added biographies - Document everything about your animals
- Refactored dashboard
- Refactored show views
- Added connection indicator to side nav
- Expanded API filters
- Many bugfixes