Skip to content

GoogleHome CLI Release 2.1

Latest
Compare
Choose a tag to compare
@Potato1682 Potato1682 released this 21 Nov 12:09
· 14 commits to master since this release
efde0a7

Overview

We've changed the design a little and improved the environment to make it easier to develop.

Changes

  • Changed the output type of the console (changed from a mechanism that applies a color to the character itself to a mechanism that uses a background color)
  • Added history search
  • Added threads for autosuggestions and history

Features (for contributors)

  • New package managing (requirements.txt -> Pipfile)
  • Added a linter and a code formatters