M products/PurePhone/CMakeLists.txt => products/PurePhone/CMakeLists.txt +1 -1
@@ 198,4 198,4 @@ if (${ENABLE_TESTS})
add_subdirectory(test)
endif ()
-target_compile_definitions(tagsfetcher PRIVATE TAGSFETCHER_MAX_TAG_SIZE=SIZE_MAX)
+target_compile_definitions(tagsfetcher PRIVATE TAGSFETCHER_MAX_TAG_SIZE=4*1024*1024) # Arbitrarily set to 4MiB
M pure_changelog.md => pure_changelog.md +1 -0
@@ 26,6 26,7 @@
* Fixed disappearing selections when setting custom alarm after popup is shown
* Fixed alarm preview playback behavior
* Fixed frequency lock during user activity
+* Fixed crash on transferring audio file with big metadata
## [1.8.0 2023-09-27]