Fix * Added a project settings class to include inside the project instead of the global settings class to better manage which options are included in the project settings ([`edc9c59`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/edc9c5967ceb03c403b8d1ca9ac5073c783632d7)) * Fixed an issue that prevented the recursive merge strategy from being applied properly ([`a0cf057`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/a0cf0573f4b83759eb252dee2c5aeb62cc1cc7d0))
1.3.1
Fix * We are now excluding variables from project rendering because they are not part of the end product ([`ffd2a58`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/ffd2a58365a41c923a8ddc919b077bea568c6cdc))
1.3.0
Feature * Added support for github cli as a dependency type ([`81e5379`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/81e5379de9cc94cbfe480b6571f13a561eb7551a))
Fix * Changed HTTP to http in git url constants ([`f7ab47e`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/f7ab47ef081d323ba6b41cbeb634ccf96ea317e2)) * Removed autoescape because it kept adding invalid characters ([`c3a8e26`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/c3a8e26f2380790f72eb4f7519739a17de5cde49))
1.2.0
Feature * Reworked templating to make it recursive ([`41a6833`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/41a683308ac4a561a07f158254afeb9f29cc4b04))
1.1.0
Feature * Added a CachedRepository class to handle cached git repositories (automatic updates, more versatile version options, etc.) ([`8549a48`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/8549a483b61b8daa0d0cc93c229064cee3d6c8b2))
1.0.0
Feature * Added a clear command to the cli ([`d937df2`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/d937df28bf6c0fc48d5ee75d2981aa6e108df9a2))
Breaking * adding a second command to the CLI means it will not pick 'create' as the default command and must be explicitly used ([`d937df2`](https://github.com/alexisbeaulieu97/SuperTemplater/commit/d937df28bf6c0fc48d5ee75d2981aa6e108df9a2))