Releases: aaronwmorris/indi-allsky
Release v7.6
- BREAKING CHANGE: Detection masks utilized before geometry changes
- GCP Storage
- pyCurl Camera for remote web cam support
- FITS image processing
- Raspberry Pi OS Bookworm/Debian 12 support
- Images stored in database using relative paths
- IIS and Hubble tracking info
- Satellite tracking in Astropanel
- Fix SCNR Average Neutral processing
- Removed GPS time sync
Release v7.4
Smoke data from NOAA HMS
16-bit CLAHE contrast enhancement
SyncAPI security enhancements
Passenger and CGI interfaces
Astropanel integration
Release v7.2
Release 7.2 is primarily an architecture change.
Previously, the camera/hardware management occurred in the same process as the main program loop. In release 7.2, I have separated the camera management from the main program loop. The main program loop only handles process management and config management. The capture process is now fully independent. A reload event now completely shuts down the indi client and a new process is created with a new client. If the indi process were to crash, a new process would get created within a few seconds.
This might also help (very slightly) with memory, since using separate processes in python multiprocessing performs a full copy of memory in the new processes. None of the memory related to indi and camera management is copied to the other processes anymore.
File transfer processes are now converted to threads. This should significantly reduce the impact of memory usage when more threads are used. I have increased the default threads to 2.
Release v7.1
Data from the NOAA Space Weather Prediction Center is used to predict the possibility of aurora activity.
Text overlay customizations.
Add image saturation controls.
Release 7.0
- Image stretching
- Docker support
Release v6.3
- Authentication handled directly in web application
- Multiple user support
- Multi-camera support in web portal
- Add passive indi camera support
- Multiple indi-allsky instances can utilize the same camera
- SyncAPI REST service
- Remote web portal
- S3 Object Storage support
- Multiple upload worker support
- MySQL/MariaDB support
- Configs stored/versioned in database
- libcamera temperature support
- File transfer credential encryption
- Logo overlay support
- Image circle mask
Release v6.0
Log Viewer
Image Stacking/Registration
Notification system
GPS Support
Active Cooling support
Release v5.6
Saved FITS and RAW images are now tracked in the database and made available in the image viewer.
Release v5.5
Using a different method to detect the bayer pattern for color cameras.
Release v5.4
Added key based authentication to pycurl and paramiko transfer classes