Notable Changes
- Fixed some outstanding issues with
Reset-PSKoan; you should now be able to use it to reset koans on an individual basis without any issues. To do so, specify the-Topicand then the-Contextname or-Nameof theItblock to reset one or more koans to the default. - Fixed an issue where calling
Reset-PSKoanto reset the koan library would error out on missing files in the user folder. Now it will simply callUpdate-PSKoanautomatically on any missing topics in order to copy them from the module library. - Fixed an issue in
AboutNumberswhere a function was being called incorrectly. If you're experiencing weird errors from that topic, you can useReset-PSKoan -Topic AboutNumbers -Name 'has to be a whole number'to pull the new version of the affected koan after updating. - Fixed some issues with module import and KoanLocation paths that have spaces.
Full Changelog
| Hash | Name | Subject |
|---|---|---|
| 38f8c5e | @indented-automation | 🐛 Reset-PSKoan: Fixes bug with start position offset (#310) |
| ac1a361 | @jpsider | 🐛 #303 - Updated Koan Parameter. (#304) |
| 57824bd | @vexx32 | 📝 🚀 Update Changelog generation script a bit (#313) |
| de4dc93 | @vexx32 | ✨ Reset-PSKoan: Improve handling for missing topics (#312) |
| d1f5273 | @vexx32 | 📝 Publish Commit Log as Markdown Table (#309) |
| 75c26ef | @vexx32 | 🐛 Fix Show-Karma -Meditate for KoanLocation with spaces (#308) |
| 8f0d7b3 | @vexx32 | 🐛 Fix issue where importing the module a second time fails (#307) |
| 4c77261 | @vexx32 | 🎨 tweak space around progress bars (#305) |