microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.42k stars 233 forks source link

Can we expect an official release? It's not easy to find out potentially solved issues between beta releases #600

Closed lmerynda closed 1 year ago

lmerynda commented 1 year ago

By looking at the node-pty version consuming in vscode (code-oss) it seems like the beta versions are the new "mainstream". Is there an option for maintainers of this project to produce official releases more frequently or at least to create tags pointing to new beta releases as they appear?

If the vscode IDE used my many developers is using beta version of node-pty in its official production releases, then it means the package is stable enough to qualify for an official release - after all it is being heavily tested.

Thanks in advance! Happy user

Tyriar commented 1 year ago

@Uprzejmy releases were put on hold for a long time as there was a refactor that blocked adoption in VS Code. That's since been fixed and I'm planning on doing a release in a couple of weeks https://github.com/microsoft/node-pty/issues/596

lmerynda commented 1 year ago

@Tyriar Awesome! Much appreciated