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

Release Version to 1.9.4 #1146

Merged
merged 5 commits into from
Mar 15, 2024
Merged

Release Version to 1.9.4 #1146

merged 5 commits into from
Mar 15, 2024

Commits on Mar 12, 2024

  1. update version to 1.9.4 (#1140)

    ### Description
    - update version to `1.9.4`
    jayce1116 authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    3e7dde5 View commit details
    Browse the repository at this point in the history
  2. AudioPlayer Event 필터링 조건 수정 (#1136)

    ## Summary
    - Audio가 재생중일때에만 관련 이벤트를 수신받을 수 있었으나, 그러지 않는 경우들이 생기며 해당 필터링 제거
    ParkJongSang authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    a1d4726 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. NuguCore podspec 업데이트 (#1144)

    ### Description
    - Update nugu core podspec
    - add NuguObjcUtils dependency
    jayce1116 authored Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3d863fa View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. IgnoreLatestPlayer 설정 시에 playServiceId 값 조절 (#1145)

    ## Summary
    - IgnoreLatestPlayer 설정 시에 playServiceId 값 조절
       - ignore를 했으나 값이 있는 경우에는 player의 playServiceId 전송하도록 적용
    ParkJongSang authored and jayce1116 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    da1a033 View commit details
    Browse the repository at this point in the history
  2. AudioSession이 Deactive되었을때 AudioSession을 다시 업데이트 하는 현상 제거 (#1143)

    ## Summary
    - AudioSession이 Deactive되었을때 AudioSession을 다시 업데이트 하는 현상 제거
    - #961 에서 변경된 코드이나 여기서
    일부는 코드가 다른곳으로 옮겨짐
    - 그러나 deactive시 updateAudioSession()하는 코드를 제거했으나 revert되면서 다시
    추가됨(#965)
    ParkJongSang authored and jayce1116 committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    6331319 View commit details
    Browse the repository at this point in the history