|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -**Moved Files** |
4 | | -* Command Root |
5 | | - * **From:** ./info/command-root.md |
6 | | - * **To:** ./info/commands/readme.md |
7 | | -* Input Root |
8 | | - * **From:** ./info/input-root.md |
9 | | - * **To:** ./info/input-types/readme.md |
10 | | -* Pathfinding Modes |
11 | | - * **From:** ./info/pathfinding-modes.md |
12 | | - * **To:** ./info/pathfinding-modes/readme.md |
13 | | - |
14 | | ---- |
15 | | - |
16 | | -**./readme.md** |
17 | | -* Added a link to Dr. Mike Pound's GitHub page. |
18 | | -* Changed "cloning/pulling a local copy of" to "downloading" |
19 | | -* Corrected documentation page links. |
20 | | -* Simplified license description. |
21 | | -* Added link to MIT license. |
22 | | -* Corrected "non-commericial" typo. |
23 | | -* Added horizontal rules between sections. |
24 | | - |
25 | | ---- |
26 | | - |
27 | | -**./info/readme.md** |
28 | | -* New file - Navigation page for 'info' folder. |
| 3 | +**./info/%subfolder%/readme.md** |
| 4 | +* "Return to index" now links back to the project root. |
29 | 5 |
|
30 | 6 | --- |
31 | 7 |
|
32 | 8 | **./info/commands/** |
33 | | -* readme.md |
34 | | - * Corrected links to individual commands. |
35 | | - * "Return to index" now links to the '../info' folder instead of the project root. |
36 | | -* Others |
37 | | - * Regenerated argument table definition code. (Full instead of Compact) |
38 | | - * Corrected link to command list root. |
39 | | - |
40 | | ---- |
41 | | - |
42 | | -**./info/input-types/** |
43 | | -* readme.md |
44 | | - * Corrected links to individual input type pages. |
45 | | - * "Return to index" now links to the '../info' folder instead of the project root. |
46 | | -* Others |
47 | | - * Corrected link to input type list root. |
48 | | - * Added horizontal rules between sections. |
| 9 | +* Added line break between 'Usage' and 'Example' for individual commands. |
49 | 10 |
|
50 | 11 | --- |
51 | 12 |
|
52 | | -**./info/pathfinding-modes/readme.md** |
53 | | -* Regenerated argument table definition code. (Full instead of Compact) |
54 | | -* Escaped square brackets when referring to 'pathfinding-mode' |
55 | | -* Added link back to '../info' folder. |
| 13 | +**./info/input-types/image-config.md** |
| 14 | +* Recompiled 'Properties' table definition code. |
| 15 | + * Full instead of compact. |
0 commit comments