From fe8933dad2c2b9af1cbf751a6186d25c9e93e929 Mon Sep 17 00:00:00 2001 From: MattJackson <1085847+MattJackson@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:51:02 -0700 Subject: [PATCH] v0.16.3: i18n damage display - Add rip.damage_lost, rip.damage_lost_movie, rip.damage_lost_simple, rip.damage_none keys - Update all 6 locale files (en, es, fr, de, it, pt, nl) - CLI progress shows 'Xs lost (Y in movie)' instead of 'Xs unreadable' - Perfect rips show '0s' instead of '0s unreadable' --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2badc75..85dbcbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.16.2" +version = "0.16.3" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only"