8000 Comparing 1.0.1...1.1.0 · ol-iver/denonavr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: ol-iver/denonavr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.1
Choose a base ref
...
head repository: ol-iver/denonavr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.0
Choose a head ref
  • 13 commits
  • 21 files changed
  • 3 contributors

Commits on Nov 28, 2024

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

Commits on Mar 16, 2025

  1. Skip confirmation for commands which don't return anything (#325)

    * Skip confirmation for commands which don't return anything
    
    #321
    
    * PR feedback and skip confirmation for async_back
    henrikwidlund authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    9f77196 View commit details
    Browse the repository at this point in the history
  2. Add support for more sound modes (#324)

    * Add support for more sound modes
    
    Sound modes fetched from the AVC-A10H specification
    
    * Add alternative without typo as official docs has the typo
    henrikwidlund authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    892b916 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9cf966 View commit details
    Browse the repository at this point in the history
  4. Add dependabot (#327)

    henrikwidlund authored Mar 16, 2025
    Configuration menu
    Copy the full SHA
    0e4f033 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2025

  1. Add settings menu state (#328)

    * Add settings menu state
    
    Allows for settings menu toggle without relying on HTTP
    
    * PR feedback
    
    * Additional PR feedback
    henrikwidlund authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    75e4f59 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2025

  1. Add support for more commands (#323)

    * Add support for more commands
    
    Commands added:
    - Dimmer Control
    - Channel Level Control
    - Audio Delay Control
    - Dirac Filter Control
    - Eco Mode Control
    - Audyssey LFC Control
    - HDMI Output Control
    - Status Display
    - Surround Mode Next/Previous
    
    * Fix formatting
    
    * Fix linter errors
    
    * Fix linter errors again
    
    * Fix linter errors again, again
    
    * More lint
    
    * :O
    
    * :O
    
    * Replace literals with enums as python 3.7 doesn't support it
    
    * Copilot auto-complete
    
    * There's always something :)
    
    * There's always something more :)
    
    * Add back literals
    
    * Add back literals
    
    * Remove enums and use mappers
    
    * Fix casing
    
    * Linting
    
    * Add mapping tests
    
    * Add missing validation
    
    * Move Dirac literal
    
    * Move Dirac literal, correct method name and add method to denonavr
    
    * Make the filter values match what's displayed on the unit + add tests
    
    * Missed casing
    
    * Add property for LFC and correct identifiers
    
    * Listen to events and set properties for:
    - Channel levels
    - Delay
    - Dimmer
    - Dirac filter
    - Eco mode
    - HDMI output
    
    * Linting
    
    * Linting
    
    * Linting
    
    * Convert values from API to dB
    
    I have no idea on how to convert the API values, so there's just a dumb mapper
    
    * Rename channel level to channel volume and move to volume
    
    * Add support for IMAX and Neural:X sound mode controls
    
    * Subwoofer control
    
    * Tactile Transducer control
    
    * Remove debug logging
    
    * Linting
    
    * Support for quick select
    
    * Channel level adjust menu
    
    * Auto standby
    
    * Sleep
    
    * HDMI Audio Decode
    
    * More consistent naming
    
    * Center Spread
    
    * More IMAX settings
    
    * Fix incorrect urls
    
    * Video Processing Modes
    
    * LFE
    
    * Loudness Management
    
    * Add missing comments
    
    * Cleanup
    
    * Bass Sync
    
    * Dialog Enhancer
    
    * Allow setting channel levels directly
    
    * Cinema EQ
    
    * Auro
    
    * More Audyssey
    
    * Room Size
    
    * System reset and Network reboot
    
    * Return response from async_status
    
    * Triggers
    
    * Speaker preset
    
    * Bluetooth
    
    * Remove logging
    
    * Dialog control
    
    * Speaker Virtualizer
    
    * Effect Speaker Selection
    
    * DRC
    
    * Delay Time
    
    * Audio Restorer
    
    * Remote and Panel lock
    
    * Correct method name
    
    * Python 3.8 compatability
    
    * Cleanup
    
    * Fix issue with init of dictionary
    
    * Restrict standby to main zone
    
    * Headphone EQ
    
    * Graphic EQ
    
    * Use bool instead of ON/OFF string
    
    * Settings menu toggle doesn't work in HTTP mode, remove the code for it
    
    * Document valid presets
    henrikwidlund authored May 1, 2025
    Configuration menu
    Copy the full SHA
    af943b9 View commit details
    Browse the repository at this point in the history
  2. Include AVC-A10H in integration tests (#329)

    * Include AVC-A10H in integration tests
    
    * Include A-series in the X series regex as it uses port 8080
    
    * Fix filename
    
    * Add missing files
    henrikwidlund authored May 1, 2025
    Configuration menu
    Copy the full SHA
    53508ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da53373 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    ol-iver committed May 1, 2025
    Configuration menu
    Copy the full SHA
    f7bedb3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. Configuration menu
    Copy the full SHA
    475f696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2514a35 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2025

  1. Update to version 1.1.0

    ol-iver committed May 4, 2025
    Configuration menu
    Copy the full SHA
    3261b3c View commit details
    Browse the repository at this point in the history
Loading
0