Bump version to 1.0.5

Handle [TAG] NN episode-only filenames: when a file already
carries a bracket tag prefix followed directly by an episode
number (e.g. [WBDP] 03 - Deus Vult), inject the show name
from the parent folder between the tag and the episode part.

Also update ExtractShowName to handle bracket-style folder
names (text before the first [ is the show name).
This commit is contained in:
2026-07-07 14:15:43 +02:00
parent 11a519d309
commit 304d9ad047
2 changed files with 52 additions and 11 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>Futonizer</AssemblyName>
<RootNamespace>Futonizer</RootNamespace>
<Version>1.0.4</Version>
<FileVersion>1.0.4.0</FileVersion>
<Version>1.0.5</Version>
<FileVersion>1.0.5.0</FileVersion>
<ApplicationIcon>Assets\app.ico</ApplicationIcon>
</PropertyGroup>