

Version 1.3.0 - 2021-11-02

    Changes:

    *   No longer vendoring qtpy, but made it a dependency.


Version 1.2.1 - 2016-11-02

    Changes:

    *   Fixed installer.


Version 1.2.0 - 2016-10-30

    Changes:

    *   Works with PyQt5.
    *   Shortcut keys for toggling callable and __special__ attributes.


Version 1.1.0 - 2016-10-01

    Changes:

    *   Works with Python 3
    *   Works with both PySide and PyQt4
    *   Integration with IPython event loop and refresh functionality (only IPython 4)
    *   Improved color, font and filters:
        -   All objects that are callable are displayed in blue.
        -   All objects that are attributes are displayed in italics.
        -   Callable attributes and __special__ attributes can be filtered.
    *   Toggling callable and __special__ attributes no longer collapses the entire tree.

    Bug fixes:

    *   Ordered dict keys are no longer sorted alphabetically.
    *   Fixed off-by-one error where where fetchMore added an empty row to the table.
    *   Various small bug fixes.

    License:

    *	Switched to the MIT license (was GPL v3) so it can be used by the Spyder project.
            https://github.com/spyder-ide/spyder/issues/558
            https://www.riverbankcomputing.com/pipermail/pyqt/2016-September/038129.html


Version 1.0.0 - 2014-03-30

    User visible changes:
    
    *   More sensible parameters for the browse() function.
    *   Made objbrowser extensible; it is possible to define your own columns.
    *   Added examples that show how to extend objbrowser.
    *   Added 'unicode' column. 
    *   Replaced 'value' column by a 'summary' column.
    *   Routines displayed in blue.
    *   __special__ attributes are displayed in italics.
    *   Alternate colors in the table.
    *   Persistent window settings.
     
    Bug fixes:

        (none)
    
    License:
    
    *	Using GPL version 3 (was version 2)

Version 0.9.0 - 2013-08-11

    First upload to Github.
