INDI Changelog

What's new in INDI 1.1.0

Sep 8, 2015
  • INDI::Weather for support of weather devices.
  • INDI::GPS for support of GPS devices.
  • WunderGround weather driver.
  • Meade DSI I & II support.
  • FocusLynx focuser support.
  • PerfectStar focuser support.
  • World Coordinate System (WCS) support in generated FITS.
  • Updated Losmany driver.
  • New Celestron driver.
  • New IEQPro driver.
  • Support for custom parking in dome drivers.
  • Support Open Loop dome controllers.
  • Various QHY CCD & Filter Wheel fixes and QHY OSX support.
  • SBIG External Guide CCD fixes.
  • Custom parking support for Celestron/Astrophysics/AstroElectronics/IEQPro
  • Updated ASI ZWO drivers.
  • Updated Apogee library. Improved NET support in INDI Apogee driver.
  • Standarizing mount slew and track rates.
  • Video4Linux 2 fixes and improvements: (16bpp pixel formats(Y16 and BYR2), pwc
  • flashled, colorSpace/linearization, stacking), Simutaneous record/stream/exp. Stream
  • rate divisor. Rec. file patterns.
  • EQMod fixes: Keep tracking after joystick motion is stopped. Park initialization
  • always set encoders.
  • Improved support for drivers on ARM architecture.
  • Improved logging capability.
  • Deprecated: LX200Legacy and indimain library.

New in INDI 1.0.0 (Feb 18, 2015)

  • 3rdparty: Support for QHY CCDs and CFWs (BETA).
  • 3rdparty: Support for Meade DSI (BETA).
  • 3rdparty: Support for FFMV cameras.
  • Support for STAR2000.
  • Support for Baader dome.
  • Support for Baader SteelDrive focuser.
  • Support for dome slaving (BETA).
  • Subframing and debayer support in GPhoto driver.
  • Improved CFW handling and external tracking CCD for SBIG CCDs.
  • Add debayer support for color cameras with user-configurable options. Debayer is performed at the client level.
  • Fixed deinterlacing and subframing support in Starlight Xpress drivers.
  • Fixed issues with joystick support in some drivers. Added joystick support to focuser and filter wheels.
  • Improvements in generation of FITS header.
  • Improvement in performance of some drivers under SBCs like Raspberry PI.
  • Added fan and readout speed controls to QSI CCD.
  • Fixed locale issue in INDI driver.
  • Fixed regression in LX200Basic driver.
  • Fixed issue with INDI Server resetting environment variable for skeleton and config files.
  • Various fixes for loading/saving of user configuration.

New in INDI 0.9.7 (Nov 16, 2013)

  • Support for EQMod and ATIK CCD drivers in Linux and OSX.
  • Joystick support for telescope drivers.
  • Improved telescope and focuser drivers.
  • Bugfixes.

New in INDI 0.9.6 (Nov 20, 2012)

  • This version supports the Starlight Xpress Adaptive Optics unit, Arduino boards (with customizable drivers for common observatory auxiliary devices), and the GPUSB Guide Port Interface.
  • It improves support for Startlight Xpress CCDs and Filter wheels.

New in INDI 0.9.5 (Aug 18, 2012)

  • Major improvements to INDI Base and Client libraries, bugfixes in LX200, Magellan, and Celestron drivers, a new focuser simulator, and improvements to the existing simulator suite.

New in INDI 0.9.1 (Mar 21, 2012)

  • This version minor bugfix release fixes compilation issues on non-Linux OSes.

New in INDI 0.9.0 (Jan 16, 2012)

  • INDI::Base drivers are now used for most classes of astronomical instruments.
  • New iEQ45 GoTo German Equatorial Mount Driver.
  • New improved QSI CCD & Filter driver.
  • New improved Starlight Xpress CCD & Filter driver.
  • New improved RoboFocus driver.
  • libboost is no longer required to build libindi.
  • Improved support for building on non-Linux OSes.
  • Numerous bug fixes and minor improvements.

New in INDI 0.8.0 (Jun 7, 2011)

  • Support for new devices.
  • Starlight Xpress CCD and Filter Wheel.
  • EQ Synscan Mount.
  • TCFS Focuser.
  • QSI CCD.
  • Radio Astronomy Supplies Spectracyber Hydrogen Line Spectrometer.

New in INDI 0.7.1 (Nov 11, 2010)

  • A change filter bug in the true technology filter wheel was fixed.
  • INDI::Mediator functionality was improved, and buffer reading in INDI::BaseClient was fixed among other miscellaneous fixes.

New in INDI 0.7 (Nov 6, 2010)

  • Dynamic renaming of drivers upon run time: indiserver currently sends clients a static name of the driver, which is usually hard-coded in the driver source code. This presents a dilemma for identical drivers that need to run simultaneously. Suppose we have an encoder driver and two encoder devices (e.g. Alt & Az encoders). As it stands now, the driver cannot change its name (e.g. "ENCODER") to (e.g. "AZ_ENCODER") on run time. In libindi v0.7, indiserver supports dynamic renaming of drivers.
  • Standard helper API to create and utilize INDI clients: Sometimes it is necessary for a meta driver to act as client to other drivers (i.e. ability to send commands). Prior to v0.7, this mundane task was done manually. Now with the aid of helper classes, it is a trivial task.
  • Ability to load driver properties from an external XML file. No need to hard code properties any more!
  • Ability to write/read XML configuration files for driver values to be loaded at run time: Long requested feature is now at works! In libindi v0.7, all drivers under the new framework can automatically read and save XML configuration files for startup values or last-setup values.
  • Facilitating debugging and simulation of drivers.
  • New C++ framework to facilitate the development of new INDI drivers.
  • Multitude of new 3rd party drivers!
  • Several bug fixes for current drivers and framework.

New in INDI 0.6 (Nov 25, 2008)

  • Astrophysics mount support.
  • SBIG and Apogee driver support and enhancements.
  • A new modular build to support 3rd party drivers.
  • An updated API to facilitate scripting and automation of drivers.