From e3e5f798e0b83a6ff7e9ddcd791d5199ae50db30 Mon Sep 17 00:00:00 2001 From: Elijah Lopez Date: Wed, 13 Mar 2024 01:05:27 -0400 Subject: [PATCH] fix: chromecast status callback --- CHANGELOG.txt | 3 +++ build_files/mc_version_info.txt | 8 ++++---- build_files/setup_script.iss | 2 +- src/meta.py | 2 +- src/music_caster.py | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2f31fe5c..a2500716 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ Music Caster by Elijah Lopez Changelog +5.16.6 +- [Fix] Chromecast status callback + 5.16.5 - [Fix] Chromecast status callback diff --git a/build_files/mc_version_info.txt b/build_files/mc_version_info.txt index 79a876e5..ae6db8da 100644 --- a/build_files/mc_version_info.txt +++ b/build_files/mc_version_info.txt @@ -3,8 +3,8 @@ # noinspection PyUnresolvedReferences VSVersionInfo( ffi=FixedFileInfo( - prodvers=(5, 16, 5, 0), - filevers=(5, 16, 5, 0), + prodvers=(5, 16, 6, 0), + filevers=(5, 16, 6, 0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x17, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -28,12 +28,12 @@ VSVersionInfo( '000004b0', [StringStruct('CompanyName', 'Elijah Lopez'), StringStruct('FileDescription', 'Music Caster'), - StringStruct('FileVersion', '5.16.5.0'), + StringStruct('FileVersion', '5.16.6.0'), StringStruct('InternalName', 'Music Caster'), StringStruct('LegalCopyright', 'Copyright (c) 2019 - 2024, Elijah Lopez'), StringStruct('OriginalFilename', 'Music Caster.exe'), StringStruct('ProductName', 'Music Caster'), - StringStruct('ProductVersion', '5.16.5.0')]) + StringStruct('ProductVersion', '5.16.6.0')]) ]), VarFileInfo([VarStruct('Translation', [0, 1200])]) ] diff --git a/build_files/setup_script.iss b/build_files/setup_script.iss index 6bc8d2d2..363d227d 100644 --- a/build_files/setup_script.iss +++ b/build_files/setup_script.iss @@ -1,5 +1,5 @@ #define MyAppName "Music Caster" -#define MyAppVersion "5.16.5" +#define MyAppVersion "5.16.6" #define MyAppPublisher "Elijah Lopez" #define MyAppURL "https://elijahlopez.ca/software#music-caster" #define MyAppExeName "Music Caster.exe" diff --git a/src/meta.py b/src/meta.py index add9269d..75e82f5e 100644 --- a/src/meta.py +++ b/src/meta.py @@ -1,4 +1,4 @@ -VERSION = latest_version = '5.16.5' +VERSION = latest_version = '5.16.6' UPDATE_MESSAGE = """ [NEW] Bienvenue Français [MSG] Language translators wanted diff --git a/src/music_caster.py b/src/music_caster.py index 2e19394e..9275237c 100644 --- a/src/music_caster.py +++ b/src/music_caster.py @@ -3626,7 +3626,7 @@ def auto_update(): app_log.info(f'auto_update: no update found, or no internet, or API rate limited') - def cast_monitor(sent: bool, msg: dict = None): + def cast_monitor(sent: bool=True, msg: dict = None): global track_position, track_start, track_end, OLD_CAST_VOLUME, OLD_CAST_POS if cast is None: return