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

1.0.0 #44

Merged
merged 52 commits into from
Jul 18, 2024
Merged

1.0.0 #44

merged 52 commits into from
Jul 18, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 5, 2024

Changelog

0.1.2a11 (2024-07-05)

Full Changelog

Closed issues:

  • [FIX] 3 Laws of Robotics doesn't properly speak individual laws #41

Merged pull requests:

0.1.2a10 (2024-06-17)

Full Changelog

Implemented enhancements:

0.1.2a9 (2024-06-15)

Full Changelog

Implemented enhancements:

  • [ENHANCEMENT] Container compatibility #36
  • voice specific easter egg - singing #27
  • feat: singing #40 (mikejgray)

Merged pull requests:

0.1.2a8 (2024-05-16)

Full Changelog

Implemented enhancements:

  • May I have some more sir? #28

Fixed bugs:

  • ValueError: unknown skill_id: skill-easter-eggs.openvoiceos #31

Merged pull requests:

0.1.2a7 (2024-02-18)

Full Changelog

Merged pull requests:

  • feat: malibu stacey and bill and ted easter eggs #37 (mikejgray)

0.1.2a6 (2024-01-17)

Full Changelog

Implemented enhancements:

0.1.2a5 (2024-01-16)

Full Changelog

Implemented enhancements:

0.1.2a4 (2024-01-15)

Full Changelog

Merged pull requests:

  • chore: standardize naming, move files to locale dir #32 (mikejgray)

0.1.2a3 (2024-01-13)

Full Changelog

Merged pull requests:

0.1.2a2 (2023-12-30)

Full Changelog

Merged pull requests:

  • more stt mistranscriptions for DukeNukemKeyword.voc #26 (mikejgray)
  • Make README.md examples fit typical style #22 (strugee)

0.1.2a1 (2023-06-23)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator

mikejgray and others added 30 commits June 21, 2023 23:07
* fix: release automation

* fix: setup looks for correct version

* fix: adjust version location
The prior copy looked out of place in the rest of the homescreen
examples, which are all capitalized and end in punctuation.
* update imports

remove invalid license header, boilerplate copy paste from ancient times

I'm the original author, in case of doubt the GPL license in header does not apply

* Update skill.json

---------

Co-authored-by: JarbasAl <[email protected]>
* chore: standardize naming, move files to locale dir
* tests

* feat: glados mp3s to OCP playback

* use OCP API, stub and start writing tests

* Update skill.json

* rename unit test file

* broader coverage

* syntax

* remove 3.12 tests

resolves ModuleNotFoundError: No module named 'setuptools'

* remove errant todo

* remove unsupported use case

* remove confusing and unnecessary section from README

* Update skill.json

---------

Co-authored-by: mikejgray <[email protected]>
* feat: what is best in life?

* tests

* add resources

* drop explicit 3.7 support

Since this isn't a default skill anywhere, users must install it explicitly, so maintaining support for EOL Python doesn't make a ton of sense. Plus it's making the tests fail.
JarbasAl and others added 21 commits January 17, 2024 06:11
* feat: malibu stacey and bill and ted easter eggs
Addresses #28

* bump minerva version to ovos-workshop compat

* remove copyrighted sounds
* feat: singing skill port
Closes #2
* feat: container support

If the environment variable is set indicating OVOS is running in a container, pass the GitHub URL of the file to OCP instead of the local URL. Naturally only works if the assistant has an internet connection to GitHub.

Co-authored-by: mikejgray <[email protected]>
* feat: snow on Christmas
* fix: laws of robotics

Only one law at a time when requesting a specific law
@mikejgray mikejgray requested review from JarbasAl and a team July 5, 2024 18:46
@mikejgray mikejgray requested a review from NeonDaniel July 18, 2024 03:00
Copy link

coderabbitai bot commented Jul 18, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@mikejgray mikejgray merged commit ad4b914 into master Jul 18, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants