Skip to content

Commit 2c43323

Browse files
committed
Updated DOCS
1 parent 7e953a0 commit 2c43323

File tree

5 files changed

+35
-20
lines changed

5 files changed

+35
-20
lines changed

README.md

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

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

5-
**version:** 0.7.1.0 <br>
6-
**release:** 38
5+
**version:** 0.7.2.0 <br>
6+
**release:** 39
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
| -- | -- | -- |
1010

1111
## Downloads
1212

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

1616
### Download Counts

UNRELEASED.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
# Commits not released
22

3-
- FIX: Double apostrophe on entry title. Closes [Issue # 11](https://github.com/JerloPH/HomeCinema/issues/11).
4-
- MINOR: When year is empty, default to "0".
5-
- GUI: Adjusted 'About' form.
6-
- GUI: Reposition 'Original Title' on Movie Info editing form.
7-
83
# Commits for Dev changes
9-
- REV: Renamed some column on database.
10-
- REV: Added method to automatically upgrade database to match required by app.
11-
- REV: Added new table: **'config'** that saves information about app.
12-
- REV: Refactored most SQL Helper methods.
13-
- REV: Refactored enums namespace.
14-
- REV: Added method to show messagebox without parent form.
15-
- REV: Moved database loading to Main form load event.
16-
- MINOR: Moved some event call to designer class.
17-
- MINOR: Updated NuGet packages: **SQLite, Newtonsoft.JSON, and Microsoft UWP**.
18-
- Various code cleanup.
194

20-
# KNOWN BUGS on dev
215

6+
# KNOWN BUGS on dev
7+
- Folder names with special characters are sometimes not loaded when trying to open it with Windows Explorer.

VERSION_HISTORY.md

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

3+
## HomeCinema v0.7.2
4+
### *release 39 - build 10 July 2021 PHT*
5+
### Fixes and Changes
6+
- FIX: Double apostrophe on entry title. Closes [Issue #11](https://github.com/JerloPH/HomeCinema/issues/11).
7+
- MINOR: When year is empty, default to "0".
8+
- GUI: Adjusted 'About' form.
9+
- GUI: Reposition 'Original Title' on Movie Info editing form.
10+
- Various **"Under the Hood"** changes.
11+
****
12+
313
## HomeCinema v0.7.1
414
### *release 38 - build 12 June 2021 PHT*
515
### Fixes

data/version

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

docs/VERSION_HISTORY_DETAILED.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Version History Detailed
22

3+
## Released on v0.7.2
4+
### What's New?
5+
- FIX: Double apostrophe on entry title. Closes [Issue #11](https://github.com/JerloPH/HomeCinema/issues/11).
6+
- MINOR: When year is empty, default to "0".
7+
- GUI: Adjusted 'About' form.
8+
- GUI: Reposition 'Original Title' on Movie Info editing form.
9+
10+
### Dev changes:
11+
- REV: Renamed some column on database.
12+
- REV: Added method to automatically upgrade database to match required by app.
13+
- REV: Added new table: **'config'** that saves information about app.
14+
- REV: Refactored most SQL Helper methods.
15+
- REV: Refactored enums namespace.
16+
- REV: Added method to show messagebox without parent form.
17+
- REV: Moved database loading to Main form load event.
18+
- MINOR: Moved some event call to designer class.
19+
- MINOR: Updated NuGet packages: **SQLite, Newtonsoft.JSON, and Microsoft UWP**.
20+
- Various code cleanup.
21+
322
# Released on v0.6
423
### What's New?
524
- REV: Used customizable alert prompts. (*Background and Foreground color can be set in Settings form*). [ca194ce], [4e2c4a7], [73549ca], [8cfe1f0]

0 commit comments

Comments
 (0)