Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor CLI enhancements, mycroft-cli-client fix #1036 #1038

Merged
merged 2 commits into from
Aug 31, 2017

Commits on Aug 30, 2017

  1. Minor CLI fixes and enhancements

    Several changes to CLI behavior, all minor:
    * Inverted the behavior or PgUp/PgDn.  I think it was just wrong
    * Added "oldest" and "newest" indicators to the log listing to
      simplify finding your way inside the logs
    * Added support for _not_ scrolling when in the middle of the log
      output.  It will now only auto-scroll when already at the front
      of the log so you keep seeing new messages automatically.
    * Added a heading for the mic output level
    * Limited the mic output level to just the size of the bottom
      area (previously it was proportional to the screen height)
    * FIX: Changed the default filter string for viseme
    * FIX: The saving of settings was broken
    * Ran autopep8 which added a few bits of whitespace here and there
    Steve Penrod committed Aug 30, 2017
    Configuration menu
    Copy the full SHA
    031e07b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2017

  1. Correcting CLI handling of main() for issue #1036

    The idiom for handling main() was incorrect to allow the CLI
    to be invoked by the mycroft-cli-clent script.
    
    ==== Fixed Issues ====
    Steve Penrod committed Aug 31, 2017
    Configuration menu
    Copy the full SHA
    b99ddc6 View commit details
    Browse the repository at this point in the history