BurntToast v1 Image Functions: Combined or Separated? #192
|
The rewrite of PowerShell in the leadup to v1.0.0 is well underway, and I need your input. The current version of BurntToast has a single function for images, New-BTImage, which allows you to specify whether the image is an app logo, hero, or regular image. For the first public preview of BurntToast v1, there are now three functions that represent the three different types of images: Which approach do you prefer? Which do you feel has a shallower learning curve? Am I completely off base and there's a third option I should consider? |
Replies: 2 comments 1 reply
|
seems like these are simple and similar enough that one |
|
Hello, and thank you for your contribution to BurntToast. Today marks the official release of BurntToast v1.0.0. As part of this major milestone and to ensure the project starts its next chapter with a clean slate, I am declaring "issue bankruptcy." This decision is explained in more detail in the official announcement post: Ten Years Toasting: BurntToast Hits the Big v1! As a result, I am closing all outstanding issues and pull requests (and discussions), including this one. Please do not interpret this as a lack of interest in the problem, suggestion, or topic you've raised. This is a necessary step to clear a very old backlog and focus development efforts on the current state of the module. If this topic is still relevant to you:
I hope this reset will allow me to be more responsive to community feedback going forward. Thank you for your understanding and for being part of the BurntToast journey. |
seems like these are simple and similar enough that one
Add-BTImagewould be more user-friendly and discoverable.