mprocs icon indicating copy to clipboard operation
mprocs copied to clipboard

0.7 Roadmap

Open pvolok opened this issue 9 months ago • 2 comments

It's been a while since the last release. I since experimented with a couple of big changes without finishing them. And those unfinished changes are preventing me from making a new release. Here is will track things that need to be fixed before the 0.7 release.

  • [ ] Escape sequences parser was changed. Implement all sequences supported in the previous implementation.
  • [x] Now mprocs has client-server architecture. That allows detaching from mprocs and keep it running in the background. it mostly works, but has some unfinished parts. Fix old cli api without exposing server-client features.
  • [ ] Update changelog.

pvolok avatar May 05 '24 11:05 pvolok

Would you mind sharing if any other features are going to be implemented?

ddofborg avatar May 24 '24 13:05 ddofborg

@ddofborg Well, a couple of them might have been implemented. I'll do through them and update the changelog before the release.

The good news is that I finally sat to work on this today and will be able to clean it up very soon! I hid the client-side mode for now, so one of two TODOs for 0.7 will be done this weekend.

pvolok avatar May 25 '24 08:05 pvolok

Thanks for the release @pvolok . Our CI installed the new version last night and the job behaved as expected, spinning up a set of services while integration tests were preformed.

jayvdb avatar Jun 27 '24 11:06 jayvdb

@jayvdb Awesome. Thanks for the confirmation.

pvolok avatar Jun 27 '24 13:06 pvolok