Skip to content

Commit

Permalink
Obsidian (#27)
Browse files Browse the repository at this point in the history
* obsidian checkin: 2023-09-09 15:28:05

* obsidian checkin: 2023-09-09 15:30:38

* .
  • Loading branch information
ScottKirvan authored Sep 10, 2023
1 parent 10f951a commit cf1c56c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 5 additions & 5 deletions notes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 1 addition & 4 deletions notes/TODO.md
Original file line number Diff line number Diff line change
@@ -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 ✓
------
Expand Down

0 comments on commit cf1c56c

Please sign in to comment.