Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NeonGeckoCom/neon-iris
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.5a21
Choose a base ref
...
head repository: NeonGeckoCom/neon-iris
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/dev
Choose a head ref
  • 12 commits
  • 33 files changed
  • 5 contributors

Commits on Dec 13, 2023

  1. Increment Version to 0.1.0

    NeonDaniel authored and github-actions[bot] committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    31824d9 View commit details
    Browse the repository at this point in the history
  2. Update Changelog

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

Commits on Dec 28, 2023

  1. feat: browser sat (#51)

    # Description
    Introduces a web browser voice satellite option with OpenWakeWord and
    Silero VAD running in JavaScript, all served via FastAPI. Allows for
    both text and voice commands to a Neon Diana deployment.
    
    This new option may one day replace the Gradio webpage.
    
    ---------
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    mikejgray and NeonDaniel authored Dec 28, 2023
    Configuration menu
    Copy the full SHA
    824a912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3ecbf1 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Add CLI command to get mapmaker geolocation responses (#53)

    # Description
    Add `iris get-mapmaker-response` for geolocation service
    
    # Issues
    <!-- If this is related to or closes an issue/other PR, please note them
    here -->
    
    # Other Notes
    <!-- Note any breaking changes, WIP changes, requests for input, etc.
    here -->
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and NeonDaniel authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b4f22a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a062295 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. feat: polished UI for websat (#54)

    # Description
    Detail improvements to the websat UI:
    - More consistent color schemes
    - Transparent default logo and favicon
    - Change font
    - Adjust button and text box sizing
    - Color highlights on focus for buttons and text boxes
    - Switch to Tailwind.css for base CSS
    
    
    ![image](https://github.com/NeonGeckoCom/neon-iris/assets/30268971/1a9aa5c9-f8a7-4f29-a0d0-1a8e83273e9e)
    
    
    # Issues
    N/A
    
    ---------
    
    Co-authored-by: mikejgray <mikejgray@users.noreply.github.com>
    mikejgray and mikejgray authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    30ee867 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed97350 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Implement alert message handler (#57)

    # Description
    Adds support for expired alert messages from Neon
    
    # Issues
    <!-- If this is related to or closes an issue/other PR, please note them
    here -->
    
    # Other Notes
    The current implementation only logs a message that the alert expired
    and will not mark it as missed; the alert will remain active until the
    user dismisses it via intent. This behavior is all delegated to the
    client, so it may be worth adding some utility methods to the base class
    for specific clients to more easily interact with received alerts.
    
    ---------
    
    Co-authored-by: Daniel McKnight <daniel@neon.ai>
    NeonDaniel and NeonDaniel authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    44ed7d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61dd2bd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. fix: appropriate dependencies (#61)

    # Description
    Fixes the gradio audio input bug introduced in #51 
    
    # Issues
    Closes #59 
    Replaces #60 
    
    # Other Notes
    Breaks caching quite a bit, so if that's an issue we can create a helper
    image that we use to pull in dependencies.
    mikejgray authored May 14, 2024
    Configuration menu
    Copy the full SHA
    8060a93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adfd03d View commit details
    Browse the repository at this point in the history
Loading