Релізи

  • Стабільний 0.11.0 1eefa196ef

    v0.11.0

    itismadness 3 роки тому 0 комітів master після цього релізу

    Bugfixes

    • Deduct 10 points for gap handling left out
    • Do not subtract point for EAC filename if over 243 characters

    Developer

    • Migrate to GH actions from Travis-CI

    Завантажити

     
  • Стабільний 0.10.0 a48aa59d34

    v0.10.0

    itismadness 3 роки тому 3 комітів master після цього релізу

    Features

    • Add deduction for logs that use normalization

    Bugfixes

    • Fix handling delete leading silence deduction

    Завантажити

     
  • Стабільний 0.9.7 556701da18

    v0.9.7

    itismadness 4 роки тому 0 комітів 556701da18037461f356a2e408a52170a3a6b4e7 після цього релізу

    • fix not deducting points for improper gap handling
    • make offset check not sign agnostic
    • disregard mp3 rip of combined eac log
    • fix handling logs encoded using mac* charsets
     
  • Стабільний 0.9.6 961e156e95

    v0.9.6

    itismadness 4 роки тому 0 комітів 961e156e9577d90f7b8c91c10a1e11be118373e2 після цього релізу

    • fix printing out overread into lead-out for whipper logs
    • fix regressions in 0.9.0 output of whipper
     
  • Стабільний 0.9.5 97741692df

    v0.9.5

    itismadness 4 роки тому 0 комітів 97741692dfaa7f3907efa647c05ca1749c9998f2 після цього релізу

    • Fix whipper logs outputting second to last track twice for HTML output
     
  • Стабільний 0.9.4 03133c5184

    v0.9.4

    itismadness 4 роки тому 0 комітів 03133c5184da9488a9533562be0c78507b8951e9 після цього релізу

    Fixes

    • wrap getLanguage call with try/catch and fallback to en default
     
  • Стабільний 0.9.3 a7bbb966a0

    v0.9.3

    itismadness 4 роки тому 0 комітів a7bbb966a09825e730ae0c9bf5d7c0a54bed9c9a після цього релізу

    Fixes

    • improve handling of unknown non-UTF8 EAC logs
     
  • Стабільний 0.9.2 e7539b976d

    v0.9.2

    itismadness 4 роки тому 0 комітів e7539b976dffda363abf1b72a61d04ee9b4fcd14 після цього релізу

    Features

    • add option to not print log text to console on analyze command

    Fixes

    • Catch unknown ripper error in logchecker proper
    • fix bug where some combined logs would be checksum_missing instead of checksum_invalid
     
  • Стабільний 0.9.1 b30b3ddafc

    v0.9.1

    itismadness 4 роки тому 0 комітів b30b3ddafc7b8ee85740b3f87229d23aed5a2af3 після цього релізу

    • Add LOGCHECKER_LEVENSTEIN_DISTANCE constant to control the distance used for drive checking. Defaults to 0. This can be set in the caller application. This will definitely change in a future release to be better.
     
  • Стабільний 0.9.0 80ff156cb7

    v0.9.0

    itismadness 4 роки тому 0 комітів 80ff156cb7b78fbecbb328ccab8527da11d08c3f після цього релізу

    • (breaking) refactor code base to follow PSR-12 (including function names)
    • add checksum validation states, differentiate between missing and invalid
    • use symfony/process instead of shell_exec for executing external programs (thanks @datagutten)
    • add “decode” and “translate” commands to standalone logchecker (useful for EAC logs)
    • rewrite handling foreign languages for EAC to be more robust and less error prone
    • add support for cchardet to detect more encodings, like Windows-1250, improving handling of more logs (e.g. Polish and Czech logs)
    • add minimal Korean translation file for single EAC 0.95 encountered so far
    • expand Japanese translation file with more strings
    • create test suite for logchecker to validate behavior more consistently in automated fashion
    • start support for combined EAC logs
    • improve and expand coloring of whipper logs to be more inline with EAC / XLD
    • fix whipper logs that had CRC’s with a leading “0” being parsed incorrectly
    • better handle old whipper logs to display “Logs must be produced by whipper 0.7.3+” instead of “Could not parse whipper log.”
    • color checksum in log based on if checksum is good (green) or invalid (red)
    • print colored log to console for standalone logchecker
     
  • Стабільний v0.8.6 fe836b646f

    v0.8.6

    itismadness 5 роки тому 0 комітів fe836b646f75c5f77ad5a17be52c6860f723e5b5 після цього релізу

    • Handle where whipper 0.7.3 and prior used “Album” for CD Metadata instead of “Release” (0.7.4+)
     
  • Стабільний v0.8.5 6298d718b2

    v0.8.5

    itismadness 5 роки тому 0 комітів 6298d718b29329d176bfaef7ad8e52dd7a8349e3 після цього релізу

    • Just assume all whipper logs are in utf-8 (which they should be)
    • Massage the Release YAML field in whipper log to be properly escaped
     
  • Стабільний v0.8.4 4c4490ba3b

    v0.8.4

    itismadness 5 роки тому 0 комітів 4c4490ba3b9a9b83924a337596796defbedf6b10 після цього релізу

    • Subtract 20 points if accurate stream is not found or yes for EAC logs
     
  • Стабільний v0.8.3 7be957b343

    v0.8.3

    itismadness 5 роки тому 0 комітів 7be957b3432149aad05dd2b95c8dcdf6614ca07f після цього релізу

    • Fix handling of the Yes/No values under YAML 1.2
    • Update composer dependencies for developing
      • Updating symfony/debug (v3.4.19 => v3.4.28)
      • Updating symfony/polyfill-mbstring (v1.10.0 => v1.11.0)
      • Updating symfony/console (v3.4.19 => v3.4.28)
      • Updating symfony/polyfill-ctype (v1.10.0 => v1.11.0)
      • Updating symfony/yaml (v3.4.19 => v3.4.28)
     
  • Пре-реліз v0.8.2 3f81c3a91d

    v0.8.2

    itismadness 5 роки тому 0 комітів 3f81c3a91dfb420f10a310ff16c3a17226bbcc27 після цього релізу

    • Fix error when analyzing logs with spaces in their names (#5, b38c25a13d)
    • Fix error in unpacking array elements for drives on PHP 7.0 (#8, #9) (thanks @Borewit)
     
  • Пре-реліз v0.8.1 bd168e98b1

    v0.8.1

    itismadness 6 роки тому 0 комітів bd168e98b1f3a036768ece74533998995706d276 після цього релізу

    • Fix detecting if program exists or not
     
  • Пре-реліз v0.8.0 d4664f02e7

    v0.8.0

    itismadness 6 роки тому 0 комітів d4664f02e7649633029e859add044b73f5549557 після цього релізу

     
  • Пре-реліз v0.7.0 1456cd784b

    v0.7.0

    itismadness 6 роки тому 80 комітів master після цього релізу

    Завантажити