ChrisBuilds / terminaltexteffects

TerminalTextEffects (TTE) is a terminal visual effects engine, application, and Python library.
https://chrisbuilds.github.io/terminaltexteffects/
MIT License
2.6k stars 43 forks source link

Consider official releases for milestone package versioning #28

Closed nathanzachary closed 1 month ago

nathanzachary commented 1 month ago

Hello,

I am working on an ebuild for installing TerminalTextEffects in Gentoo Linux. Though we are able to pull an archive from any particular Git commit or use a "live" pull, it would be helpful to have official "releases" for package versioning and stability purposes. If it is feasible for you to implement, it would result in archives being available to pull down directly instead of relying on specific commits.

Thank you for your time and for your work.

Cheers, Nathan Zachary

ChrisBuilds commented 1 month ago

I'll start with the next release, which should be out in the next week or so. Thanks for the suggestion.

nathanzachary commented 1 month ago

Excellent! Thank you for your willingness to help. I hope you have an excellent week.

Cheers, Nathan Zachary

ChrisBuilds commented 1 month ago

0.11.0 is out and has a release tagged. Let me know if there's any issues. Thanks.

nathanzachary commented 1 month ago

Thank you very much for taking the time to do this. I have cleaned up the ebuild for Gentoo, so now it no longer requires a hard-coded Git commit hash:

https://bugs.gentoo.org/933546#c2

Cheers, Nathan Zachary