diff --git a/.github/VERSION.txt b/.github/VERSION.txt deleted file mode 100644 index a803cc2..0000000 --- a/.github/VERSION.txt +++ /dev/null @@ -1 +0,0 @@ -0.14.0 diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3e61edb..72827af 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -2,24 +2,11 @@ name: Build and Release on: push: - branches: - - main - paths: - - ".github/VERSION.txt" + tags: + - 'v*' jobs: - check-version: - runs-on: ubuntu-latest - outputs: - version: ${{ steps.get_version.outputs.version }} - steps: - - uses: actions/checkout@v4 - - name: Get version - id: get_version - run: echo "version=$(cat .github/VERSION.txt)" >> $GITHUB_OUTPUT - build-windows: - needs: check-version runs-on: windows-latest steps: @@ -89,7 +76,6 @@ jobs: path: HeadsetControl-GUI_windows_64.zip build-linux: - needs: check-version runs-on: ubuntu-latest steps: @@ -125,7 +111,7 @@ jobs: path: build/HeadsetControl-GUI_linux_64.zip create-release: - needs: [check-version, build-linux, build-windows] + needs: [build-linux, build-windows] runs-on: ubuntu-latest steps: @@ -145,8 +131,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ needs.check-version.outputs.version }} - release_name: Release v${{ needs.check-version.outputs.version }} + tag_name: ${{ github.ref }} + release_name: Release v${{ github.ref }} draft: false prerelease: false @@ -157,7 +143,7 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./HeadsetControl-GUI_linux_64.zip - asset_name: HeadsetControl-GUI_linux_64_${{ needs.check-version.outputs.version }}.zip + asset_name: HeadsetControl-GUI_linux_64.zip asset_content_type: application/octet-stream - name: Upload Windows Release Asset @@ -167,5 +153,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./HeadsetControl-GUI_windows_64.zip - asset_name: HeadsetControl-GUI_windows_64_${{ needs.check-version.outputs.version }}.zip + asset_name: HeadsetControl-GUI_windows_64.zip asset_content_type: application/octet-stream diff --git a/HeadsetControl-GUI.pro b/HeadsetControl-GUI.pro index 0a7f15c..d4a5a40 100644 --- a/HeadsetControl-GUI.pro +++ b/HeadsetControl-GUI.pro @@ -44,8 +44,7 @@ RESOURCES += \ RC_FILE = src/Resources/appicon.rc DISTFILES += \ - .gitignore \ - .github/VERSION.txt + .gitignore # Default rules for deployment. qnx: target.path = /tmp/$${TARGET}/bin diff --git a/src/Resources/tr/HeadsetControl_GUI_en_US.qm b/src/Resources/tr/HeadsetControl_GUI_en_US.qm index d3f19e8..e79259b 100644 Binary files a/src/Resources/tr/HeadsetControl_GUI_en_US.qm and b/src/Resources/tr/HeadsetControl_GUI_en_US.qm differ diff --git a/src/Resources/tr/HeadsetControl_GUI_en_US.ts b/src/Resources/tr/HeadsetControl_GUI_en_US.ts index 09e5eb1..da52c3b 100644 --- a/src/Resources/tr/HeadsetControl_GUI_en_US.ts +++ b/src/Resources/tr/HeadsetControl_GUI_en_US.ts @@ -14,388 +14,394 @@ - + <html><head/><body><p>Device:<br/>Vendor:<br/>Model:</p></body></html> - + No info of the device - + Battery: - + No compatible Device found! - - Save -Settings - - - - + Other - + Lights: - + RGB OFF - + RGB ON - + Sidetone Level: - + Drag to adjust Sidetone Level - + Quiet (Off) - - + + Loud - + Voice Prompts: - + Voice Off - + Voice On - + Notification Sound: - + Test 0 - + Test 1 - + Inactivity Timer: - + 0 Minute (Off) - + 90 Minutes - + Chatmix: - + None - + Equalizer - + Equalizer preset: - + Equalizer: - + Apply Equalizer - + Volume Limiter: - + Limiter Off - + Limiter On - + Microphone - + Rotate to mute: - + Off - + On - + Muted led brightness: - + Low (Off) - + High - + Microphone volume: - + Quiet - + Bluetooth - + Bluetooth when powered on: - + Bluetooth Off - + Bluetooth On - + Bluetooth call volume: - + BT and PC - + PC -12dB - + BT only - + File - + Help - + Check Updates - + About - + + Credits - + Load Device - + Settings - + Show - + Turn Lights On - + Turn Lights Off - + Exit - - Missing headsetcontrol.exe + + Missing headsetcontrol - - Missing headsetcontrol.exe<br>Download <a href='https://github.com/Sapd/HeadsetControl/releases/latest'>headsetcontrol</a> in the opened folder. + + Missing headsetcontrol<br>Download <a href='https://github.com/Sapd/HeadsetControl/releases/latest'>headsetcontrol</a> in the opened folder. - + Headset Off - + HeadsetControl Headset Off - + % - Charging - + HeadsetControl Battery Charging - + % - Descharging - + HeadsetControl Battery: - + Battery Alert! - + The battery of your headset is running low - + No battery info - + Game - + Chat - + Check for updates - - + + + up-to date v + + + + + Newer version - + + About this program + + + + <a href='https://github.com/nicola02nb/HeadsetControl-GUI'>This</a> is a forked version of <a href='https://github.com/LeoKlaus/HeadsetControl-GUI'>HeadsetControl-GUI</a>.<br>Made by <a href='https://github.com/nicola02nb/HeadsetControl-GUI'>nicola02nb</a><br>Version: - + Big shout-out to:<br> - Sapd for <a href='https://github.com/Sapd/HeadsetControl'>HeadsetCoontrol</a><br> - LeoKlaus for <a href='https://github.com/LeoKlaus/HeadsetControl-GUI'>HeadsetControl-GUI</a> @@ -434,17 +440,12 @@ Battery: - - Language: - - - - + Battery low threshold: Battery low treshold: - + <html><head/><body><p>Update Info interval time (seconds):<br/>Default: 30,0 seconds<br/>DON'T PUT TOO LOW VALUES</p></body></html> diff --git a/src/Resources/tr/HeadsetControl_GUI_it_IT.qm b/src/Resources/tr/HeadsetControl_GUI_it_IT.qm index fad5b64..ccd0712 100644 Binary files a/src/Resources/tr/HeadsetControl_GUI_it_IT.qm and b/src/Resources/tr/HeadsetControl_GUI_it_IT.qm differ diff --git a/src/Resources/tr/HeadsetControl_GUI_it_IT.ts b/src/Resources/tr/HeadsetControl_GUI_it_IT.ts index 770f73e..ba07dc5 100644 --- a/src/Resources/tr/HeadsetControl_GUI_it_IT.ts +++ b/src/Resources/tr/HeadsetControl_GUI_it_IT.ts @@ -14,396 +14,397 @@ HeadsetControl non è riuscito a trovare delle cuffie funizionanti o compatibili. :( - + <html><head/><body><p>Device:<br/>Vendor:<br/>Model:</p></body></html> <html><head/><body><p>Dispositivo:<br/>Distributore:<br/>Modello:</p></body></html> - + No info of the device Nessuna informazione sul dipositivo - + Battery: Batteria: - + No compatible Device found! Nessun dispositivo compatibile è stato trovato! - Save Settings - Salva Impostazioni - - - - Save -Settings - Salva -Impostazioni - - - + Other Altro - + Lights: Luci: - + RGB OFF RGB OFF - + RGB ON RGB ON - + Sidetone Level: Tono Laterale: - + Drag to adjust Sidetone Level Trascina per regolare il Tono Laterale - + Quiet (Off) Silenzioso (Spento) - - + + Loud Forte - + Voice Prompts: Istruzioni Vocali: - + Voice Off Voce Accesa - + Voice On Voce Spenta - + Notification Sound: Suono di Notifica: - + Test 0 Prova 0 - + Test 1 Prova 1 - + Inactivity Timer: Tempo di Inattività: - + 0 Minute (Off) 0 Minuti (Spento) - + 90 Minutes 90 Minuti - + Chatmix: Chatmix: - + None Nessun valore - + Equalizer Equalizzatore - + Equalizer preset: Preset Equalizzatore: - + Equalizer: Equalizzatore: - + Apply Equalizer Applica Equalizzatore - + Volume Limiter: Limitatore Volume: - + Limiter Off Limitatore Spento - + Limiter On Limitatore Acceso - + Microphone Microfono - + Rotate to mute: Ruota per mutare: - + Off Spento - + On Acceso - + Muted led brightness: Luminosità microfono mutato: - + Low (Off) Basso (Spento) - + High Alto - + Microphone volume: Volume microfono: - + Quiet Basso - + Bluetooth Bluetooth - + Bluetooth when powered on: Bluetooth quando accese: - + Bluetooth Off Bluetooth Spento - + Bluetooth On Bluetooth Acceso - + Bluetooth call volume: Bluetoot volume chiamata: - + BT and PC BT e PC - + PC -12dB PC -12dB - + BT only Solo BT - + File File - + Help Aiuto - + Check Updates Controlla Aggiornamenti - + About About - + + Credits Crediti - + Load Device Carica Dispositivo - + Settings Impostazioni - + Show Mostra - + Turn Lights On Accendi le Luci - + Turn Lights Off Spegni le Luci - + Exit Esci - - Missing headsetcontrol.exe + + Missing headsetcontrol Manca headsetcontrol.exe - - Missing headsetcontrol.exe<br>Download <a href='https://github.com/Sapd/HeadsetControl/releases/latest'>headsetcontrol</a> in the opened folder. + + Missing headsetcontrol<br>Download <a href='https://github.com/Sapd/HeadsetControl/releases/latest'>headsetcontrol</a> in the opened folder. Manca headsetcontrol.exe<br>Scarica <a href='https://github.com/Sapd/HeadsetControl/releases/latest'>headsetcontrol</a> nella cartella aperta. - + Headset Off Cuffie Spente - + HeadsetControl Headset Off HeadsetControl Cuffie Spente - + % - Charging % - In Carica - + HeadsetControl Battery Charging HeadsetControl Batteria in Carica - + % - Descharging % - Batteria in scarica - + HeadsetControl Battery: HeadsetControl Batteria: - + Battery Alert! Attenzione Batteria! - + The battery of your headset is running low La batteria delle tue cuffie è scarica - + No battery info No informazioni sulla batteria - + Game Gioco - + Chat Chat - + Check for updates Controlla Aggirnamenti - - + + + up-to date v + aggiornato + + + + Newer version Nuova versione - + + About this program + + + + <a href='https://github.com/nicola02nb/HeadsetControl-GUI'>This</a> is a forked version of <a href='https://github.com/LeoKlaus/HeadsetControl-GUI'>HeadsetControl-GUI</a>.<br>Made by <a href='https://github.com/nicola02nb/HeadsetControl-GUI'>nicola02nb</a><br>Version: <a href='https://github.com/nicola02nb/HeadsetControl-GUI'>Questa</a> è il fork della versione <a href='https://github.com/LeoKlaus/HeadsetControl-GUI'>HeadsetControl-GUI</a>.<br>Fatta da <a href='https://github.com/nicola02nb/HeadsetControl-GUI'>nicola02nb</a><br>Version: - + Big shout-out to:<br> - Sapd for <a href='https://github.com/Sapd/HeadsetControl'>HeadsetCoontrol</a><br> - LeoKlaus for <a href='https://github.com/LeoKlaus/HeadsetControl-GUI'>HeadsetControl-GUI</a> Un grande ringraziamento va a:<br> - Sapd per <a href='https://github.com/Sapd/HeadsetControl'>HeadsetCoontrol</a><br> - LeoKlaus per <a href='https://github.com/LeoKlaus/HeadsetControl-GUI'>HeadsetControl-GUI</a> @@ -442,17 +443,12 @@ Batteria: Esecuzione all'avvio: - - Language: - Lingua: - - - + Battery low threshold: Soglia batteria scarica: - + <html><head/><body><p>Update Info interval time (seconds):<br/>Default: 30,0 seconds<br/>DON'T PUT TOO LOW VALUES</p></body></html> <html><head/><body><p>Intervallo di aggiornamento info (secondi):<br/>Predefinito: 30,0 secondi<br/>NON IMPOSTARE VALORI TROPPO BASSI</p></body></html> diff --git a/src/main.cpp b/src/main.cpp index cd195ea..a2af131 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -3,7 +3,7 @@ #include #include -const QString GUI_VERSION = "0.14.0"; +const QString GUI_VERSION = "0.14.1"; int main(int argc, char *argv[]) {