Skip to content

Commit f8363cf

Browse files
committed
Updated version for release, v0.6.1
1 parent 1fffa26 commit f8363cf

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

HomeCinema/Func/GlobalVars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public enum Icons
5151
// Variables ############################################################################################################
5252
public static string HOMECINEMA_NAME = Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyTitleAttribute>().Title;
5353
public static string HOMECINEMA_VERSION = Assembly.GetExecutingAssembly().GetName().Version.ToString();
54-
public static int HOMECINEMA_BUILD = 35;
54+
public static int HOMECINEMA_BUILD = 36;
5555

5656
public static string PREFIX_MOVIEINFO = "movieInfo";
5757
public static string CAPTION_DIALOG = HOMECINEMA_NAME + " v" + HOMECINEMA_VERSION;

HomeCinema/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
3535
// [assembly: AssemblyVersion("1.0.*")]
36-
[assembly: AssemblyVersion("0.6.0.0")]
37-
[assembly: AssemblyFileVersion("0.6.0.0")]
36+
[assembly: AssemblyVersion("0.6.1.0")]
37+
[assembly: AssemblyFileVersion("0.6.1.0")]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# HomeCinema - Media Organizer
22

3-
<img src="/data/v0.5.jpg"></img>
3+
<img src="/data/v0.6.jpg"></img>
44

5-
**version:** 0.6.0.0 <br>
6-
**release:** 35
5+
**version:** 0.6.1.0 <br>
6+
**release:** 36
77

88
## Downloads
99

10-
**Windows 10, x64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.6.0.0/HomeCinema-Windows.zip "Download, Extract and Open 'HomeCinema' Executable file") <br>
10+
**Windows 10, x64 bit [Compressed ZIP]**: [Click to Download latest version](https://github.com/JerloPH/HomeCinema/releases/download/v0.6.1.0/HomeCinema-Windows.zip "Download, Extract and Open 'HomeCinema' Executable file") <br>
1111
**Note: Untested on Windows 7 and 8, but might work**
1212

1313
### Download Counts

VERSION_HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# HomeCinema - Project History:
22

3+
## HomeCinema v0.6.1
4+
### *release 36 - build 30 May 2021 PHT*
5+
### Hotfixes on top of v0.6
6+
- FIXED: Unhandled Exception thrown when clicking **"Edit Information"** on empty result.
7+
- FIXED: Update checking not working.
8+
- FIXED: App not working for new users.
9+
10+
### Changes
11+
- REV: Moved update checking to trigger after collection is loaded.
12+
- REV: When result from searching IMDB is double-clicked, select it.
13+
- MINOR: Close frmLoading when ESC key is pressed.
14+
****
15+
316
## HomeCinema v0.6
417
### ***release 35 - build 30 May 2021 PHT***
518

data/v0.5.jpg

-209 KB
Binary file not shown.

data/v0.6.jpg

223 KB
Loading

data/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
35
1+
36

0 commit comments

Comments
 (0)