adsb-receiver/CHANGELOG.md

84 wiersze
4.2 KiB
Markdown
Czysty Zwykły widok Historia

2015-12-15 17:20:42 +00:00
# CHANGELOG :airplane:
The following is a history of the changes made to this project.
2016-05-12 16:33:11 +00:00
## v2.0.2 *(May 12th, 2016)*
2016-05-10 17:15:15 +00:00
2016-05-12 17:34:44 +00:00
* When reinstalling dump1090-mutability the user is no longer asked for LAT and LON.
2016-05-12 16:33:11 +00:00
* When using a remote MySQL database the database must already exist. *(advanced)*
2016-05-11 03:39:27 +00:00
* System information page now displays portal and patch versions.
* SQLite database permissions set properly so flight data can be recorded. *(advanced)*
2016-05-10 17:15:15 +00:00
* Adjusted the postback check function to possibly fix POST issues.
* Fixed bug where a malformed if statement was causing upgrade problems. *(advanced)*
* Links to aggregate site stats pages now open in a new web browser windows.
* The Postfix MTA package is now installed if not present.
2016-05-10 17:15:37 +00:00
* The bash scripts now detect Ubuntu 16.04 LTS and install the proper PHP packages.
2016-05-11 03:39:27 +00:00
* The current MySQL database size is displayed on the maintainance tab. *(advanced)*
2016-05-10 17:15:15 +00:00
2016-04-30 02:25:18 +00:00
## v2.0.1 *(April 29th, 2016)*
* Flight logging is now inserted properly into SQLite databases. *(advanced)*
* Remote MySQL database servers now handled properly by install scripts. *(advanced)*
* Separate flights now separated properly when viewing flight plots page. *(advanced)*
* Fixed issue where having the text ";&nbsp" was causing issues when stored in XML.
* Flights with no positions no longer display a PHP error when viewing plots. *(advanced)*
* Flight search box hidden on non advanced installations.
* All times are now stored as UTC time.
* Added the ability to specify the timezone the portal uses to display data.
* MySQL root password check added during script installation. *(advanced)*
* Directory where install/upgrade PHP files reside has been changed.
* Added warning not to remove the adsb-receiver directory after installation.
**Previous patches included in this release...**
* Added the version setting to be used to identifying the currently installed release.
* Added the patch setting to identify the current patch installed.
* Fixed issue with wireless bandwidth not being displayed on the system information page.
* The Python script flights.py should now import the proper libraries. *(advanced)*
* Wlan0 traffic now be displayed by the system gauges.
* Fixed issues pertaining to updating settings using the administration backend.
2016-04-15 00:42:22 +00:00
## v2.0.0 *(April 14th, 2016)*
* Versioning no longer going by date.
* MySQL is now a data storage option.
* SQLite is now a data storage option.
* Added an advanced portal option for use by those using more durable storage solutions.
* History of all flights seen including positions is available by choosing the advanced option.
* Added a way to reset forgotten portal passwords.
* Flight notifications can now process wildcards.
2016-04-06 00:58:49 +00:00
* The bandwidth gauge can now be set to a smaller scale.
* When posting blog entries existing titles are now checked for.
2016-03-07 23:55:49 +00:00
## March 7th, 2016
* Added the option to install the Flightradar24 client.
* Added administrator name and email address settings.
* Administrators are no longer required to change their password after their first login.
* Added the ability to display links to aggregate site statistics pages.
* Added near real time charts displaying current CPU, memory, and bandwidth usage.
* The author's name is now displayed when blog posts are rendered instead of their login.
* The settings page has been categorized and split into tabs.
* The portal no longer uses public CDN's to server jQuery and Bootstrap files.
* Scripts now exit properly when package fails to install.
2016-03-07 17:39:36 +00:00
* Flight notification alerts now display properly on map pages.
2016-03-04 10:03:58 +00:00
## March 4th, 2016
* Image created using Rasbian Jessie Lite version February 2016 in order to support Raspberry Pi 3.
* Improved readability of messages/aircraft graph.
* Added fix pertaining to the Planfinder link.
2016-03-04 10:03:58 +00:00
2016-02-18 16:19:39 +00:00
## February 18th, 2016
* Greatly improved the template system used by the web portal.
* Vistitors to the web portal can be alerted to the presence of aircraft using specified flight numbers.
* The user is now asked if they wish to bind dump1090-mutability to all IP addresses.
* Users can now choose to display range graph distances in nautical miles.
* Performance graph image sizes have been standardized.
2016-02-05 23:05:14 +00:00
## February 5th, 2016
2016-02-17 16:57:20 +00:00
* Initial tagged release.
* Raspbian Jessie Lite image now available.