diff --git a/notes/CHANGELOG.md b/notes/CHANGELOG.md index 0d818f6..6232629 100644 --- a/notes/CHANGELOG.md +++ b/notes/CHANGELOG.md @@ -7,12 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added -- user can now select target directory during install -- added license text (MIT license) to installer -- Now supports project templates: Add a `ue_quicklaunch_template` folder and the folder's contents will be used as a template to create your new project. The UE_QuickLauncher looks for the `ue_quicklaunch_folder` in it's install directory. The template's `uproject` file should be named, `ue_quicklaunch_template.uproject`. +- User can now select target directory during install +- Added license text (MIT license) to installer +- QuickLaunch now supports project templates: Add a `ue_quicklaunch_template` folder and the folder's contents will be used as a template to create your new project. The UE_QuickLauncher looks for the `ue_quicklaunch_folder` in it's install directory. The template's `uproject` file should be named, `ue_quicklaunch_template.uproject`. - By default, the installer now installs into a `UE_QuickLaunch` folder instead of `SKVFX UE_QuickLaunch`. -- More robus error checking an correction of unsupported charcters in `uproject` filenames - +- More robust error checking and correction of unsupported characters in `uproject` filenames +- A shortcut to the documentation (on github) has been added in the install folder. ## [Released] ## [2.0.1] - 2023-08-26 diff --git a/notes/TODO.md b/notes/TODO.md index aa384a4..78bc89a 100644 --- a/notes/TODO.md +++ b/notes/TODO.md @@ -1,12 +1,9 @@ TODO ---- -See [repository issues](https://github.com/ScottKirvan/UE_QuickLaunch/issues/) - -- [ ] . +See current TODO project/list on [GitHub](https://github.com/users/ScottKirvan/projects/1) In Progress ----------- -- [ ] . Done ✓ ------