mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #486] Planned release schedule? #887
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#887
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kai-tub on GitHub (Apr 7, 2022).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/486
Thank you for working on such an interesting project! ❤️
I am wondering if there is any release schedule or project board that indicates what is required for the next release.
If not, and a release is not planned for a long-time, is it possible to draft an alpha release for PyPi?
I am happy to help with this!
The reason is that I would like to publish a package to PyPi that depends on the current asciinema recorder, but cannot publish it, since there is no way to add GitHub dependencies.
The package I am working on is a sphinx extension that embeds the asciinema-recorder/player to make it easy to automate terminal recordings for the documentation.
You can see the preliminary documentation here.
Maybe I will be able to give back to the project by using this extension and Sphinx to write similar documentation to the configuration page for this repository?
Either way, I am well aware that you have zero obligation to release something ahead of schedule or feel pressured to publish an alpha release.
Feel free to close this issue without any comment if you consider it an inappropriate question :)
I am mainly curious and excited to use and build on top of such an amazing tool.
PS: The code will be published according to GPL once it has been published to PyPi.
@ku1ik commented on GitHub (May 1, 2022):
Hey! I'm glad you find asciinema useful. I don't have a specific schedule, usually I release when I feel it's "ready". I don't plan more new things for the upcoming release so it's likely that it will go out within next few days.
@ku1ik commented on GitHub (May 7, 2022):
v2.2 has just been released @kai-tub
@kai-tub commented on GitHub (May 7, 2022):
Nice!
Thank you! 🎉
@kai-tub commented on GitHub (May 7, 2022):
My project has been published to PyPi and I made the library public with the GPL license:
https://github.com/kai-tub/sphinx_cli_recorder
Thanks for giving us asciinema! 👍