|
1 | 1 | # Changes not released |
2 | | -- NEW: Setting to skip entries not on Media Location |
3 | | -- MINOR: Break search on TMDB if SearchLimit is larger than 1 |
4 | | -- REV: Parametized some query on SQLHelper |
5 | | -- REV: Closes all other forms upon exit |
6 | | -- REV: Moved opening movie info form to GlobalVars |
7 | | -- REV: Properly delete listview item, if movie is deleted |
8 | | -- REV: Refactors |
9 | | - - Add rootFolder to filepath table |
10 | | - - Add date to log filenames |
11 | | - - Try..catch in appending to file |
12 | | - - Removed unused variable |
13 | | - - Code cleanup |
14 | | -- REV: Use custom InputBox for single value |
15 | | -- REV: Use custom form for Inputbox |
16 | | -- REV: Add control buttons for Casts and Crews |
17 | | -- Renamed 'Actor' to 'Casts' |
18 | | -- REV: Convert 'Casts, Producer, Director, Studio' to List |
19 | | -- REV: Changed prod,studio,artist,director separator on upgrade database call. |
20 | | -- Dispose media Entity after single-time use |
21 | | -- REV: Refactor fields with multiple values |
22 | | - - Producer, Director, Studio, Actor/Artist |
23 | | -- REV: Refactor loading of info, with separators |
24 | | - - Use sep ; for 'Producer,Studio,Artist,Director' |
25 | | -- Refactor queue of prompts upon load |
26 | | - - Moved No TMDB Key prompt to before update check |
27 | | -- REV: Refactor file-checking upon first load |
28 | | -- Refactor to 'Hide Animation' flag |
29 | | -- REV: Search by category refactor |
30 | | -- REV: Refactor code on category |
31 | | -- Fixed frmloading form design bug caused by recent change on Icons |
32 | | -- REV: Removed last 2 categories, updating all prev entries |
33 | | - - Removed 'Animated Movie' and 'Cartoon series' category. |
34 | | -- MINOR: Center alert on screen, if no parent form |
35 | | -- REV: Changed Mutex |
36 | | -- REV: Better timeout setting checker |
37 | | -- REV: Set Static Icon to forms |
38 | | -- REV: Moved all Data Files paths to its own class |
39 | | -- NuGet: Updated SQLite packages |
40 | | -- REV: Initialize checker, debug file delete on debugger |
41 | | -- REV: Don't replace settings on app close |
42 | | -- REV: Removed SEARCH_QUERY property of frmMain |
43 | | -- REV: New debugging setting |
44 | | -- REV: Save RootFolder of new entries |
45 | | -- REV: moved other input prompts to Msg class |
46 | | -- REV: Removed string replace for single quote on DbUpdate |
47 | | -- REV: Moved basic alert prompts to its own class |
48 | | -- UI: Major UI Change on **'About'** form. |
49 | | -- UI: Removed check update button from settings and moved it to About form |
50 | | -- UI: Re-order movie info form |
51 | | -- UI: Add Root Folder to Movie Edit form |
52 | | -- Minor refactor to code on generating new UID |
53 | 2 |
|
54 | 3 | # KNOWN BUGS on Stable |
55 | 4 | - Folder names with special characters are sometimes not loaded when trying to open it with Windows Explorer. |
|
0 commit comments