Skip to content

Commit

Permalink
Updated to v0.8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JerloPH committed Oct 9, 2021
1 parent f8632fe commit cc86fbb
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 10 deletions.
2 changes: 1 addition & 1 deletion HomeCinema/Func/GlobalVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public static class GlobalVars
// Variables ############################################################################################################
public static string HOMECINEMA_NAME = Assembly.GetExecutingAssembly().GetCustomAttribute<AssemblyTitleAttribute>().Title;
public static string HOMECINEMA_VERSION = Assembly.GetExecutingAssembly().GetName().Version.ToString();
public static int HOMECINEMA_BUILD = 43; // build use for updater
public static int HOMECINEMA_BUILD = 44; // build use for updater
public static int HOMECINEMA_DBVER = 7; // for database, and data changes

public static string PREFIX_MOVIEINFO = "movieInfo";
Expand Down
4 changes: 2 additions & 2 deletions HomeCinema/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.8.3.0")]
[assembly: AssemblyFileVersion("0.8.3.0")]
[assembly: AssemblyVersion("0.8.4.0")]
[assembly: AssemblyFileVersion("0.8.4.0")]
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# HomeCinema - Media Organizer

<img src="/data/v0.8.2.jpg"></img>
<img src="/data/main.jpg"></img>

**version:** 0.8.3.0 <br>
**release:** 43
**version:** 0.8.4.0 <br>
**release:** 44

| <a href="docs/REPORT_ISSUE.md">Report Issue/Bug/Error/Feature request</a> | <a href="docs/CONTRIBUTING.md">Submit Pull Request</a> | <a href="VERSION_HISTORY.md">See 'App Version History'</a> |
| -- | -- | -- |
Expand Down Expand Up @@ -88,14 +88,13 @@ D:\TV Series\Title of Series\Episode 1.mp4

### NuGet Packages Used
[**Newtonsoft.Json**](https://www.newtonsoft.com/json) - JSON Parser.<br>
[**SQLite**](https://www.nuget.org/packages/System.Data.SQLite.Core/) - Local Database setup.<br>
[**SQLite**](https://www.nuget.org/packages/System.Data.SQLite.Core/) - Local Database.<br>
[**SQLite Stub**](https://packages.nuget.org/packages/Stub.System.Data.SQLite.Core.NetFramework/) - Used to connect to a Local Database. <br>
[**Microsoft Windows API CodePack Core**](https://www.nuget.org/packages/Microsoft-WindowsAPICodePack-Core/) - For various functions. <br>
[**Microsoft Windows API CodePack Shell**](https://www.nuget.org/packages/Microsoft-WindowsAPICodePack-Shell/) - For various functions. <br>
[**Microsoft Universal Windows Platform**](https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform/) - For various functions. <br>
[**RestSharp**](https://github.com/restsharp/RestSharp) - Wrapper for easy RESTful queries on APIs. <br>
[**MakarovDev.ExpandCollapsePanel**](https://github.com/alexander-makarov/ExpandCollapsePanel) - Expandable and Collapsible Panel. <br>
[**Markdig**](https://github.com/xoofx/markdig) - Markdown support. <br>
[**Markdig.Signed**](https://github.com/xoofx/markdig) - Markdown support. <br>
****

## License
Expand Down
18 changes: 18 additions & 0 deletions VERSION_HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# HomeCinema - Project History

## HomeCinema v0.8.4
### *release 44 - build 09 October 2021 PHT*
### New and Changes
- NEW: Apply UI settings to other form dialogs.
- NEW: Refreshing entries are now done on background.
- NEW: Search results count.
- Download **VERSION_HISTORY** file if missing.
- Refocus App when form dialog closes.
- UI: Changed settings dropdowns to checkbox.

### Other Changes
- Target x64 for Release. (Applied on earlier build).
- Removed unused namespaces.
- NUGET: Removed **UWP**.
- NUGET: Changed **Narkdig** to **Markdig Signed**.
- NUGET: Updated **System.Runtime.CompielrServices.Unsafe**.
****

## HomeCinema v0.8.3
### *release 43 - build 11 September 2021 PHT*
### What's New?
Expand Down
Binary file added data/main.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed data/v0.8.2.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion data/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
43
44

0 comments on commit cc86fbb

Please sign in to comment.