Releases: ExpTechTW/FreeAudio
Releases · ExpTechTW/FreeAudio
Release list
26.2
自 v26.1 以來的全部變更。
🌟 新功能
- 選單列面板重新設計:輸出、輸入與 App 分成卡片,每一列下方寫出目前套用的效果,按 › 進入詳細頁調整音量、輸出、平衡與等化器 — @whes1015 (
41fb435) ·26w39d - 勾選輸出裝置即可同時播放,取消最後一個就自動關閉多重輸出 — @whes1015 (
41fb435) ·26w39d - 設定視窗改為側邊欄分頁:一般、裝置、App、更新與關於,每一項都附說明 — @whes1015 (
b259185) ·26w39d - 「關於」頁提供 GitHub 原始碼、更新紀錄、問題回報與授權條款的連結 — @whes1015 (
b259185) ·26w39d - 輸出裝置可以匯入 AutoEq 的耳機校正設定(ParametricEQ.txt 檔案或貼上文字),把耳機的頻率響應校正到目標曲線,可與等化器一起使用 — @whes1015 (
67eeb9c) ·26w39d - App 與輸出裝置可以改為單聲道,或左右聲道互換 — @whes1015 (
a4b162b) ·26w39d - 新增夜間模式:壓低爆炸等大聲的片段、拉高對白等小聲的片段,小音量也聽得清楚,可為 App 或輸出裝置分別開啟 — @whes1015 (
03f615f) ·26w39d - 輸出裝置可以設定最多 500 毫秒的延遲,讓它和較慢的裝置(例如藍牙喇叭)同步播放;調整時會平順過渡,不會發出爆音 — @whes1015 (
0ee8437) ·26w39d - 新增「統計」頁:每分鐘記錄每個裝置與 App 播放或錄音的時間、音量與靜音,以週、每小時與時間軸呈現,可匯出 CSV — @whes1015 (
091cfd4) ·26w39d - 紀錄存在這台 Mac 上的 SQLite 資料庫,保留 365 天,一年約 15 MB — @whes1015 (
091cfd4) ·26w39d - 新增「聽覺」頁:分析預設輸出裝置播放的聲音,依 A 加權、裝置音量與類型推算傳到耳朵的音量,顯示今日劑量、每週建議量與音量分布;全部在這台 Mac 上計算,不會錄音 — @whes1015 (
f0f35d8) ·26w39d - 音量持續偏大時在畫面上方提醒,並可每週顯示聆聽摘要;每個裝置可以校正 ±12 dB — @whes1015 (
f0f35d8) ·26w39d - App 指定的輸出裝置在選單列面板有自己的卡片,寫著哪些 App 在使用,可以直接調整音量;不會與多重輸出的勾選項目混淆 — @whes1015 (
f7e9446) ·26w39d - App 指定的輸出裝置被靜音或音量為 0 時,App 列與詳細頁會顯示警告,並可一鍵取消靜音 — @whes1015 (
f7e9446) ·26w39d - App 可以在選單列面板隱藏(在 App 上按右鍵,或在它的設定中),聲音設定照常套用,隱藏的 App 只能在「設定 › App」調整 — @whes1015 (
cabc2c2) ·26w39d - 「設定 › App」列出所有使用過音訊的 App,點進去就能調整音量、輸出裝置、等化器與其他聲音設定 — @whes1015 (
cabc2c2) ·26w39d
🔌 最佳化
- 等化器的運算量大幅減少,處理聲音時更省電 — @whes1015 (
a979843) ·26w39d - 在同一個裝置上處理聲音時,系統音訊服務的 CPU 用量降低 — @whes1015 (
c629934) ·26w39d - 不再每秒向系統查詢所有 App 與裝置的狀態,背景 CPU 用量與發熱降低 — @whes1015 (
9bc370c) ·26w39d
🐞 錯誤修正
- 設定中的權限名稱改成和 macOS 一致的「系統錄音」 — @whes1015 (
49ef7a1) ·26w39b - 修正選單列的麥克風圖示有時上半部被切掉 — @whes1015 (
4c7443d) ·26w39d
English
🌟 New features
- the menu bar panel is redesigned: outputs, inputs and apps sit in their own cards, each row says what FreeAudio does to it, and › opens a page with its volume, output, balance and equalizer — @whes1015 (
41fb435) ·26w39d - checking an output plays sound on it too, and unchecking the last one turns multi-output off — @whes1015 (
41fb435) ·26w39d - Settings is sorted into pages with a sidebar: General, Devices, Apps, Updates and About, with a line explaining each setting — @whes1015 (
b259185) ·26w39d - the About page links to the source code on GitHub, the changelog, problem reports and the license — @whes1015 (
b259185) ·26w39d - an output can correct headphones with an AutoEq profile (a ParametricEQ.txt file or pasted text), bringing their frequency response to the target curve, alongside the equalizer — @whes1015 (
67eeb9c) ·26w39d - an app or output can play in mono, or with left and right swapped — @whes1015 (
a4b162b) ·26w39d - Night Mode turns loud passages down and quiet ones up, so dialogue stays clear at low volume; turn it on per app or per output — @whes1015 (
03f615f) ·26w39d - an output can be delayed by up to 500 ms so it plays in time with slower devices such as Bluetooth speakers; changing it fades smoothly without clicks — @whes1015 (
0ee8437) ·26w39d - a new Statistics page records, minute by minute, how long each device and app plays or records, at what volume and whether muted, shown by week, by hour and on a timeline, and exportable as CSV — @whes1015 (
091cfd4) ·26w39d - the records stay on this Mac in a SQLite database kept for 365 days, about 15 MB a year — @whes1015 (
091cfd4) ·26w39d - a new Hearing page estimates how loud listening is at the ear from what the default output plays, its A-weighted level, the device's volume and kind, and shows today's dose, the weekly allowance and how loud you listened; it's all worked out on this Mac without recording — @whes1015 (
f0f35d8) ·26w39d - a notice at the top of the screen says when listening stays loud, a weekly summary can follow, and each device can be calibrated by ±12 dB — @whes1015 (
f0f35d8) ·26w39d - outputs that apps are sent to get their own card in the menu bar panel, naming the apps that use them, with their volume at hand; they're kept apart from the checkboxes of multi-output — @whes1015 (
f7e9446) ·26w39d - when an app's output is muted or at zero, its row and page warn about it, with a button to unmute — @whes1015 (
f7e9446) ·26w39d - an app can be hidden from the menu bar panel (right-click it, or in its settings); its sound settings still apply, and it's adjusted in Settings › Apps — @whes1015 (
cabc2c2) ·26w39d - Settings › Apps lists every app that has used audio, and opens each one's volume, output, equalizer and other sound settings — @whes1015 (
cabc2c2) ·26w39d
🔌 Improvements
- the equalizer does far less work, so processing sound uses less power — @whes1015 (
a979843) ·26w39d - the system audio service uses less CPU while sound is processed on the device it plays on — @whes1015 (
c629934) ·26w39d - FreeAudio no longer asks the system about every app and device each second, so it uses less CPU and runs cooler in the background — @whes1015 (
9bc370c) ·26w39d
🐞 Bug fixes
日本語
🌟 新機能
- メニューバーのパネルを再設計しました。出力・入力・アプリをカードに分け、各行に適用中の効果を表示し、› から音量・出力・バランス・イコライザの詳細ページを開けます — @whes1015 (
41fb435) ·26w39d - 出力デバイスにチェックを入れると同時に再生し、最後のチェックを外すと複数出力はオフになります — @whes1015 (
41fb435) ·26w39d - 設定ウインドウをサイドバーのページ(一般・デバイス・アプリ・アップデート・情報)に分け、各項目に説明を付けました — @whes1015 (
b259185) ·26w39d - 「情報」ページから GitHub のソースコード、変更履歴、問題の報告、ライセンスを開けます — @whes1015 (
b259185) ·26w39d - 出力デバイスに AutoEq の...
26.1
🌟 新功能
- 在選單列調整輸入、輸出裝置的音量與靜音,並可把聲音同時送到多個輸出裝置 — @whes1015 (
c0bbf52) ·26w39a - 每個 App 可以各自設定音量、輸出裝置、左右聲道平衡與 10 段等化器 — @whes1015 (
c0bbf52) ·26w39a - 鎖定選好的喇叭與麥克風並記住聲音設定,新接上的裝置預設 0% 且靜音 — @whes1015 (
c0bbf52) ·26w39a - 可以從 GitHub 自動更新,只安裝開發者簽署的版本,更新完自動重新開啟 — @whes1015 (
8c0de87) ·26w39a - 設定視窗新增「軟體更新」,可以立即檢查,也可以選擇接收測試版 — @whes1015 (
8c0de87) ·26w39a - 沒有音量控制的輸出裝置(例如 HDMI 螢幕)也能在 FreeAudio 調整音量與靜音 — @whes1015 (
e7cec94) ·26w39a - 全局多輸出開啟時,可以在上方「輸出」同時勾選多個裝置,每個裝置各自調整音量、靜音與等化器 — @whes1015 (
7cc60e0) ·26w39a - 選單列面板顯示目前的版本,測試版以橘色標籤、正式版以綠色標籤標示 — @whes1015 (
27a9a44) ·26w39a - 從 GitHub 下載的 FreeAudio 經過 Apple 公證,第一次開啟時不會再被 macOS 擋下來 — @whes1015 (
d7115b7) ·26w39a
🔌 最佳化
- 語言選項移到設定視窗的「一般」,選單列面板更精簡 — @whes1015 (
fe13893) ·26w39a - 從選單列面板更新時,下載與安裝進度以圓環顯示 — @whes1015 (
a7c7dc7) ·26w39a
🐞 錯誤修正
- 關閉全局多輸出、取消勾選裝置,或 App 換到其他裝置後,第二個裝置不會再繼續出聲 — @whes1015 (
a7f749c) ·26w39a - 切換喇叭或播放聲音時,麥克風不會再自己解除靜音;只有在 FreeAudio 裡按下解除靜音才會打開 — @whes1015 (
cd0b59e) ·26w39a
English
🌟 New features
- adjust the volume and mute of input and output devices from the menu bar, and play to several outputs at once — @whes1015 (
c0bbf52) ·26w39a - give each app its own volume, output device, left/right balance and 10-band equalizer — @whes1015 (
c0bbf52) ·26w39a - keep the chosen speaker and microphone, remember sound settings, and start new devices at 0% and muted — @whes1015 (
c0bbf52) ·26w39a - FreeAudio updates itself from GitHub, installs only builds its developer signed, and reopens afterwards — @whes1015 (
8c0de87) ·26w39a - Settings has a new Updates section to check now or get pre-releases — @whes1015 (
8c0de87) ·26w39a - outputs without a volume control, such as HDMI displays, can be turned up, down and muted in FreeAudio — @whes1015 (
e7cec94) ·26w39a - with global multi-output on, check several devices under Output, each with its own volume, mute and equalizer — @whes1015 (
7cc60e0) ·26w39a - the menu bar panel shows the version in use, with an orange label for a pre-release and a green one for a release — @whes1015 (
27a9a44) ·26w39a - FreeAudio downloaded from GitHub is notarized by Apple, so macOS no longer blocks it the first time it opens — @whes1015 (
d7115b7) ·26w39a
🔌 Improvements
- the language choice moved to General in Settings, leaving the menu bar panel simpler — @whes1015 (
fe13893) ·26w39a - updating from the menu bar panel shows its progress as a ring — @whes1015 (
a7c7dc7) ·26w39a
🐞 Bug fixes
日本語
🌟 新機能
- メニューバーから入力・出力デバイスの音量とミュートを調整でき、複数の出力デバイスに同時に再生できます — @whes1015 (
c0bbf52) ·26w39a - アプリごとに音量、出力デバイス、左右バランス、10 バンドイコライザーを設定できます — @whes1015 (
c0bbf52) ·26w39a - 選んだスピーカーとマイクを固定してサウンド設定を記憶し、新しいデバイスは 0% でミュートの状態から始まります — @whes1015 (
c0bbf52) ·26w39a - GitHub から自動でアップデートでき、開発者が署名したものだけをインストールし、終わると再び開きます — @whes1015 (
8c0de87) ·26w39a - 設定に「アップデート」を追加し、今すぐ確認したりテスト版を受け取ったりできます — @whes1015 (
8c0de87) ·26w39a - 音量調整のない出力デバイス(HDMI ディスプレイなど)も、FreeAudio で音量とミュートを調整できるようになりました — @whes1015 (
e7cec94) ·26w39a - 全体マルチ出力がオンのとき、「出力」で複数のデバイスにチェックを付け、それぞれの音量、ミュート、イコライザを調整できます — @whes1015 (
7cc60e0) ·26w39a - メニューバーのパネルに使用中のバージョンを表示し、テスト版はオレンジ、正式版は緑のラベルで示します — @whes1015 (
27a9a44) ·26w39a - GitHub からダウンロードした FreeAudio は Apple の公証を受けているため、初めて開くときに macOS にブロックされなくなりました — @whes1015 (
d7115b7) ·26w39a
🔌 改善
- 言語の選択を設定の「一般」に移し、メニューバーのパネルをすっきりさせました — @whes1015 (
fe13893) ·26w39a - メニューバーのパネルからのアップデート中は、進行状況をリングで表示します — @whes1015 (
a7c7dc7) ·26w39a
🐞 不具合修正
26w39f
快照,取自 main 的 8a8f1c3。未經審查,可能有問題。
沒有使用者可見的變更。
26w39e
快照,取自 main 的 3d5e04e。未經審查,可能有問題。
沒有使用者可見的變更。
26w39d
快照,取自 main 的 ab21294。未經審查,可能有問題。
🌟 新功能
- 選單列面板重新設計:輸出、輸入與 App 分成卡片,每一列下方寫出目前套用的效果,按 › 進入詳細頁調整音量、輸出、平衡與等化器 — @whes1015 (
41fb435) - 勾選輸出裝置即可同時播放,取消最後一個就自動關閉多重輸出 — @whes1015 (
41fb435) - 設定視窗改為側邊欄分頁:一般、裝置、App、更新與關於,每一項都附說明 — @whes1015 (
b259185) - 「關於」頁提供 GitHub 原始碼、更新紀錄、問題回報與授權條款的連結 — @whes1015 (
b259185) - 輸出裝置可以匯入 AutoEq 的耳機校正設定(ParametricEQ.txt 檔案或貼上文字),把耳機的頻率響應校正到目標曲線,可與等化器一起使用 — @whes1015 (
67eeb9c) - App 與輸出裝置可以改為單聲道,或左右聲道互換 — @whes1015 (
a4b162b) - 新增夜間模式:壓低爆炸等大聲的片段、拉高對白等小聲的片段,小音量也聽得清楚,可為 App 或輸出裝置分別開啟 — @whes1015 (
03f615f) - 輸出裝置可以設定最多 500 毫秒的延遲,讓它和較慢的裝置(例如藍牙喇叭)同步播放;調整時會平順過渡,不會發出爆音 — @whes1015 (
0ee8437) - 新增「統計」頁:每分鐘記錄每個裝置與 App 播放或錄音的時間、音量與靜音,以週、每小時與時間軸呈現,可匯出 CSV — @whes1015 (
091cfd4) - 紀錄存在這台 Mac 上的 SQLite 資料庫,保留 365 天,一年約 15 MB — @whes1015 (
091cfd4) - 新增「聽覺」頁:分析預設輸出裝置播放的聲音,依 A 加權、裝置音量與類型推算傳到耳朵的音量,顯示今日劑量、每週建議量與音量分布;全部在這台 Mac 上計算,不會錄音 — @whes1015 (
f0f35d8) - 音量持續偏大時在畫面上方提醒,並可每週顯示聆聽摘要;每個裝置可以校正 ±12 dB — @whes1015 (
f0f35d8) - App 指定的輸出裝置在選單列面板有自己的卡片,寫著哪些 App 在使用,可以直接調整音量;不會與多重輸出的勾選項目混淆 — @whes1015 (
f7e9446) - App 指定的輸出裝置被靜音或音量為 0 時,App 列與詳細頁會顯示警告,並可一鍵取消靜音 — @whes1015 (
f7e9446) - App 可以在選單列面板隱藏(在 App 上按右鍵,或在它的設定中),聲音設定照常套用,隱藏的 App 只能在「設定 › App」調整 — @whes1015 (
cabc2c2) - 「設定 › App」列出所有使用過音訊的 App,點進去就能調整音量、輸出裝置、等化器與其他聲音設定 — @whes1015 (
cabc2c2)
🔌 最佳化
- 等化器的運算量大幅減少,處理聲音時更省電 — @whes1015 (
a979843) - 在同一個裝置上處理聲音時,系統音訊服務的 CPU 用量降低 — @whes1015 (
c629934) - 不再每秒向系統查詢所有 App 與裝置的狀態,背景 CPU 用量與發熱降低 — @whes1015 (
9bc370c)
🐞 錯誤修正
English
🌟 New features
- the menu bar panel is redesigned: outputs, inputs and apps sit in their own cards, each row says what FreeAudio does to it, and › opens a page with its volume, output, balance and equalizer — @whes1015 (
41fb435) - checking an output plays sound on it too, and unchecking the last one turns multi-output off — @whes1015 (
41fb435) - Settings is sorted into pages with a sidebar: General, Devices, Apps, Updates and About, with a line explaining each setting — @whes1015 (
b259185) - the About page links to the source code on GitHub, the changelog, problem reports and the license — @whes1015 (
b259185) - an output can correct headphones with an AutoEq profile (a ParametricEQ.txt file or pasted text), bringing their frequency response to the target curve, alongside the equalizer — @whes1015 (
67eeb9c) - an app or output can play in mono, or with left and right swapped — @whes1015 (
a4b162b) - Night Mode turns loud passages down and quiet ones up, so dialogue stays clear at low volume; turn it on per app or per output — @whes1015 (
03f615f) - an output can be delayed by up to 500 ms so it plays in time with slower devices such as Bluetooth speakers; changing it fades smoothly without clicks — @whes1015 (
0ee8437) - a new Statistics page records, minute by minute, how long each device and app plays or records, at what volume and whether muted, shown by week, by hour and on a timeline, and exportable as CSV — @whes1015 (
091cfd4) - the records stay on this Mac in a SQLite database kept for 365 days, about 15 MB a year — @whes1015 (
091cfd4) - a new Hearing page estimates how loud listening is at the ear from what the default output plays, its A-weighted level, the device's volume and kind, and shows today's dose, the weekly allowance and how loud you listened; it's all worked out on this Mac without recording — @whes1015 (
f0f35d8) - a notice at the top of the screen says when listening stays loud, a weekly summary can follow, and each device can be calibrated by ±12 dB — @whes1015 (
f0f35d8) - outputs that apps are sent to get their own card in the menu bar panel, naming the apps that use them, with their volume at hand; they're kept apart from the checkboxes of multi-output — @whes1015 (
f7e9446) - when an app's output is muted or at zero, its row and page warn about it, with a button to unmute — @whes1015 (
f7e9446) - an app can be hidden from the menu bar panel (right-click it, or in its settings); its sound settings still apply, and it's adjusted in Settings › Apps — @whes1015 (
cabc2c2) - Settings › Apps lists every app that has used audio, and opens each one's volume, output, equalizer and other sound settings — @whes1015 (
cabc2c2)
🔌 Improvements
- the equalizer does far less work, so processing sound uses less power — @whes1015 (
a979843) - the system audio service uses less CPU while sound is processed on the device it plays on — @whes1015 (
c629934) - FreeAudio no longer asks the system about every app and device each second, so it uses less CPU and runs cooler in the background — @whes1015 (
9bc370c)
🐞 Bug fixes
日本語
🌟 新機能
- メニューバーのパネルを再設計しました。出力・入力・アプリをカードに分け、各行に適用中の効果を表示し、› から音量・出力・バランス・イコライザの詳細ページを開けます — @whes1015 (
41fb435) - 出力デバイスにチェックを入れると同時に再生し、最後のチェックを外すと複数出力はオフになります — @whes1015 (
41fb435) - 設定ウインドウをサイドバーのページ(一般・デバイス・アプリ・アップデート・情報)に分け、各項目に説明を付けました — @whes1015 (
b259185) - 「情報」ページから GitHub のソースコード、変更履歴、問題の報告、ライセンスを開けます — @whes1015 (
b259185) - 出力デバイスに AutoEq のヘッドホン補正(ParametricEQ.txt ファイルまたは貼り付けたテキスト)を読み込み、周波数特性を目標カーブに補正できます。イコライザと併用できます — @whes1015 (
67eeb9c) - アプリや出力デバイスをモノラル、または左右入れ替えで再生できます — @whes1015 (
a4b162b) - ナイトモードを追加しました。大きな音を抑えて小さな音を持ち上げ、小さな音量でもせりふを聞き取りやすくします。アプリや出力デバイスごとにオンにできます — @whes1015 (
03f615f) - 出力デバイスを最大 500 ミリ秒遅らせ、Bluetooth スピーカーなど遅いデバイスとタイミングを合わせられます。変更時はなめらかに切り替わり、ノイズは出ません — @whes1015 (
0ee8437) - 「統計」ページを追加しました。デバイスやアプリごとの再生・録音時間、音量、消音を1分単位で記録し、週・時間帯・タイムラインで表示します。CSV に書き出せます — @whes1015 ...
26w39c
快照,取自 main 的 553537a。未經審查,可能有問題。
沒有使用者可見的變更。
26w39b
26w39a
快照,取自 main 的 c6a2559。未經審查,可能有問題。
🌟 新功能
- 在選單列調整輸入、輸出裝置的音量與靜音,並可把聲音同時送到多個輸出裝置 — @whes1015 (
c0bbf52) - 每個 App 可以各自設定音量、輸出裝置、左右聲道平衡與 10 段等化器 — @whes1015 (
c0bbf52) - 鎖定選好的喇叭與麥克風並記住聲音設定,新接上的裝置預設 0% 且靜音 — @whes1015 (
c0bbf52) - 可以從 GitHub 自動更新,只安裝開發者簽署的版本,更新完自動重新開啟 — @whes1015 (
8c0de87) - 設定視窗新增「軟體更新」,可以立即檢查,也可以選擇接收測試版 — @whes1015 (
8c0de87) - 沒有音量控制的輸出裝置(例如 HDMI 螢幕)也能在 FreeAudio 調整音量與靜音 — @whes1015 (
e7cec94) - 全局多輸出開啟時,可以在上方「輸出」同時勾選多個裝置,每個裝置各自調整音量、靜音與等化器 — @whes1015 (
7cc60e0) - 選單列面板顯示目前的版本,測試版以橘色標籤、正式版以綠色標籤標示 — @whes1015 (
27a9a44) - 從 GitHub 下載的 FreeAudio 經過 Apple 公證,第一次開啟時不會再被 macOS 擋下來 — @whes1015 (
d7115b7)
🔌 最佳化
🐞 錯誤修正
- 關閉全局多輸出、取消勾選裝置,或 App 換到其他裝置後,第二個裝置不會再繼續出聲 — @whes1015 (
a7f749c) - 切換喇叭或播放聲音時,麥克風不會再自己解除靜音;只有在 FreeAudio 裡按下解除靜音才會打開 — @whes1015 (
cd0b59e)
English
🌟 New features
- adjust the volume and mute of input and output devices from the menu bar, and play to several outputs at once — @whes1015 (
c0bbf52) - give each app its own volume, output device, left/right balance and 10-band equalizer — @whes1015 (
c0bbf52) - keep the chosen speaker and microphone, remember sound settings, and start new devices at 0% and muted — @whes1015 (
c0bbf52) - FreeAudio updates itself from GitHub, installs only builds its developer signed, and reopens afterwards — @whes1015 (
8c0de87) - Settings has a new Updates section to check now or get pre-releases — @whes1015 (
8c0de87) - outputs without a volume control, such as HDMI displays, can be turned up, down and muted in FreeAudio — @whes1015 (
e7cec94) - with global multi-output on, check several devices under Output, each with its own volume, mute and equalizer — @whes1015 (
7cc60e0) - the menu bar panel shows the version in use, with an orange label for a pre-release and a green one for a release — @whes1015 (
27a9a44) - FreeAudio downloaded from GitHub is notarized by Apple, so macOS no longer blocks it the first time it opens — @whes1015 (
d7115b7)
🔌 Improvements
- the language choice moved to General in Settings, leaving the menu bar panel simpler — @whes1015 (
fe13893) - updating from the menu bar panel shows its progress as a ring — @whes1015 (
a7c7dc7)
🐞 Bug fixes
日本語
🌟 新機能
- メニューバーから入力・出力デバイスの音量とミュートを調整でき、複数の出力デバイスに同時に再生できます — @whes1015 (
c0bbf52) - アプリごとに音量、出力デバイス、左右バランス、10 バンドイコライザーを設定できます — @whes1015 (
c0bbf52) - 選んだスピーカーとマイクを固定してサウンド設定を記憶し、新しいデバイスは 0% でミュートの状態から始まります — @whes1015 (
c0bbf52) - GitHub から自動でアップデートでき、開発者が署名したものだけをインストールし、終わると再び開きます — @whes1015 (
8c0de87) - 設定に「アップデート」を追加し、今すぐ確認したりテスト版を受け取ったりできます — @whes1015 (
8c0de87) - 音量調整のない出力デバイス(HDMI ディスプレイなど)も、FreeAudio で音量とミュートを調整できるようになりました — @whes1015 (
e7cec94) - 全体マルチ出力がオンのとき、「出力」で複数のデバイスにチェックを付け、それぞれの音量、ミュート、イコライザを調整できます — @whes1015 (
7cc60e0) - メニューバーのパネルに使用中のバージョンを表示し、テスト版はオレンジ、正式版は緑のラベルで示します — @whes1015 (
27a9a44) - GitHub からダウンロードした FreeAudio は Apple の公証を受けているため、初めて開くときに macOS にブロックされなくなりました — @whes1015 (
d7115b7)
🔌 改善
- 言語の選択を設定の「一般」に移し、メニューバーのパネルをすっきりさせました — @whes1015 (
fe13893) - メニューバーのパネルからのアップデート中は、進行状況をリングで表示します — @whes1015 (
a7c7dc7)