Skip to content

Commit 2e70d80

Browse files
committed
Updated to v0.7.1
1 parent 2be8641 commit 2e70d80

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

HomeCinema/Func/GlobalVars.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static class GlobalVars
4343
// Variables ############################################################################################################
4444
public static string HOMECINEMA_NAME = Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyTitleAttribute>().Title;
4545
public static string HOMECINEMA_VERSION = Assembly.GetExecutingAssembly().GetName().Version.ToString();
46-
public static int HOMECINEMA_BUILD = 37;
46+
public static int HOMECINEMA_BUILD = 38;
4747

4848
public static string PREFIX_MOVIEINFO = "movieInfo";
4949
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.7.0.0")]
37-
[assembly: AssemblyFileVersion("0.7.0.0")]
36+
[assembly: AssemblyVersion("0.7.1.0")]
37+
[assembly: AssemblyFileVersion("0.7.1.0")]

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
<img src="/data/v0.7.jpg"></img>
44

5-
**version:** 0.7.0.0 <br>
6-
**release:** 37
5+
**version:** 0.7.1.0 <br>
6+
**release:** 38
77

88
## Downloads
99

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

1313
### Download Counts
1414
[![](https://img.shields.io/github/downloads/JerloPH/HomeCinema/total.svg)]() &nbsp;

VERSION_HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# HomeCinema - Project History:
22

33
## HomeCinema v0.7.1
4-
### *release 38 - build XX June 2021 PHT*
4+
### *release 38 - build 12 June 2021 PHT*
55
### Fixes
66
- FIX: Wrong Tooltip for **[Settings]** button.
77
- FIX: Media Extensions not saved properly. Closes Issue [#8](https://github.com/JerloPH/HomeCinema/issues/8).

data/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
37
1+
38

docs/README_TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Priority List
44
- Store **'app and db'** version on **'config'** table.
55
- Marked 'Watched' entry.
6+
- Change **[About]** button to show form.
67
- Chromecast support.
78
- Copy movie/series file to directory.
89
- Load label texts from external files, when using translation.

0 commit comments

Comments
 (0)