Skip to content

Commit

Permalink
Update changelog for 0.1a1 release and add statement about python
Browse files Browse the repository at this point in the history
version support in original release
  • Loading branch information
steveatinfincia committed Jan 12, 2015
1 parent 0f1f92f commit 545c158
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,35 @@ Changelog
.. currentmodule:: PyAirview


Unreleased
----------
Release 0.1a1
-------------

- Rename libairview module to pyairview to match project name (same for test app)

- Automatic testing with Travis-CI. Just tests importing the pyairview module
for now, but that is enough to discover certain simple bugs. Code to simulate
a serial connection to an actual Airview device will be added soon, which is
necessary in order to actually test anything in the library itself

- Make start_scan() command non-blocking, caller is expected to handle managing
the library as part of a runloop etc.

- Add disconnect() command to close the serial port if needed

- Add 'es' command to instruct Airview to end the current RSSI scan
- Allow calling code to safely start and stop scanning whenever needed

- Handle situations where partial responses are left in the serial buffer

- Add support for newly discovered 'es' command to instruct Airview to end the
current scan

- Add automatic parsing of device info from 'gdi' command, each element is put
into a dictionary with public module constants provided for each key


Release 0.1a0
-------------

- Support for Python 2.7 only for now, 3.2+ is being worked on

- Initial alpha release

0 comments on commit 545c158

Please sign in to comment.