Skip to content

Commit

Permalink
version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
misterhaan committed Dec 17, 2019
1 parent 5571cfe commit 52a32f7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("2.0.3")]
[assembly: AssemblyFileVersion("2.0.3")]
[assembly: AssemblyVersion("2.0.4")]
[assembly: AssemblyFileVersion("2.0.4")]
#if DEBUG
[assembly: AssemblyConfiguration("Debug")]
#else
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Download the latest installer from [track7.org](http://www.track7.org/code/vs/my

## Revision History

### 2.0.4
* Fix refresh not updating display on show or season view
* Fix delete not updating title when it triggers going back

### 2.0.3
* Fix crash loading recordings if at least one didn't have an optional date
* Fix crash when clicking empty space below last show / season / episode
Expand Down
6 changes: 3 additions & 3 deletions installer/MythClient.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<?define PlatformProgramFilesFolder = "ProgramFilesFolder" ?>
<?endif ?>

<Product Name="MythTV Recorded Programs" Id="*" UpgradeCode="76C57DB0-30C4-4603-ADE6-9C98C04D2372" Language="1033" Codepage="1252" Version="2.0.3" Manufacturer="the analog underground">
<Product Name="MythTV Recorded Programs" Id="*" UpgradeCode="76C57DB0-30C4-4603-ADE6-9C98C04D2372" Language="1033" Codepage="1252" Version="2.0.4" Manufacturer="the analog underground">
<Package Id="*" Keywords="tv, mythtv, recorded, watch, program, episode" Description="Translates the MythWeb Recorded Programs page into a Windows form listing that directly launches the raw recording files." Comments="the analog underground only releases free software" Manufacturer="the analog underground" InstallerVersion="200" Languages="1033" Compressed="yes" SummaryCodepage="1252" />

<MajorUpgrade Schedule="afterInstallInitialize" DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
<Upgrade Id="76C57DB0-30C4-4603-ADE6-9C98C04D2372">
<UpgradeVersion Minimum="0.0.0" IncludeMinimum="yes" Maximum="2.0.3" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
<UpgradeVersion Minimum="2.0.3" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
<UpgradeVersion Minimum="0.0.0" IncludeMinimum="yes" Maximum="2.0.4" IncludeMaximum="no" Property="OLDERVERSIONBEINGUPGRADED"/>
<UpgradeVersion Minimum="2.0.4" OnlyDetect="yes" Property="NEWERVERSIONDETECTED"/>
</Upgrade>
<Condition Message="A later version of [ProductName] is already installed. Setup will now exit">
NOT NEWERVERSIONDETECTED OR Installed
Expand Down

0 comments on commit 52a32f7

Please sign in to comment.