- Switched to loguru for logging - changed how config works, default location is ~/.kodi_cli/kodi_cli.cfg - location of the log file will be in same directory as config (~/.kodi_cli)
0.1.9
- Fix bug for locating json definition files - Fix bug for handling boolean input parameters
- Use official kodi repo json files for methods and type definitions (replacing kodi_namespaces.json) - Updated parsing for help messages - bug fix for building paraneter strings when calling the RPC endpoints
0.1.6
- Fixed AddOn.GetAddons - Set following as defaults in GetAddons: property=[name] limit={start=0,max=99} - Handle objects in parameters (treat as dictionary)
0.1.3
- Fix distribution - Add kodi_help_tester.py - used to check the help output