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

Testing release automation changes #1

Merged
merged 231 commits into from
Apr 13, 2023
Merged

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    56d0d65 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Merge pull request #3 from NeonDaniel/LOG_UpdateMissingConfLog

    Adds checked path to log that root config path was not found
    JarbasAl committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    6e10f6d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. release0.0.12/extract get_local_settings and save_settings from ovos-…

    …core (#4)
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    28badf8 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Configuration menu
    Copy the full SHA
    e0027b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. fix/dict_nested_delete

    JarbasAl committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7620990 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    cd5d190 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. refactor/improve_enclosure_api (OpenVoiceOS#8)

    update enclosure API to match mycroft-core (add missing methods/args)
    
    ensure skill_id is always added to message.context
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f567695 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. feat/more_file_utils (OpenVoiceOS#9)

    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    8f13603 View commit details
    Browse the repository at this point in the history
  2. Feat/better stop watch (OpenVoiceOS#10)

    * feat/better_stop_watch
    adds new property delta to stopwatch class
    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    6908517 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2021

  1. Ovos conf (OpenVoiceOS#12)

    * feat/ovos.conf support
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Dec 8, 2021
    Configuration menu
    Copy the full SHA
    9cc22f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. fix/play_audio (OpenVoiceOS#14)

    * fix/play_audio
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    639a7e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Refactor requirements to read from files (OpenVoiceOS#15)

    * Refactor requirements to read from files
    Add loose dependency specs to all requirements
    
    * Add extra dependency installation to unit tests
    
    * Fix typo in setup.py extra requirements
    
    * Update dependencies based on feedback
    
    authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    0c642f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Loosen dependency versions for OVOS image compat (OpenVoiceOS#16)

    authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    428869f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. refactor/deprecate_inflection (OpenVoiceOS#19)

    * refactor/deprecate_inflection
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    f5e9694 View commit details
    Browse the repository at this point in the history
  2. feat/license tests workflow (OpenVoiceOS#22)

    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7559643 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Update license_tests.yml

    JarbasAl committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    34b0199 View commit details
    Browse the repository at this point in the history
  2. refactor/bump_requests (OpenVoiceOS#20)

    * refactor/bump_requests
    
    bump min version to avoid GPL transient dependency (chardet)
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    10f71bd View commit details
    Browse the repository at this point in the history
  3. refactor/replace_pyxdg (OpenVoiceOS#21)

    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    b64d7b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. fix/xdg paths in non-mycroft installs

    release 0.0.14
    
    intermediate release on the way to 0.1.0
    JarbasAl committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    8120b16 View commit details
    Browse the repository at this point in the history
  2. fix/fallback_mycroft.conf

    ensure a fallback mycroft.conf is available to provide default values in non mycroft installs
    
    release 0.0.15
    
    intermediate release on the way to 0.1.0
    JarbasAl committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    f2fd0d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Add back colour dependency (OpenVoiceOS#24)

    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    67f1625 View commit details
    Browse the repository at this point in the history
  2. Add user config home to get_xdg_config_dirs (OpenVoiceOS#23)

    authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    7b09614 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9755ffb View commit details
    Browse the repository at this point in the history
  4. Feat/pypi workflow (OpenVoiceOS#25)

    * feat/pypi_workflow
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    905ea05 View commit details
    Browse the repository at this point in the history
  5. Increment Version

    JarbasAl authored and actions-user committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    2e7c212 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Fix typo in configuration paths

    Daniel McKnight committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    4808220 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OpenVoiceOS#27 from NeonDaniel/FIX_LogicalErrorInX…

    …DGConfigDirs
    
    Fix typo in configuration paths
    ChanceNCounter committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    c133988 View commit details
    Browse the repository at this point in the history
  3. Increment Version

    ChanceNCounter authored and actions-user committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    7a8e6bc View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. fix/ovos.conf reading (OpenVoiceOS#28)

    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8c00881 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and actions-user committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    e136afe View commit details
    Browse the repository at this point in the history
  3. Feat/diagnostic mode (OpenVoiceOS#18)

    * feat/diagnostic_mode
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    4b3633a View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and actions-user committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1f3eed2 View commit details
    Browse the repository at this point in the history
  5. feat/packaging workflows (OpenVoiceOS#29)

    * feat/packaging workflows
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    962b147 View commit details
    Browse the repository at this point in the history
  6. Increment Version

    JarbasAl authored and actions-user committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8d3f071 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57f7909 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. feat/packaging workflows (OpenVoiceOS#30)

    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    16c947e View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and actions-user committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    176f462 View commit details
    Browse the repository at this point in the history
  3. Handle stopwatch.stop before started (OpenVoiceOS#31)

    * Handle stopwatchj.stop before started
    Add stopwatch unit tests (duplicated from neon-utils)
    
    * Add repo checkout handling for forked repos
    
    * Fix typo in checkout action
    
    * Fix checkout action repository reference
    Add names to identify which checkout step runs
    
    * Debug GH envvars
    
    * Fix typo in GH envvar spec
    
    authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    5ab243d View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and actions-user committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    f5ef4e6 View commit details
    Browse the repository at this point in the history
  5. Update version.py

    manually fix version mess up during workflow setup
    JarbasAl committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    c45e0c4 View commit details
    Browse the repository at this point in the history
  6. fix changelog text

    JarbasAl committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    ccaae37 View commit details
    Browse the repository at this point in the history
  7. feat/packaging workflows (OpenVoiceOS#32)

    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    9e3c202 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Refactor/remove deprecated (OpenVoiceOS#11)

    * refactor/remove_deprecated
    
    * deprecate color utils
    
    Deprecate parse utils extracted from wikipedia_for_humans
    
    * rm tests
    
    * tests
    
    * rm parse tests
    
    * 0.1.0a1
    
    * rm old tests
    
    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    5699b3d View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and actions-user committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    a7a1e7e View commit details
    Browse the repository at this point in the history
  3. fix/platform_detect (OpenVoiceOS#33)

    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    244d7dc View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and actions-user committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    bfffd39 View commit details
    Browse the repository at this point in the history
  5. Declare alpha stable

    JarbasAl authored and actions-user committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ec291f4 View commit details
    Browse the repository at this point in the history
  6. Prepare Next Version

    JarbasAl authored and actions-user committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ae1ce31 View commit details
    Browse the repository at this point in the history
  7. Fix/resolve resource file (OpenVoiceOS#34)

    * fix/platform_detect
    
    * fix/resolve_resource_file
    
    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    9d80998 View commit details
    Browse the repository at this point in the history
  8. Increment Version

    JarbasAl authored and actions-user committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ba0e229 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. add process_utils.py (OpenVoiceOS#35)

    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    4d8cbb6 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and actions-user committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    fa41052 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. feat/list_utils (OpenVoiceOS#36)

    add util to flatten list, taken from quebra_frases
    
    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    df9dafe View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and actions-user committed Mar 23, 2022
    Configuration menu
    Copy the full SHA
    c6756b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. notify matrix chat on PR merged (OpenVoiceOS#37)

    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    e5ee93a View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    985df1e View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c59668b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Declare alpha stable

    NeonDaniel authored and github-actions[bot] committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0c9a7b3 View commit details
    Browse the repository at this point in the history
  2. Prepare Next Version

    NeonDaniel authored and github-actions[bot] committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    cc9092e View commit details
    Browse the repository at this point in the history

Commits on May 7, 2022

  1. Fix/adapt (OpenVoiceOS#39)

    * fix/optional_adapt
    
    adapt should not be imported
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl committed May 7, 2022
    Configuration menu
    Copy the full SHA
    c7de616 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed May 7, 2022
    Configuration menu
    Copy the full SHA
    55c6476 View commit details
    Browse the repository at this point in the history
  3. Fix/remove unused dep (OpenVoiceOS#40)

    * add process_utils.py
    
    * notify matrix chat on PR merged
    
    * rm pyaml dependency
    
    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed May 7, 2022
    Configuration menu
    Copy the full SHA
    f1d295f View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed May 7, 2022
    Configuration menu
    Copy the full SHA
    6e060e0 View commit details
    Browse the repository at this point in the history
  5. add sdist (OpenVoiceOS#41)

    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed May 7, 2022
    Configuration menu
    Copy the full SHA
    ffbccf8 View commit details
    Browse the repository at this point in the history
  6. Increment Version

    JarbasAl authored and github-actions[bot] committed May 7, 2022
    Configuration menu
    Copy the full SHA
    2d01390 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. refactor/no_adapt (OpenVoiceOS#42)

    some helper classes providing only syntactic sugar required adapt-parser, these have been refactored and moved into ovos_utils to avoid dragging adapt-parser dependency (except for skills service)
    
    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    JarbasAl and JarbasAl committed May 9, 2022
    Configuration menu
    Copy the full SHA
    621a54a View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed May 9, 2022
    Configuration menu
    Copy the full SHA
    a8ec6da View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Add widgets helper (OpenVoiceOS#43)

    * add widgets helper
    
    * move logging to debug
    AIIX committed May 12, 2022
    Configuration menu
    Copy the full SHA
    8ecdf1a View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed May 12, 2022
    Configuration menu
    Copy the full SHA
    6c10f80 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. add InputDeviceHelper to detect available inputs on current system (O…

    …penVoiceOS#44)
    
    * add InputDeviceHelper to detect available inputs on current system
    
    * add exception if libinput not found, rename check functions for ease of use
    
    * add easy access functions to input helper
    AIIX committed May 17, 2022
    Configuration menu
    Copy the full SHA
    1f85d15 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed May 17, 2022
    Configuration menu
    Copy the full SHA
    04b9ae1 View commit details
    Browse the repository at this point in the history
  3. Declare alpha stable

    JarbasAl authored and github-actions[bot] committed May 17, 2022
    Configuration menu
    Copy the full SHA
    2001c68 View commit details
    Browse the repository at this point in the history
  4. Prepare Next Version

    JarbasAl authored and github-actions[bot] committed May 17, 2022
    Configuration menu
    Copy the full SHA
    f069553 View commit details
    Browse the repository at this point in the history
  5. support ovos-shell (OpenVoiceOS#45)

    latest version of ovos-shell renamed the binary
    JarbasAl committed May 17, 2022
    Configuration menu
    Copy the full SHA
    0705124 View commit details
    Browse the repository at this point in the history
  6. Increment Version

    JarbasAl authored and github-actions[bot] committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c5300d0 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. feat/lang_utils (OpenVoiceOS#47)

    helper methods to retrieve active language from bus messages and lingua_franca
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed May 31, 2022
    Configuration menu
    Copy the full SHA
    651c5d9 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed May 31, 2022
    Configuration menu
    Copy the full SHA
    670d458 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2022

  1. fix/full_lang (OpenVoiceOS#48)

    lang utils were using wrong LF method and not returning the full lang code
    
    this causes issues when 4 letter code is expected
    
    this commit makes the default_lang use the proper LF method and return a full lang code
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    0c81eba View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    7a3495b View commit details
    Browse the repository at this point in the history
  3. Declare alpha stable

    JarbasAl authored and github-actions[bot] committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8a41bd2 View commit details
    Browse the repository at this point in the history
  4. Prepare Next Version

    JarbasAl authored and github-actions[bot] committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    36a6abf View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. fix/screen_check (OpenVoiceOS#49)

    in systems without X server running and without matplotlib this method wrongly reports no screen
    
    add an extra check for raspberry devices, this fixes the issue in OpenVoiceOS image at least, further improvements should be investigated
    JarbasAl committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    45c1d81 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    923aaec View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. fix/allow_LF_lang_to_be_None (OpenVoiceOS#50)

    * fix/allow_LF_lang_to_be_None
    
    * Update configuration.py
    JarbasAl committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    60f511e View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    a855f68 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Prevent raising exception when msm config not present (OpenVoiceOS#51)

    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    5308013 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    e5abe9a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    dece4e6 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    43e1ee8 View commit details
    Browse the repository at this point in the history
  3. port/file_watcher (OpenVoiceOS#54)

    migrate FileWatcher class from ovos_config for reuse
    
    authored-by: jarbasai <jarbasai@mailfence.com>
    NeonJarbas committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    089669f View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7230aae View commit details
    Browse the repository at this point in the history
  5. refactor/use ovos_config package (OpenVoiceOS#52)

    * Patch LocalConf to handle yaml configuration
    
    * Refactor config on ovos-config package
    
    * Resolve circular import
    
    * Roll back added yaml methods
    
    * Log deprecation warning
    
    * Update configuration to implement ovos_config
    
    * Fix minimum ovos_config version to resolve a real version
    
    * Add missing xdg location import
    
    * Bump ovos_config dependency spec
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    07e1c56 View commit details
    Browse the repository at this point in the history
  6. Increment Version

    NeonDaniel authored and github-actions[bot] committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    10fa840 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Update release tag workflows to include version change commits (OpenV…

    …oiceOS#56)
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    c87d604 View commit details
    Browse the repository at this point in the history
  2. Skill location utilities (OpenVoiceOS#55)

    * Add utilities for getting skill locations (install directories and plugin root directories)
    
    * Address PR feedback
    Update docstrings
    Add unit tests with bugfixes
    
    * Fix path error in `get_installed_skill_ids`
    
    * Allow skill location utils to work without OPM dependency
    
    * Cleanup skill directory parsing for better readability
    
    * Actually make sure order is preserved in extra_directories and make code more readable
    
    authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    8badc22 View commit details
    Browse the repository at this point in the history
  3. Increment Version

    JarbasAl authored and github-actions[bot] committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    285ba03 View commit details
    Browse the repository at this point in the history
  4. Declare alpha stable

    JarbasAl authored and github-actions[bot] committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    1a8675d View commit details
    Browse the repository at this point in the history
  5. Prepare Next Version

    JarbasAl authored and github-actions[bot] committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    515d038 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Add extend about data method to gui utils (OpenVoiceOS#57)

    * Add extend about data method to gui utils
    
    * add bus arg to method
    
    * fix arg position
    AIIX committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    40b5d12 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    474be33 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Handle exceptions getting cache directory when MemoryTempfile fails (…

    …i.e. in a chroot) (OpenVoiceOS#58)
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    eb7c1d6 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4ff3102 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. feat/ovos_api (OpenVoiceOS#60)

    * feat/ovos_api
    
    add helper classes for all ovos api endpoints
    
    * add more end points
    
    Co-authored-by: Aditya Mehra <aix.m@outlook.com>
    JarbasAl and AIIX committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    9fecc03 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1422533 View commit details
    Browse the repository at this point in the history
  3. add systemctl mycroft restart option (OpenVoiceOS#61)

    * add systemctl mycroft restart option
    
    * rename function
    AIIX committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    3b4961a View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    a9a73f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Declare alpha stable

    JarbasAl authored and github-actions[bot] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    fb9e510 View commit details
    Browse the repository at this point in the history
  2. Prepare Next Version

    JarbasAl authored and github-actions[bot] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    faf770c View commit details
    Browse the repository at this point in the history
  3. add more api methods (OpenVoiceOS#62)

    * add more api methods
    
    * fix review items
    AIIX committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    ef0b534 View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    42cf8d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Add method to restart arbitrary systemd service (OpenVoiceOS#63)

    * Allow passing a service name to restart to support other images
    
    * Refactor changes to function names make sense
    Add docstrings
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    63f4704 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    0dcbf8d View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. fix/syntax_error (OpenVoiceOS#64)

    missing comma
    JarbasAl committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    8eaff83 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    4a01a87 View commit details
    Browse the repository at this point in the history
  3. feat/timed_lru_cache (OpenVoiceOS#65)

    new util, decorator for caching function results for X seconds
    
    used in selene api, but also useful as a generic util across other packages
    JarbasAl committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    5ae6792 View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    89455f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    4584fae View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b7b787b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Configuration menu
    Copy the full SHA
    a1ec48b View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    4e34430 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. feat/email_utils (OpenVoiceOS#68)

    extracted from personal backend for reuse across packages
    JarbasAl committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    e93d1c4 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    4bf25ad View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Update log.py (OpenVoiceOS#69)

    * Update log.py
    
    by default make logger print to stdout and save to XDG paths with log rotation
    
    * xdg_state
    JarbasAl committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    090416a View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    73b99a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    34ab952 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0bfed9c View commit details
    Browse the repository at this point in the history
  3. Update ovos_config references, Read config in get_mycroft_bus (Op…

    …enVoiceOS#72)
    
    * Update config references to ovos_configuration
    Update `get_mycroft_bus` to use configuration
    Closes OpenVoiceOS#71
    
    * Update default values in `get_mycroft_bus`
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    fb10a7c View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 10, 2022
    Configuration menu
    Copy the full SHA
    5f13f68 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    fbb6ee8 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cc7550b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. feat/xinput support (OpenVoiceOS#74)

    * feat/xinput support
    
    add support for `xinput list` for mouse detection
    
    * revert debug logs
    JarbasAl committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e8020b9 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    e70f335 View commit details
    Browse the repository at this point in the history
  3. scan /dev/input for device detection (OpenVoiceOS#75)

    * scan /dev/input for device detection
    
    * fix xinput, filter virtual test devices
    
    * fix xinput, filter virtual test devices
    JarbasAl committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c83000d View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    62bed41 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    700f750 View commit details
    Browse the repository at this point in the history
  6. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    c600ace View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. fix input detect again (OpenVoiceOS#77)

    seems like in some platforms the calls to libinput and xinput may throw random errors, lets protect against that
    
    Reported by @emphasize
    JarbasAl committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    c3372a3 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    9d8c0d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcaa1f2 View commit details
    Browse the repository at this point in the history
  4. Declare alpha stable

    JarbasAl authored and github-actions[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    7e388fd View commit details
    Browse the repository at this point in the history
  5. Prepare Next Version

    JarbasAl authored and github-actions[bot] committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    78d5269 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. feat/event_wrappers_in_outils (OpenVoiceOS#79)

    shared logic in central utils package
    JarbasAl committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    23e1bb1 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    23a3e89 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    ea738c6 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    4e51c38 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. Declare alpha stable

    NeonDaniel authored and github-actions[bot] committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    68c5772 View commit details
    Browse the repository at this point in the history
  2. Prepare Next Version

    NeonDaniel authored and github-actions[bot] committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    cf10eb2 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    e16a9de View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fd8c158 View commit details
    Browse the repository at this point in the history
  3. fix sudo flag again (OpenVoiceOS#83)

    Co-authored-by: Guy Martin <gmsoft@tuxicoman.be>
    JarbasAl and gmsoft-tuxicoman committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8da6f2e View commit details
    Browse the repository at this point in the history
  4. Update system.py

    JarbasAl committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    73b1ef3 View commit details
    Browse the repository at this point in the history
  5. Increment Version

    JarbasAl authored and github-actions[bot] committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    5bb8fb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. gui notification callback data (OpenVoiceOS#84)

    * add callback data to show notification
    
    * do not send none type but specify exact type
    AIIX committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c2d22e8 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    8bab80d View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Add background_color to show image and show animated image (OpenVoice…

    …OS#86)
    
    * Add background_color to show image and show animated image
    
    * fix docstring
    AIIX committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    0aa1c05 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    8e0c4b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. sync utils with core (OpenVoiceOS#89)

    * sync utils with core
    
    - make audio utils compatible and move missing helpers
    - sync duplicated intent service utils
    
    * sync EventSchedulerInterface
    
    * audio unittests
    JarbasAl committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    2f3a979 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    d66d537 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    739078c View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    cd88580 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Configuration menu
    Copy the full SHA
    84824fc View commit details
    Browse the repository at this point in the history
  2. Increment Version

    AIIX authored and github-actions[bot] committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2421af7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Log deprecation warning in layers module (OpenVoiceOS#93)

    * Log deprecation warning in `layers` module
    
    * Ignore known setuptools pip-audit error
    NeonDaniel committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d1c3d5a View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    bc7d285 View commit details
    Browse the repository at this point in the history
  3. Declare alpha stable

    NeonDaniel authored and github-actions[bot] committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    30b2808 View commit details
    Browse the repository at this point in the history
  4. Prepare Next Version

    NeonDaniel authored and github-actions[bot] committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    c9b1b56 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    3762aa5 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    faca9d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. feat/network_reqs_from_workshop (OpenVoiceOS#96)

    move shared utils from workshop for usage across more projects
    JarbasAl committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    f399f0a View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    ba72670 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    c4d7deb View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d1b069e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. minor utils fix (OpenVoiceOS#98)

    * minor utils fix
    
    * bump ovos utils
    JarbasAl committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7976b7c View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    dc8df89 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. improve network checks (OpenVoiceOS#88)

    * improve network checks
    
    * portal check
    JarbasAl committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f9eccbf View commit details
    Browse the repository at this point in the history
  2. Increment Version

    NeonDaniel authored and github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    6f39969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c732de View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    82078f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. Refactor SSH helpers and add generic systemd helpers (OpenVoiceOS#95)

    * Add service enable/disable/active methods
    Refactor ssh_enable/ssh_disable to use new methods
    
    * --user flag
    
    * Update system.py
    
    * docstrs
    
    * typo
    
    ---------
    
    Co-authored-by: JarbasAI <33701864+JarbasAl@users.noreply.github.com>
    NeonDaniel and JarbasAl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    4f7dc30 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cf823b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Declare alpha stable

    NeonDaniel authored and github-actions[bot] committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    4937b34 View commit details
    Browse the repository at this point in the history
  2. Prepare Next Version

    NeonDaniel authored and github-actions[bot] committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b13a5a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Migrate/lock monotonic event (OpenVoiceOS#100)

    * PIDLock from core
    
    * feat/bump_ovos_utils
    
    * them imports
    JarbasAl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    fa1f865 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e2153c3 View commit details
    Browse the repository at this point in the history
  3. fix/circular_import (OpenVoiceOS#101)

    raises AttributeError instead of ImportError
    JarbasAl committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    843c829 View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    56c9dcf View commit details
    Browse the repository at this point in the history
  5. Declare alpha stable

    JarbasAl authored and github-actions[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    9051297 View commit details
    Browse the repository at this point in the history
  6. Prepare Next Version

    JarbasAl authored and github-actions[bot] committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    e00064f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Implement module_property decorator with unit test (OpenVoiceOS#103)

    * Implement module_property decorator with unit test
    
    * Resolve bug in added test
    NeonDaniel committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    bd7245f View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    52d9735 View commit details
    Browse the repository at this point in the history
  3. feat/console_scripts (OpenVoiceOS#105)

    * feat/console_scripts
    
    each method here is a entrypoint define in setup.py, each corresponds to a cli util
    
    ```
        entry_points={
            'console_scripts': [
                'ovos-listen=ovos_utils.scripts:ovos_listen',
                'ovos-speak=ovos_utils.scripts:ovos_speak',
                'ovos-say_to=ovos_utils.scripts:ovos_say_to',
            ]
        }
    
    ```
    
    * typo
    JarbasAl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a04f971 View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    235cfac View commit details
    Browse the repository at this point in the history
  5. Bump ovos-config dependency cleanup module init (OpenVoiceOS#104)

    * Bump ovos-config dependency and remove import patch
    
    * Move ovos_config import to troubleshoot init bugs
    
    * More init troubleshooting
    
    * Refactor PIDLock init to wait for config init
    Annotate future deprecation in ovos-utils
    
    * use Configuration
    
    ---------
    
    Co-authored-by: jarbasai <jarbasai@mailfence.com>
    NeonDaniel and JarbasAl committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9aed7f2 View commit details
    Browse the repository at this point in the history
  6. Increment Version

    JarbasAl authored and github-actions[bot] committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    65a6fb8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    cff32dc View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0286ac8 View commit details
    Browse the repository at this point in the history
  3. Declare alpha stable

    NeonDaniel authored and github-actions[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0452b02 View commit details
    Browse the repository at this point in the history
  4. Prepare Next Version

    NeonDaniel authored and github-actions[bot] committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0b207c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    c582217 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    779e60f View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. refactor/ovos-bus-client (OpenVoiceOS#110)

    * refactor/ovos-bus-client
    
    * circular import
    
    * scripts module
    JarbasAl committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    34f269f View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    71430c2 View commit details
    Browse the repository at this point in the history
  3. feat/FakeMessage (OpenVoiceOS#111)

    circular import
    
    refactor/ovos-bus-client
    JarbasAl committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    df84def View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    3d25675 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    921880e View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    a55787f View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    e1fab85 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    57d72f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    934f534 View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    dbe73fa View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    f2576ee View commit details
    Browse the repository at this point in the history
  2. Update publish_AUR.yml

    JarbasAl committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    2d056f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b50157 View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    13cc44b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Update input device checks (OpenVoiceOS#81)

    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and Daniel McKnight committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    5e38575 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    728282a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    708ce8c View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    2fbd310 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf0df61 View commit details
    Browse the repository at this point in the history
  6. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    164a15d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ce2c27 View commit details
    Browse the repository at this point in the history
  8. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    79f9d10 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    643bdd3 View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    2bf4fdc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    309abad View commit details
    Browse the repository at this point in the history
  2. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    1146062 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf8467f View commit details
    Browse the repository at this point in the history
  4. Increment Version

    JarbasAl authored and github-actions[bot] committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b1b6145 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a773b6e View commit details
    Browse the repository at this point in the history
  6. Update propose_release to support added changelog actions

    Update `publish_alpha` to use shared actions
    Remove unused scripts
    NeonDaniel committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    5f7b04c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc1f6c5 View commit details
    Browse the repository at this point in the history