File tree Expand file tree Collapse file tree 7 files changed +27
-10
lines changed
Expand file tree Collapse file tree 7 files changed +27
-10
lines changed Original file line number Diff line number Diff 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 = 43 ; // build use for updater
46+ public static int HOMECINEMA_BUILD = 44 ; // build use for updater
4747 public static int HOMECINEMA_DBVER = 7 ; // for database, and data changes
4848
4949 public static string PREFIX_MOVIEINFO = "movieInfo" ;
Original file line number Diff line number Diff line change 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.8.3 .0" ) ]
37- [ assembly: AssemblyFileVersion ( "0.8.3 .0" ) ]
36+ [ assembly: AssemblyVersion ( "0.8.4 .0" ) ]
37+ [ assembly: AssemblyFileVersion ( "0.8.4 .0" ) ]
Original file line number Diff line number Diff line change 11# HomeCinema - Media Organizer
22
3- <img src =" /data/v0.8.2 .jpg " ></img >
3+ <img src =" /data/main .jpg " ></img >
44
5- ** version:** 0.8.3 .0 <br >
6- ** release:** 43
5+ ** version:** 0.8.4 .0 <br >
6+ ** release:** 44
77
88| <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 > |
99| -- | -- | -- |
@@ -88,14 +88,13 @@ D:\TV Series\Title of Series\Episode 1.mp4
8888
8989### NuGet Packages Used
9090[ ** Newtonsoft.Json** ] ( https://www.newtonsoft.com/json ) - JSON Parser.<br >
91- [ ** SQLite** ] ( https://www.nuget.org/packages/System.Data.SQLite.Core/ ) - Local Database setup .<br >
91+ [ ** SQLite** ] ( https://www.nuget.org/packages/System.Data.SQLite.Core/ ) - Local Database.<br >
9292[ ** SQLite Stub** ] ( https://packages.nuget.org/packages/Stub.System.Data.SQLite.Core.NetFramework/ ) - Used to connect to a Local Database. <br >
9393[ ** Microsoft Windows API CodePack Core** ] ( https://www.nuget.org/packages/Microsoft-WindowsAPICodePack-Core/ ) - For various functions. <br >
9494[ ** Microsoft Windows API CodePack Shell** ] ( https://www.nuget.org/packages/Microsoft-WindowsAPICodePack-Shell/ ) - For various functions. <br >
95- [ ** Microsoft Universal Windows Platform** ] ( https://www.nuget.org/packages/Microsoft.NETCore.UniversalWindowsPlatform/ ) - For various functions. <br >
9695[ ** RestSharp** ] ( https://github.com/restsharp/RestSharp ) - Wrapper for easy RESTful queries on APIs. <br >
9796[ ** MakarovDev.ExpandCollapsePanel** ] ( https://github.com/alexander-makarov/ExpandCollapsePanel ) - Expandable and Collapsible Panel. <br >
98- [ ** Markdig** ] ( https://github.com/xoofx/markdig ) - Markdown support. <br >
97+ [ ** Markdig.Signed ** ] ( https://github.com/xoofx/markdig ) - Markdown support. <br >
9998****
10099
101100## License
Original file line number Diff line number Diff line change 11# HomeCinema - Project History
22
3+ ## HomeCinema v0.8.4
4+ ### * release 44 - build 09 October 2021 PHT*
5+ ### New and Changes
6+ - NEW: Apply UI settings to other form dialogs.
7+ - NEW: Refreshing entries are now done on background.
8+ - NEW: Search results count.
9+ - Download ** VERSION_HISTORY** file if missing.
10+ - Refocus App when form dialog closes.
11+ - UI: Changed settings dropdowns to checkbox.
12+
13+ ### Other Changes
14+ - Target x64 for Release. (Applied on earlier build).
15+ - Removed unused namespaces.
16+ - NUGET: Removed ** UWP** .
17+ - NUGET: Changed ** Narkdig** to ** Markdig Signed** .
18+ - NUGET: Updated ** System.Runtime.CompielrServices.Unsafe** .
19+ ****
20+
321## HomeCinema v0.8.3
422### * release 43 - build 11 September 2021 PHT*
523### What's New?
Original file line number Diff line number Diff line change 1- 43
1+ 44
You can’t perform that action at this time.
0 commit comments