Skip to content

Commit 82f87c1

Browse files
committed
Updated docs to v0.7
1 parent 90e2c1b commit 82f87c1

File tree

7 files changed

+35
-9
lines changed

7 files changed

+35
-9
lines changed

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.6.jpg"></img>
3+
<img src="/data/v0.7.jpg"></img>
44

5-
**version:** 0.6.1.0 <br>
6-
**release:** 36
5+
**version:** 0.7.0.0 <br>
6+
**release:** 37
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.1.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.7.0.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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# HomeCinema - Project History:
22

3+
## HomeCinema v0.7
4+
### *release 37 - build 06 June 2021 PHT*
5+
### Hotfixes on top of v0.6.1
6+
- FIXED: HomeCinema database is not generated automatically, if not existing.
7+
- FIXED: Showing **'File'** instead of **'Folder'** when viewing folder size of series on mouse hover of Movie Title.
8+
9+
### Major Changes
10+
- REV: On **'Edit Information'**, shows nothing on picture box when image cover is null.
11+
- REV: Revert focus to **Main Form** after closing **Settings** form.
12+
- REV: Increased delay on fetching TMDB entries, to not overload TMDB server.
13+
- REV: Added multiple prompts for different scenarios that needed alerts.
14+
15+
### Code-level changes
16+
- REFACTOR: Updated queries to much simpler and efficient ones.
17+
- REFACTOR: Convert scope of **'SQLHelper'** class to **static**.
18+
- REV: Added **'GlobalEnum'** class to store Enums used anywhere.
19+
- REV: Call **ShowDialog()** instead of **Show()** on **'frmAlert'**.
20+
- REV: Created method: **'GlobalVas.WriteListBoxToFile()'** to write ListBox items to text file.
21+
- REV: Added default constructor for **'frmAlert'** and **'frmLoading'**.
22+
- REV: Refactored various methods to reflect changes on **'SQLHelper'** and **'GlobalEnum'** class.
23+
- REV: Load information on entries with default values, if it cannot be loaded properly from database.
24+
- REV: Added **'config'** table on database. Currently WIP as it will be used to compare db version to app version.
25+
- Various minor refactors and code cleanups.
26+
****
27+
328
## HomeCinema v0.6.1
429
### *release 36 - build 30 May 2021 PHT*
530
### Hotfixes on top of v0.6
15.2 KB
Loading

data/v0.6.jpg

-223 KB
Binary file not shown.

data/v0.7.jpg

231 KB
Loading

docs/README_DEV.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- **[Newtonsoft.Json](https://www.nuget.org/packages/Newtonsoft.Json/)**
1919

2020
## Required API credentials
21-
- Create TMDB Id key to use features of automatically fetching media details.
21+
- Create TMDB Id key to use features of automatically fetching media details. Get one from [**The Movie Database**](https://www.themoviedb.org/).
2222

2323
## Commit / Pull Request Labels
2424

@@ -39,10 +39,10 @@
3939

4040
**1**.**2**.**3**.**4** build **5678**
4141

42-
- **1**: Major *Revisions* and Changes to codes.
43-
- **2**: Major *Features* and/or *Bugfixes*. *(> 10)*
44-
- **3**: Multiple *Feature* and/or *Fix*, with at least 1 Major *Feature*/ Minor *Revision* addition/update. *(<= 10)*
45-
- **4**: Minor *bugfix* and/or *feature* update. Includes *Optimizations, GUI, Resource* and *Documents* changes. *(<= 10)*
42+
- **1**: Major *Revisions* and Changes to codes. Backwards incompatible.
43+
- **2**: Major *Features* and/or *Bugfixes*. Includes breaking changes that will not support features from previous releases.
44+
- **3**: Minor feature release and/or minor bugfix.
45+
- **4**: Minor changes. Mostly from documents or GUIs.
4646
- **5678**: Increase by 1 for each release.
4747

4848
***Sample***: **Release 0.0.0.1 build 1**

docs/README_TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# HomeCinema - Features to Add / Bugs to Fix
22

33
## Priority List
4+
- Store **'app and db'** version on **'config'** table.
45
- Marked 'Watched' entry.
56
- Chromecast support.
67
- Copy movie/series file to directory.

0 commit comments

Comments
 (0)